Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TatoebaSentence ¶
type TatoebaSentenceFindResponse ¶
type TatoebaSentenceFindResponse struct { TotalCount int64 `json:"totalCount"` Results []TatoebaSentencePair `json:"results"` }
type TatoebaSentencePair ¶
type TatoebaSentencePair struct { Src TatoebaSentence `json:"src"` Dst TatoebaSentence `json:"dst"` }
type Translation ¶
type TranslationAddParameter ¶
type TranslationFindResponse ¶
type TranslationFindResponse struct {
Results []Translation `json:"results"`
}
type TranslationUpdateParameter ¶
type TranslationUpdateParameter struct {
Translated string `json:"translated" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.