Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Codename string `json:"codename"` Round int `json:"round"` Turn int `json:"turn"` Dealer int `json:"dealer"` Rolled bool `json:"rolled"` AllPlayers []Player `json:"players"` Draw deck.Card `json:"draw"` AllDiscards deck.Deck `json:"discards"` Rematch []Player `json:"rematch"` Result string `json:"result"` }
Click to show internal directories.
Click to hide internal directories.