Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Disconnect ¶
func Disconnect()
func PrintDebug ¶
func PrintDebug(msg string)
func PrintError ¶
func PrintError(msg string)
func PrintLnColor ¶
func PrintLnColor(msg string, colour color)
func PrintSuccess ¶
func PrintSuccess(msg string)
Types ¶
type Discord ¶
type Playlist ¶
type Song ¶
type Song struct { Id sql.NullString `json:"id"` Code sql.NullString `json:"code"` Title sql.NullString `json:"title"` Artist sql.NullString `json:"artist"` Album sql.NullString `json:"album"` Year sql.NullInt16 `json:"year"` }
func (*Song) AddToPlaylist ¶
func (Song) RemoveFromPlaylist ¶
Click to show internal directories.
Click to hide internal directories.