Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AskQuestionRequest ¶
type BinaryResponse ¶
type BinaryResponse struct {
Result bool `json:"result"`
}
type GetGamesResponse ¶
type GetGamesResponse struct {
Games [][]int `json:"games"`
}
type JoinRequest ¶
type JoinRequest struct {
PlayerName string `json:"playerName"`
}
type MakeGuessRequest ¶
type RankRequest ¶
type RankRequest struct {
GameIndex int `json:"gameIndex"`
}
type RankResponse ¶
type RankResponse struct {
Rankings [][]*RemotePlayer `json:"rankings"`
}
type RemotePlayer ¶
type RemotePlayer struct {
Name string `json:"name"`
}
func (*RemotePlayer) GetPlayerName ¶
func (p *RemotePlayer) GetPlayerName() string
Click to show internal directories.
Click to hide internal directories.