mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
api
This commit is contained in:
parent
e45099c71a
commit
c8b1bd3576
8 changed files with 564 additions and 0 deletions
|
|
@ -44,3 +44,9 @@ type ExportItem struct {
|
|||
ReleaseAliases []models.Alias
|
||||
Artists []models.ArtistWithFullAliases
|
||||
}
|
||||
|
||||
type InterestBucket struct {
|
||||
BucketStart time.Time `json:"bucket_start"`
|
||||
BucketEnd time.Time `json:"bucket_end"`
|
||||
ListenCount int64 `json:"listen_count"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue