package
Version:
v0.0.23-beta.1
Opens a new window with list of versions in this module.
Published: Nov 20, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type I18n struct {
LanguageCode int64 `thrift:"LanguageCode,1,required" frugal:"1,required,i64" json:"language_code" mapstructure:"language_code"`
Text string `thrift:"Text,2,required" frugal:"2,required,string" json:"text" mapstructure:"text"`
}
type I18nCnUs struct {
ZhCn string `thrift:"ZhCn,1,required" frugal:"1,required,string" json:"zh_CN"`
EnUs string `thrift:"EnUs,2,required" frugal:"2,required,string" json:"en_US"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.