Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { Search(query string) (SearchResult, error) GetArtistFull(id string) (ArtistFull, error) GetArtist(id string) (Artist, error) GetAlbumFull(id string) (AlbumFull, error) GetPlaylist(id string) (Playlist, error) GetPlaylistFull(id string) (PlaylistFull, error) GetTrack(id string) (Track, error) GetPageRows() ([]Row, error) GetStreamingInfo(id string) (StreamingInfo, error) }
type ArtistFull ¶
type PlaylistFull ¶
type SearchResult ¶
type StreamingInfo ¶
Click to show internal directories.
Click to hide internal directories.