value

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL