Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActRequest ¶
type AssassinInfo ¶
type AssassinateRequest ¶
type CreateGameRequest ¶
type CreateGameRequest struct {
RoomID string `json:"roomID"`
AssassinChance *int `json:"assassinChance"`
CardIDs []string `json:"cardIDs"`
MissionOptions []*MissionOption `json:"missionOptions"`
RandomLeader *bool `json:"randomLeader"`
}
type GameRequest ¶
type GameRequest struct {
ID string `json:"id"`
}
type GameUserRequest ¶
type JoinRoomInput ¶
type MissionOption ¶
type RoomRequest ¶
type RoomRequest struct {
ID string `json:"id"`
}
type UserRequest ¶
type UserRequest struct {
ID string `json:"id"`
}
type VoteRequest ¶
Click to show internal directories.
Click to hide internal directories.