Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "DEVELOPMENT"
Functions ¶
func ExtractImageURL ¶
Types ¶
type Album ¶
type Album struct {
AlbumPreview
Artist ArtistPreview
About string
Tracks []Track
}
type AlbumAppearances ¶
type AlbumPreview ¶
type Annotation ¶
type AnnotationsResponse ¶
type AnnotationsResponse struct {
Response struct {
Referent struct {
Annotations []Annotation `json:"annotations"`
} `json:"referent"`
} `json:"response"`
}
type Article ¶
type Artist ¶
type Artist struct {
Name string
Description string
Albums []AlbumPreview
Image string
}
type ArtistPreview ¶
type SearchResponse ¶
type SearchResponse struct {
Response struct {
Sections sections
}
}
type SearchResults ¶
type SearchResults struct {
Query string
Sections sections
}
Click to show internal directories.
Click to hide internal directories.