Documentation
¶
Index ¶
Constants ¶
View Source
const API = "http://musicbrainz.org/ws/2/release"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Release ¶
type Release struct { ArtistCredit []struct { Name string Artist struct { ID string } } `json:"artist-credit"` Date string Media []struct { TrackCount int `json:"track-count"` Tracks []struct { Length int Title string } } ReleaseGroup struct { FirstReleaseDate string `json:"first-release-date"` ID string SecondaryTypes []string `json:"secondary-types"` Title string } `json:"release-group"` Status string Title string }
func NewRelease ¶
Click to show internal directories.
Click to hide internal directories.