Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticket ¶
type Ticket struct {
// contains filtered or unexported fields
}
func (*Ticket) ClassInfo ¶
func (h *Ticket) ClassInfo(rw http.ResponseWriter, r *http.Request)
ClassInfo
func (*Ticket) GetTicketWithID ¶
func (h *Ticket) GetTicketWithID(rw http.ResponseWriter, r *http.Request)
GetTicketWithID requests a ticket with lobby id
func (*Ticket) GetTicketWithParams ¶
func (h *Ticket) GetTicketWithParams(rw http.ResponseWriter, r *http.Request)
GetTicketWithParams requests a ticket with lobby params
type TicketResponse ¶
TicketResponse is the successful response of a ticket request
Click to show internal directories.
Click to hide internal directories.