Documentation ¶
Index ¶
Constants ¶
View Source
const ( Awoo MessageType = "awoo" SetName = "setName" SetRoleset = "setRoleset" Vote = "vote" NightAction = "nightAction" Start = "start" Quit = "quit" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Type MessageType `json:"messageType"` PlayerName string `json:"playerName"` Roleset string `json:"roleset"` Target uuid.UUID `json:"target"` }
type MessageType ¶
type MessageType string
Click to show internal directories.
Click to hide internal directories.