Documentation
¶
Index ¶
Constants ¶
View Source
const (
LabelsPerSheet = horizontalLabels * verticalLabels
)
image size of 50x81.6mm (85.60 mm × 53.98 with 2mm margin on each side) at 600/2 DPI = 1181 x 1928 pix
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Album ¶
type Playlist ¶
type Playlist struct {
Identifier uint64 `json:"id"`
Cover string `json:"picture_xl"`
TitleString string `json:"title"`
}
func GetPlaylist ¶
type SearchContent ¶
type SearchContent struct {
Data []struct {
Id uint64 `json:"id"`
Type string `json:"type"`
Title string `json:"title"`
Artist struct {
Name string `json:"name"`
} `json:"artist"`
} `json:"data"`
Total int `json:"total"`
}
func Search ¶
func Search(queryString string) (*SearchContent, error)
Click to show internal directories.
Click to hide internal directories.