Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Translation ¶
type Translation interface { GetText() string GetPos() WordPos GetLang2() appD.Lang2 GetTranslated() string GetProvider() string }
func NewTranslation ¶
type TranslationAddParameter ¶
type TranslationAddParameter interface { GetText() string GetPos() WordPos GetLang2() appD.Lang2 GetTranslated() string }
type TranslationUpdateParameter ¶
type TranslationUpdateParameter interface {
GetTranslated() string
}
func NewTransaltionUpdateParameter ¶
func NewTransaltionUpdateParameter(translated string) (TranslationUpdateParameter, error)
Click to show internal directories.
Click to hide internal directories.