Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDeviceNoUsers = errors.New("There are no users associated with this device") ErrInvalidLogin = errors.New("Invalid login credentials") ErrNoDiscordUser = errors.New("There are no users associated with this Discord account") ErrUserNotFound = errors.New("This user does not exist") )
Functions ¶
func Disconnect ¶
func Disconnect()
Types ¶
type Discord ¶
type Playlist ¶
type Song ¶
type Song struct { Id string `json:"id"` Url string `json:"url"` Title string `json:"title"` Artist string `json:"artist"` Album string `json:"album"` Year uint16 `json:"year"` }
func (*Song) AddToPlaylist ¶
func (Song) RemoveFromPlaylist ¶
Click to show internal directories.
Click to hide internal directories.