Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Song ¶
type Song struct { Title string // title of the song PublicLink string // link to the song page StreamURL string // URL for streaming the song StreamFilepath string // path for streaming the song Thumbnail Thumbnail // thumbnail image for the song Duration time.Duration // duration of the song SongID string // unique ID for the song Source SongSource // source type of the song Parser string }
func (*Song) FindPlatformByURL ¶
type SongSource ¶
type SongSource int32
const ( SourcePlatform SongSource = iota SourceInternet SourceFile )
func (SongSource) String ¶
func (source SongSource) String() string
Click to show internal directories.
Click to hide internal directories.