Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlbumResult ¶
func (*AlbumResult) String ¶
func (a *AlbumResult) String() string
type DownloadResult ¶
func (*DownloadResult) String ¶
func (d *DownloadResult) String() string
type PlaylistResult ¶
type PlaylistResult struct {
Playlist *Playlist `json:"playlist"`
}
func (*PlaylistResult) String ¶
func (p *PlaylistResult) String() string
type Single ¶
type Single struct { ID int `json:"id"` Name string `json:"name"` Artist types.Slice[*Artist] `json:"ar"` Album *Album `json:"al"` URL string `json:"url"` }
func (*Single) AllArtistTag ¶ added in v1.0.2
func (*Single) SaveFileName ¶
type SingleResult ¶
func (*SingleResult) String ¶
func (s *SingleResult) String() string
Click to show internal directories.
Click to hide internal directories.