Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { Word string Translation string DeckID string `db:"deck_id"` // contains filtered or unexported fields }
func CardFromDomain ¶
type Deck ¶
type Deck struct { Name string // contains filtered or unexported fields }
func DeckFromDomain ¶
Click to show internal directories.
Click to hide internal directories.