type github.com/gotd/td/tg.LangPackStringClass
30 uses
github.com/gotd/td/tg (current package)
tl_lang_pack_difference_gen.go#L46: Strings []LangPackStringClass
tl_lang_pack_difference_gen.go#L94: GetStrings() (value []LangPackStringClass)
tl_lang_pack_difference_gen.go#L218: l.Strings = make([]LangPackStringClass, 0, headerLen%bin.PreallocateLimit)
tl_lang_pack_difference_gen.go#L256: func (l *LangPackDifference) GetStrings() (value []LangPackStringClass) {
tl_lang_pack_string_class_vector_gen.go#L37: Elems []LangPackStringClass
tl_lang_pack_string_class_vector_gen.go#L73: GetElems() (value []LangPackStringClass)
tl_lang_pack_string_class_vector_gen.go#L156: vec.Elems = make([]LangPackStringClass, 0, headerLen%bin.PreallocateLimit)
tl_lang_pack_string_class_vector_gen.go#L170: func (vec *LangPackStringClassVector) GetElems() (value []LangPackStringClass) {
tl_lang_pack_string_gen.go#L49: func (l LangPackString) construct() LangPackStringClass { return &l }
tl_lang_pack_string_gen.go#L58: _ LangPackStringClass = &LangPackString{}
tl_lang_pack_string_gen.go#L241: func (l LangPackStringPluralized) construct() LangPackStringClass { return &l }
tl_lang_pack_string_gen.go#L250: _ LangPackStringClass = &LangPackStringPluralized{}
tl_lang_pack_string_gen.go#L637: func (l LangPackStringDeleted) construct() LangPackStringClass { return &l }
tl_lang_pack_string_gen.go#L646: _ LangPackStringClass = &LangPackStringDeleted{}
tl_lang_pack_string_gen.go#L778: type LangPackStringClass interface {
tl_lang_pack_string_gen.go#L783: construct() LangPackStringClass
tl_lang_pack_string_gen.go#L801: func DecodeLangPackString(buf *bin.Buffer) (LangPackStringClass, error) {
tl_lang_pack_string_gen.go#L835: LangPackString LangPackStringClass
tl_lang_pack_string_slices_gen.go#L38: type LangPackStringClassArray []LangPackStringClass
tl_lang_pack_string_slices_gen.go#L41: func (s LangPackStringClassArray) Sort(less func(a, b LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L49: func (s LangPackStringClassArray) SortStable(less func(a, b LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L57: func (s LangPackStringClassArray) Retain(keep func(x LangPackStringClass) bool) LangPackStringClassArray {
tl_lang_pack_string_slices_gen.go#L71: func (s LangPackStringClassArray) First() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L79: func (s LangPackStringClassArray) Last() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L87: func (s *LangPackStringClassArray) PopFirst() (v LangPackStringClass, ok bool) {
tl_lang_pack_string_slices_gen.go#L97: var zero LangPackStringClass
tl_lang_pack_string_slices_gen.go#L106: func (s *LangPackStringClassArray) Pop() (v LangPackStringClass, ok bool) {
tl_langpack_get_strings_gen.go#L243: func (c *Client) LangpackGetStrings(ctx context.Context, request *LangpackGetStringsRequest) ([]LangPackStringClass, error) {
tl_langpack_get_strings_gen.go#L249: return []LangPackStringClass(result.Elems), nil
tl_server_gen.go#L9200: func (s *ServerDispatcher) OnLangpackGetStrings(f func(ctx context.Context, request *LangpackGetStringsRequest) ([]LangPackStringClass, error)) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |