crawler

package
v0.0.0-...-f6c83f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRecord

func GetRecord(c *gin.Context)

func GetRecordOfTheWeekBandName

func GetRecordOfTheWeekBandName() string

GetRecordOfTheWeek return name of record of the week

func PrintRecordsOfTheWeek

func PrintRecordsOfTheWeek(c *gin.Context)

Types

type Record

type Record struct {
	Image       string
	Band        string
	Recordname  string
	Link        string
	Score       int
	ReleaseYear string
	Tracks      []Track
}

Record holds all information for a record

func GetRecordsOfTheWeek

func GetRecordsOfTheWeek() []Record

GetRecordsOfTheWeek return array of names for highlights of the week

type Track

type Track struct {
	Band      string
	Trackname string
	Tracklink string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL