Documentation ¶
Overview ¶
Package view is the TakeoutFM API viewmodel.
Index ¶
- type Artist
- type Artists
- type Episode
- type Genre
- type Home
- type Index
- type Keyword
- type Movie
- type MovieCredits
- type Movies
- type Offset
- type Playlist
- type Playlists
- type Podcasts
- type Popular
- type Profile
- type Progress
- type Radio
- type Release
- type Search
- type Series
- type Singles
- type TVCredits
- type TVEpisode
- type TVSeries
- type TVShows
- type TrackChart
- type TrackCharts
- type TrackCounts
- type TrackHistory
- type TrackList
- type TrackStats
- type TracksFunc
- type WantList
- type Watch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovieCredits ¶ added in v0.24.0
type Playlist ¶ added in v0.17.0
func NewPlaylist ¶ added in v0.17.0
type TrackChart ¶ added in v0.23.0
type TrackCharts ¶ added in v0.23.0
type TrackCharts struct { Labels []string Charts []TrackChart }
func (*TrackCharts) AddCounts ¶ added in v0.23.0
func (c *TrackCharts) AddCounts(label string, counts *TrackCounts)
type TrackCounts ¶ added in v0.23.0
type TrackCounts struct {
Counts []model.ActivityCount
}
func (*TrackCounts) Total ¶ added in v0.23.0
func (c *TrackCounts) Total() int
func (*TrackCounts) Values ¶ added in v0.23.0
func (c *TrackCounts) Values() []int
type TrackHistory ¶ added in v0.21.0
type TrackHistory struct {
Tracks []model.ActivityTrack
}
type TrackList ¶
type TrackList struct { Title string Tracks TracksFunc }
type TrackStats ¶ added in v0.21.0
type TrackStats struct { Interval string Artists []model.ActivityArtist Releases []model.ActivityRelease Tracks []model.ActivityTrack ArtistCount int ReleaseCount int TrackCount int ListenCount int }
type TracksFunc ¶
Click to show internal directories.
Click to hide internal directories.