Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deck ¶
type Deck struct { Id string `json:"id"` DeckName string `json:"deck_name"` Cards []card.Card `json:"cards"` Created_at time.Time `json:"created_at"` }
Deck Entity
type Repository ¶
Click to show internal directories.
Click to hide internal directories.