Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sentence ¶
type Sentence struct { ID uint64 `db:"id"` WordID uint64 `db:"word_id"` Origin string `db:"origin"` Translations []SentenceTranslation `db:"-"` }
type SentenceTranslation ¶
type Word ¶
type Word struct { ID uint64 `db:"id"` Word string `db:"word"` Primary string `db:"word_meaning"` Level uint32 `db:"word_level"` Composition []*m_kanji.Kanji `db:"-"` Alternatives sql.NullString `db:"word_alternative"` Readings sql.NullString `db:"word_reading"` Types sql.NullString `db:"word_type"` Sentences sql.NullString `db:"japanese_sentence"` SentenceTranslations sql.NullString `db:"sentence_translation"` SentenceLanguage sql.NullString `db:"sentence_language"` }
type WordAlternative ¶
type WordProgress ¶
type WordReading ¶
Click to show internal directories.
Click to hide internal directories.