Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllStatus = []Status{ StatusPending, StatusInProgress, StatusCompleted, }
Functions ¶
This section is empty.
Types ¶
type Audit ¶
type Audit struct { ID string `json:"id"` ObjectID string `json:"object_id"` TableName string `json:"table_name"` Diff string `json:"diff"` Before string `json:"before"` After string `json:"after"` Comments string `json:"comments"` CreatedBy string `json:"created_by"` Created string `json:"created"` }
type NewVocab ¶
type NewVocab struct { LearningLang string `json:"learning_lang"` FirstLang string `json:"first_lang"` Alternatives string `json:"alternatives"` Skill string `json:"skill"` Infinitive string `json:"infinitive"` Pos string `json:"pos"` Hint string `json:"hint"` NumLearningWords int `json:"num_learning_words"` KnownLangCode string `json:"known_lang_code"` LearningLangCode string `json:"learning_lang_code"` }
type UpdateFixit ¶
type UpdateVocab ¶
type Vocab ¶
type Vocab struct { ID string `json:"id"` LearningLang string `json:"learning_lang"` FirstLang string `json:"first_lang"` Alternatives string `json:"alternatives"` Skill string `json:"skill"` Infinitive string `json:"infinitive"` Pos string `json:"pos"` Hint string `json:"hint"` NumLearningWords int `json:"num_learning_words"` KnownLangCode string `json:"known_lang_code"` LearningLangCode string `json:"learning_lang_code"` }
Click to show internal directories.
Click to hide internal directories.