Documentation
¶
Index ¶
Constants ¶
View Source
const (
LANG_PACK_EN_FILE = "./lang_pack_en.toml"
)
Variables ¶
This section is empty.
Functions ¶
func DoMainServer ¶
func DoMainServer()
Types ¶
type LangpackServiceImpl ¶
type LangpackServiceImpl struct { }
func (*LangpackServiceImpl) LangpackGetDifference ¶
func (s *LangpackServiceImpl) LangpackGetDifference(ctx context.Context, request *mtproto.TLLangpackGetDifference) (*mtproto.LangPackDifference, error)
func (*LangpackServiceImpl) LangpackGetLangPack ¶
func (s *LangpackServiceImpl) LangpackGetLangPack(ctx context.Context, request *mtproto.TLLangpackGetLangPack) (*mtproto.LangPackDifference, error)
Click to show internal directories.
Click to hide internal directories.