model

package
v0.0.0-...-5a8d1bd Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const SettingsTableName = "tbl_settings"
View Source
const WordsTableName = "tbl_words"

Variables

This section is empty.

Functions

This section is empty.

Types

type Dictinary

type Dictinary struct {
	Word           string `db:"word"`
	TranslatedWord string `db:"translate_word"`
}

type ListDictinary

type ListDictinary struct {
	Id             string `db:"id"`
	Word           string `db:"word"`
	TranslatedWord string `db:"translate_word"`
}

type Settings

type Settings struct {
	IsRandom  bool `db:"is_random"`
	Questions int  `db:"number_questions"`
	DarkTheme bool `db:"dark_theme"`
}

Jump to

Keyboard shortcuts

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