Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SongMeta ¶
type SongMeta struct {
Playing bool
Track string `json:"track"`
Artist string `json:"artist"`
Source string `json:"source,omitempty"`
Url string `json:"url,omitempty"`
Scrobble bool `json:"scrobble,omitempty"`
AlbumArt string `json:"album_art,omitempty"`
Mbid string `json:"mbid,omitempty"`
ArtistMbid string `json:"artist_mbid,omitempty"`
Position int64
IsRepeat bool `json:"is_repeat"`
}
type UserAuthGrant ¶
type UserAuthGrant struct {
Token string `json:"token"`
}
type UserInstance ¶
type UserLoginRequest ¶
type UserRegisterRequest ¶
Click to show internal directories.
Click to hide internal directories.