Documentation ¶ Index ¶ type Card type Deck Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Card ¶ type Card struct { // ID is supposed to be filled by storage when stored. ID string // Word in original form. Word string // Translation of Word in another language. Translation string // Deck this card belongs to. Deck *Deck } type Deck ¶ type Deck struct { // ID is supposed to be filled by storage when stored. ID string // Name of this deck. Name string } Source Files ¶ View all Source files card.go deck.go Directories ¶ Show internal Expand all Path Synopsis validations Click to show internal directories. Click to hide internal directories.