Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type DictionaryFieldInt
- func (item *DictionaryFieldInt) FillRandom(rg *basictl.RandGenerator)
- func (item *DictionaryFieldInt) MarshalJSON() ([]byte, error)
- func (item *DictionaryFieldInt) Read(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldInt) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *DictionaryFieldInt) Reset()
- func (item DictionaryFieldInt) String() string
- func (DictionaryFieldInt) TLName() string
- func (DictionaryFieldInt) TLTag() uint32
- func (item *DictionaryFieldInt) UnmarshalJSON(b []byte) error
- func (item *DictionaryFieldInt) Write(w []byte) []byte
- func (item *DictionaryFieldInt) WriteBoxed(w []byte) []byte
- func (item *DictionaryFieldInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldInt) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldInt) WriteJSON(w []byte) []byte
- func (item *DictionaryFieldInt) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldInt) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type DictionaryFieldIntBytes
- func (item *DictionaryFieldIntBytes) FillRandom(rg *basictl.RandGenerator)
- func (item *DictionaryFieldIntBytes) MarshalJSON() ([]byte, error)
- func (item *DictionaryFieldIntBytes) Read(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldIntBytes) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldIntBytes) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *DictionaryFieldIntBytes) Reset()
- func (item DictionaryFieldIntBytes) String() string
- func (DictionaryFieldIntBytes) TLName() string
- func (DictionaryFieldIntBytes) TLTag() uint32
- func (item *DictionaryFieldIntBytes) UnmarshalJSON(b []byte) error
- func (item *DictionaryFieldIntBytes) Write(w []byte) []byte
- func (item *DictionaryFieldIntBytes) WriteBoxed(w []byte) []byte
- func (item *DictionaryFieldIntBytes) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldIntBytes) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldIntBytes) WriteJSON(w []byte) []byte
- func (item *DictionaryFieldIntBytes) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *DictionaryFieldIntBytes) 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 DictionaryFieldInt ¶
func (*DictionaryFieldInt) FillRandom ¶
func (item *DictionaryFieldInt) FillRandom(rg *basictl.RandGenerator)
func (*DictionaryFieldInt) MarshalJSON ¶
func (item *DictionaryFieldInt) MarshalJSON() ([]byte, error)
func (*DictionaryFieldInt) Read ¶
func (item *DictionaryFieldInt) Read(w []byte) (_ []byte, err error)
func (*DictionaryFieldInt) ReadBoxed ¶
func (item *DictionaryFieldInt) ReadBoxed(w []byte) (_ []byte, err error)
func (*DictionaryFieldInt) ReadJSON ¶
func (item *DictionaryFieldInt) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*DictionaryFieldInt) Reset ¶
func (item *DictionaryFieldInt) Reset()
func (DictionaryFieldInt) String ¶
func (item DictionaryFieldInt) String() string
func (DictionaryFieldInt) TLName ¶
func (DictionaryFieldInt) TLName() string
func (DictionaryFieldInt) TLTag ¶
func (DictionaryFieldInt) TLTag() uint32
func (*DictionaryFieldInt) UnmarshalJSON ¶
func (item *DictionaryFieldInt) UnmarshalJSON(b []byte) error
func (*DictionaryFieldInt) Write ¶
func (item *DictionaryFieldInt) Write(w []byte) []byte
func (*DictionaryFieldInt) WriteBoxed ¶
func (item *DictionaryFieldInt) WriteBoxed(w []byte) []byte
func (*DictionaryFieldInt) WriteBoxedGeneral ¶
func (item *DictionaryFieldInt) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*DictionaryFieldInt) WriteGeneral ¶
func (item *DictionaryFieldInt) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*DictionaryFieldInt) WriteJSON ¶
func (item *DictionaryFieldInt) WriteJSON(w []byte) []byte
func (*DictionaryFieldInt) WriteJSONGeneral ¶
func (item *DictionaryFieldInt) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*DictionaryFieldInt) WriteJSONOpt ¶
func (item *DictionaryFieldInt) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
type DictionaryFieldIntBytes ¶ added in v1.1.1
func (*DictionaryFieldIntBytes) FillRandom ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) FillRandom(rg *basictl.RandGenerator)
func (*DictionaryFieldIntBytes) MarshalJSON ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) MarshalJSON() ([]byte, error)
func (*DictionaryFieldIntBytes) Read ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) Read(w []byte) (_ []byte, err error)
func (*DictionaryFieldIntBytes) ReadBoxed ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) ReadBoxed(w []byte) (_ []byte, err error)
func (*DictionaryFieldIntBytes) ReadJSON ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*DictionaryFieldIntBytes) Reset ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) Reset()
func (DictionaryFieldIntBytes) String ¶ added in v1.1.1
func (item DictionaryFieldIntBytes) String() string
func (DictionaryFieldIntBytes) TLName ¶ added in v1.1.1
func (DictionaryFieldIntBytes) TLName() string
func (DictionaryFieldIntBytes) TLTag ¶ added in v1.1.1
func (DictionaryFieldIntBytes) TLTag() uint32
func (*DictionaryFieldIntBytes) UnmarshalJSON ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) UnmarshalJSON(b []byte) error
func (*DictionaryFieldIntBytes) Write ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) Write(w []byte) []byte
func (*DictionaryFieldIntBytes) WriteBoxed ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteBoxed(w []byte) []byte
func (*DictionaryFieldIntBytes) WriteBoxedGeneral ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*DictionaryFieldIntBytes) WriteGeneral ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*DictionaryFieldIntBytes) WriteJSON ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteJSON(w []byte) []byte
func (*DictionaryFieldIntBytes) WriteJSONGeneral ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*DictionaryFieldIntBytes) WriteJSONOpt ¶ added in v1.1.1
func (item *DictionaryFieldIntBytes) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.