Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePlayerMsg ¶
type CreatePlayerMsg struct {
PlayersName string `json:"PlayerName"` // Name of the player, can be the username.
}
type CreatePlayerReply ¶
type CreateRoomMsg ¶
type CreateRoomReply ¶
type CreateRoomReply struct {
Success bool `json:"success"`
}
Click to show internal directories.
Click to hide internal directories.