Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type CasesBytesTestDictInt
- func (item *CasesBytesTestDictInt) FillRandom(rg *basictl.RandGenerator)
- func (item *CasesBytesTestDictInt) MarshalJSON() ([]byte, error)
- func (item *CasesBytesTestDictInt) Read(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictInt) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *CasesBytesTestDictInt) Reset()
- func (item CasesBytesTestDictInt) String() string
- func (CasesBytesTestDictInt) TLName() string
- func (CasesBytesTestDictInt) TLTag() uint32
- func (item *CasesBytesTestDictInt) UnmarshalJSON(b []byte) error
- func (item *CasesBytesTestDictInt) Write(w []byte) []byte
- func (item *CasesBytesTestDictInt) WriteBoxed(w []byte) []byte
- func (item *CasesBytesTestDictInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictInt) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictInt) WriteJSON(w []byte) []byte
- func (item *CasesBytesTestDictInt) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictInt) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type CasesBytesTestDictIntBytes
- func (item *CasesBytesTestDictIntBytes) FillRandom(rg *basictl.RandGenerator)
- func (item *CasesBytesTestDictIntBytes) MarshalJSON() ([]byte, error)
- func (item *CasesBytesTestDictIntBytes) Read(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictIntBytes) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictIntBytes) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *CasesBytesTestDictIntBytes) Reset()
- func (item CasesBytesTestDictIntBytes) String() string
- func (CasesBytesTestDictIntBytes) TLName() string
- func (CasesBytesTestDictIntBytes) TLTag() uint32
- func (item *CasesBytesTestDictIntBytes) UnmarshalJSON(b []byte) error
- func (item *CasesBytesTestDictIntBytes) Write(w []byte) []byte
- func (item *CasesBytesTestDictIntBytes) WriteBoxed(w []byte) []byte
- func (item *CasesBytesTestDictIntBytes) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictIntBytes) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictIntBytes) WriteJSON(w []byte) []byte
- func (item *CasesBytesTestDictIntBytes) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *CasesBytesTestDictIntBytes) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CasesBytesTestDictInt ¶
func (*CasesBytesTestDictInt) FillRandom ¶
func (item *CasesBytesTestDictInt) FillRandom(rg *basictl.RandGenerator)
func (*CasesBytesTestDictInt) MarshalJSON ¶
func (item *CasesBytesTestDictInt) MarshalJSON() ([]byte, error)
func (*CasesBytesTestDictInt) Read ¶
func (item *CasesBytesTestDictInt) Read(w []byte) (_ []byte, err error)
func (*CasesBytesTestDictInt) ReadBoxed ¶
func (item *CasesBytesTestDictInt) ReadBoxed(w []byte) (_ []byte, err error)
func (*CasesBytesTestDictInt) ReadJSON ¶
func (item *CasesBytesTestDictInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*CasesBytesTestDictInt) Reset ¶
func (item *CasesBytesTestDictInt) Reset()
func (CasesBytesTestDictInt) String ¶
func (item CasesBytesTestDictInt) String() string
func (CasesBytesTestDictInt) TLName ¶
func (CasesBytesTestDictInt) TLName() string
func (CasesBytesTestDictInt) TLTag ¶
func (CasesBytesTestDictInt) TLTag() uint32
func (*CasesBytesTestDictInt) UnmarshalJSON ¶
func (item *CasesBytesTestDictInt) UnmarshalJSON(b []byte) error
func (*CasesBytesTestDictInt) Write ¶
func (item *CasesBytesTestDictInt) Write(w []byte) []byte
func (*CasesBytesTestDictInt) WriteBoxed ¶
func (item *CasesBytesTestDictInt) WriteBoxed(w []byte) []byte
func (*CasesBytesTestDictInt) WriteBoxedGeneral ¶
func (item *CasesBytesTestDictInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*CasesBytesTestDictInt) WriteGeneral ¶
func (item *CasesBytesTestDictInt) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*CasesBytesTestDictInt) WriteJSON ¶
func (item *CasesBytesTestDictInt) WriteJSON(w []byte) []byte
func (*CasesBytesTestDictInt) WriteJSONGeneral ¶
func (item *CasesBytesTestDictInt) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*CasesBytesTestDictInt) WriteJSONOpt ¶
func (item *CasesBytesTestDictInt) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
type CasesBytesTestDictIntBytes ¶ added in v1.1.1
type CasesBytesTestDictIntBytes struct {
Dict []tlDictionaryFieldAnyIntInt.DictionaryFieldAnyIntInt
}
func (*CasesBytesTestDictIntBytes) FillRandom ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) FillRandom(rg *basictl.RandGenerator)
func (*CasesBytesTestDictIntBytes) MarshalJSON ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) MarshalJSON() ([]byte, error)
func (*CasesBytesTestDictIntBytes) Read ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) Read(w []byte) (_ []byte, err error)
func (*CasesBytesTestDictIntBytes) ReadBoxed ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) ReadBoxed(w []byte) (_ []byte, err error)
func (*CasesBytesTestDictIntBytes) ReadJSON ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*CasesBytesTestDictIntBytes) Reset ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) Reset()
func (CasesBytesTestDictIntBytes) String ¶ added in v1.1.1
func (item CasesBytesTestDictIntBytes) String() string
func (CasesBytesTestDictIntBytes) TLName ¶ added in v1.1.1
func (CasesBytesTestDictIntBytes) TLName() string
func (CasesBytesTestDictIntBytes) TLTag ¶ added in v1.1.1
func (CasesBytesTestDictIntBytes) TLTag() uint32
func (*CasesBytesTestDictIntBytes) UnmarshalJSON ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) UnmarshalJSON(b []byte) error
func (*CasesBytesTestDictIntBytes) Write ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) Write(w []byte) []byte
func (*CasesBytesTestDictIntBytes) WriteBoxed ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteBoxed(w []byte) []byte
func (*CasesBytesTestDictIntBytes) WriteBoxedGeneral ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*CasesBytesTestDictIntBytes) WriteGeneral ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*CasesBytesTestDictIntBytes) WriteJSON ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteJSON(w []byte) []byte
func (*CasesBytesTestDictIntBytes) WriteJSONGeneral ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*CasesBytesTestDictIntBytes) WriteJSONOpt ¶ added in v1.1.1
func (item *CasesBytesTestDictIntBytes) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.