Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BundleName is default definition name. BundleName = "universal-translator" // TagTranslator is tag to mark injected locale translator. TagTranslator = "universal-translator.locale-translator" // TagArgOverride is tag argument name to override locale translator. TagArgOverride = "override" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
Bundle implements the glue.Bundle interface.
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option interface.
type UniversalTranslator ¶
type UniversalTranslator = ut.UniversalTranslator
UniversalTranslator type alias of ut.UniversalTranslator.
Click to show internal directories.
Click to hide internal directories.