Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KoitoAlbum ¶
type KoitoArtist ¶
type KoitoExport ¶
type KoitoExport struct {
Version string `json:"version"`
ExportedAt time.Time `json:"exported_at"` // RFC3339
User string `json:"user"` // username
Listens []KoitoListen `json:"listens"`
}
type KoitoListen ¶
type KoitoListen struct {
ListenedAt time.Time `json:"listened_at"`
Track KoitoTrack `json:"track"`
Album KoitoAlbum `json:"album"`
Artists []KoitoArtist `json:"artists"`
}
Click to show internal directories.
Click to hide internal directories.