domain

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 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

	// 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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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