Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
API ...
func (*API) SearchForAlbums ¶
func (api *API) SearchForAlbums(artist string) (results []data.AlbumRecord, err error)
SearchForAlbums ...
func (*API) SearchForTracks ¶
func (api *API) SearchForTracks(artist, album, id string) (results []*data.TrackRecord, err error)
SearchForTracks ...
Click to show internal directories.
Click to hide internal directories.