Documentation ¶
Index ¶
- type BaseRadio
- type CidadeRadio
- func (r CidadeRadio) GetDirectURL() (string, error)
- func (r CidadeRadio) GetFullTitle() (title, artist string)
- func (r CidadeRadio) GetID() string
- func (r CidadeRadio) GetName() string
- func (r CidadeRadio) GetShareURL() string
- func (r CidadeRadio) GetThumbnailURL() (string, error)
- func (r CidadeRadio) IsOpus() bool
- type HunterRadio
- func (r HunterRadio) GetDirectURL() (string, error)
- func (r HunterRadio) GetFullTitle() (title, artist string)
- func (r HunterRadio) GetID() string
- func (r HunterRadio) GetName() string
- func (r HunterRadio) GetShareURL() string
- func (r HunterRadio) GetThumbnailURL() (string, error)
- func (r HunterRadio) IsOpus() bool
- type RadioChannel
- type YouTubeRadio
- func (r YouTubeRadio) GetDirectURL() (string, error)
- func (r YouTubeRadio) GetFullTitle() (title, artist string)
- func (r YouTubeRadio) GetID() string
- func (r YouTubeRadio) GetName() string
- func (r YouTubeRadio) GetPlayable() playable.Playable
- func (r YouTubeRadio) GetShareURL() string
- func (r YouTubeRadio) GetThumbnailURL() (string, error)
- func (r YouTubeRadio) IsOpus() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CidadeRadio ¶
func (CidadeRadio) GetDirectURL ¶
func (r CidadeRadio) GetDirectURL() (string, error)
func (CidadeRadio) GetFullTitle ¶
func (r CidadeRadio) GetFullTitle() (title, artist string)
func (CidadeRadio) GetID ¶
func (r CidadeRadio) GetID() string
func (CidadeRadio) GetName ¶
func (r CidadeRadio) GetName() string
func (CidadeRadio) GetShareURL ¶
func (r CidadeRadio) GetShareURL() string
func (CidadeRadio) GetThumbnailURL ¶
func (r CidadeRadio) GetThumbnailURL() (string, error)
func (CidadeRadio) IsOpus ¶
func (r CidadeRadio) IsOpus() bool
type HunterRadio ¶
func (HunterRadio) GetDirectURL ¶
func (r HunterRadio) GetDirectURL() (string, error)
func (HunterRadio) GetFullTitle ¶
func (r HunterRadio) GetFullTitle() (title, artist string)
func (HunterRadio) GetID ¶
func (r HunterRadio) GetID() string
func (HunterRadio) GetName ¶
func (r HunterRadio) GetName() string
func (HunterRadio) GetShareURL ¶
func (r HunterRadio) GetShareURL() string
func (HunterRadio) GetThumbnailURL ¶
func (r HunterRadio) GetThumbnailURL() (string, error)
func (HunterRadio) IsOpus ¶
func (r HunterRadio) IsOpus() bool
type RadioChannel ¶
func GetRadioByID ¶
func GetRadioByID(id string) RadioChannel
func GetRadioList ¶
func GetRadioList() []RadioChannel
type YouTubeRadio ¶
func (YouTubeRadio) GetDirectURL ¶
func (r YouTubeRadio) GetDirectURL() (string, error)
func (YouTubeRadio) GetFullTitle ¶
func (r YouTubeRadio) GetFullTitle() (title, artist string)
func (YouTubeRadio) GetID ¶
func (r YouTubeRadio) GetID() string
func (YouTubeRadio) GetName ¶
func (r YouTubeRadio) GetName() string
func (YouTubeRadio) GetPlayable ¶
func (r YouTubeRadio) GetPlayable() playable.Playable
func (YouTubeRadio) GetShareURL ¶
func (r YouTubeRadio) GetShareURL() string
func (YouTubeRadio) GetThumbnailURL ¶
func (r YouTubeRadio) GetThumbnailURL() (string, error)
func (YouTubeRadio) IsOpus ¶
func (r YouTubeRadio) IsOpus() bool
Click to show internal directories.
Click to hide internal directories.