Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelItem ¶
type ChannelItem struct { ID int64 `json:"id"` Key string `json:"key"` Name string `json:"name"` Playlist string `json:"playlist"` }
ChannelItem contains di.fm channel metadata
type CurrentlyPlaying ¶
type CurrentlyPlaying struct { ChannelID int64 `json:"channel_id"` ChannelKey string `json:"channel_key"` Track Track `json:"track"` }
CurrentlyPlaying contains the currently playing metadata for a di.fm channel
type FavoriteItem ¶
FavoriteItem contains a di.fm favorite channel
type StatusMessage ¶
StatusMessage is a message to display in the application for a fixed period of time
Click to show internal directories.
Click to hide internal directories.