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 // Front side of card. Front string // Back side of card. Back string // DeckID this card belongs to. DeckID string } 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.