Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Client = http.Default_Client
)
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
Artist_Credit []struct {
Name string
Artist struct {
ID string
}
} `json:"artist-credit"`
Date string
Media []struct {
Track_Count int `json:"track-count"`
Tracks []Track
}
Release_Group struct {
First_Release_Date string `json:"first-release-date"`
ID string
Secondary_Types []string `json:"secondary-types"`
Title string
} `json:"release-group"`
Status string
Title string
}
func New_Release ¶
type Release_Group ¶
func From_Artist ¶
func From_Artist(artist_ID string, offset int) (*Release_Group, error)
func New_Release_Group ¶
func New_Release_Group(group_ID string) (*Release_Group, error)
func (Release_Group) Sort ¶
func (r Release_Group) Sort()
Click to show internal directories.
Click to hide internal directories.