Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct {
Front string
Back string
DeckID string `db:"deck_id"`
// contains filtered or unexported fields
}
func CardFromValue ¶ added in v0.4.0
type Deck ¶
type Deck struct {
Name string
// contains filtered or unexported fields
}
func DeckFromValue ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.