Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiExistsTest ¶
Testing purposes
type Card ¶
type Card struct { Value string `bson:"value" json:"value"` Suite string `bson:"suite" json:"suite"` Code string `bson:"code" json:"code"` }
Card is a structure for cards
type CreateDeckTest ¶
type Deck ¶
type Deck struct { Shuffled bool `bson:"shuffled" json:"shuffled"` Remaining int `bson:"remaining" json:"remaining"` Cards []Card `bson:"cards" json:"cards"` }
Deck is a structure to store each Deck
Click to show internal directories.
Click to hide internal directories.