Documentation
¶
Index ¶
- Variables
- type Album
- type Artist
- type Lyric
- type Music
- func (m *Music) Album(server string, id string) (*Album, error)
- func (m *Music) Artist(server string, id string) (*Artist, error)
- func (m *Music) Lyric(server string, id string) (*Lyric, error)
- func (m *Music) Playlist(server string, id string) (*Playlist, error)
- func (m *Music) Search(server string, id string) ([]*Song, error)
- func (m *Music) Song(server string, id string) (*Song, error)
- func (m *Music) SongLink(server string, id string) (*SongLink, error)
- type Playlist
- type Server
- type Song
- type SongLink
- type Songs
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Song ¶
Click to show internal directories.
Click to hide internal directories.