Documentation
¶
Index ¶
- Variables
- type Client
- func (c Client) Advance() error
- func (c Client) CreateTicket() (model.ID, model.PIN, error)
- func (c Client) GetCoverURL(source string) string
- func (c Client) GetQueue() (model.Queue, error)
- func (c Client) GetSong(source string) (model.Song, error)
- func (c Client) GetSongs() ([]model.Song, error)
- func (c Client) GetState() (model.State, error)
- func (c Client) GetTicket(id model.ID) (model.Ticket, error)
- func (c Client) GetTickets() ([]model.Ticket, error)
- func (c Client) GoBack() error
- func (c Client) SetNames(id model.ID, pin model.PIN, names []string) error
- func (c Client) SetState(state model.State) error
- func (c Client) TogglePause() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPINInvalid = errors.New("PIN invalid")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetCoverURL ¶
func (Client) TogglePause ¶
Click to show internal directories.
Click to hide internal directories.