Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BeatScrobbleAlbum ¶
type BeatScrobbleArtist ¶
type BeatScrobbleExport ¶
type BeatScrobbleExport struct {
Version string `json:"version"`
ExportedAt time.Time `json:"exported_at"` // RFC3339
User string `json:"user"` // username
Preferences map[string]interface{} `json:"preferences,omitempty"`
Theme json.RawMessage `json:"theme,omitempty"`
Listens []BeatScrobbleListen `json:"listens"`
}
type BeatScrobbleListen ¶
type BeatScrobbleListen struct {
ListenedAt time.Time `json:"listened_at"`
Track BeatScrobbleTrack `json:"track"`
Album BeatScrobbleAlbum `json:"album"`
Artists []BeatScrobbleArtist `json:"artists"`
}
type BeatScrobbleTrack ¶
Click to show internal directories.
Click to hide internal directories.