Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetHistoriesRequest ¶ added in v0.10.0
type GetHistoriesRequest struct { GenreID int64 StartYear int EndYear int Group HistoryGroup }
GetHistoriesRequest is get histories request model.
type GetRequest ¶ added in v0.10.0
GetRequest is get genre list request model.
type History ¶ added in v0.10.0
type History struct { Year int Month int Mean float64 Rank int Popularity int Member int Voter int Count int }
History is entity for genre history.
type HistoryGroup ¶ added in v0.10.0
type HistoryGroup string
HistoryGroup is genre history group.
const ( Yearly HistoryGroup = "YEARLY" Monthly HistoryGroup = "MONTHLY" )
Available genre history group.
Click to show internal directories.
Click to hide internal directories.