Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type BoxedString
- func (item *BoxedString) MarshalJSON() ([]byte, error)
- func (item *BoxedString) Read(w []byte) (_ []byte, err error)
- func (item *BoxedString) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *BoxedString) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *BoxedString) ReadResult(w []byte, ret *string) (_ []byte, err error)
- func (item *BoxedString) ReadResultJSON(legacyTypeNames bool, in *basictl.JsonLexer, ret *string) error
- func (item *BoxedString) ReadResultJSONWriteResult(r []byte, w []byte) ([]byte, []byte, error)
- func (item *BoxedString) ReadResultWriteResultJSON(r []byte, w []byte) (_ []byte, _ []byte, err error)
- func (item *BoxedString) ReadResultWriteResultJSONOpt(newTypeNames bool, short bool, r []byte, w []byte) (_ []byte, _ []byte, err error)
- func (item *BoxedString) Reset()
- func (item BoxedString) String() string
- func (BoxedString) TLName() string
- func (BoxedString) TLTag() uint32
- func (item *BoxedString) UnmarshalJSON(b []byte) error
- func (item *BoxedString) Write(w []byte) []byte
- func (item *BoxedString) WriteBoxed(w []byte) []byte
- func (item *BoxedString) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *BoxedString) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *BoxedString) WriteJSON(w []byte) []byte
- func (item *BoxedString) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *BoxedString) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- func (item *BoxedString) WriteResult(w []byte, ret string) (_ []byte, err error)
- func (item *BoxedString) WriteResultJSON(w []byte, ret string) (_ []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoxedString ¶
type BoxedString struct {
X string
}
func (*BoxedString) MarshalJSON ¶
func (item *BoxedString) MarshalJSON() ([]byte, error)
func (*BoxedString) ReadJSON ¶
func (item *BoxedString) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*BoxedString) ReadResult ¶
func (item *BoxedString) ReadResult(w []byte, ret *string) (_ []byte, err error)
func (*BoxedString) ReadResultJSON ¶
func (*BoxedString) ReadResultJSONWriteResult ¶
func (*BoxedString) ReadResultWriteResultJSON ¶
func (*BoxedString) ReadResultWriteResultJSONOpt ¶
func (*BoxedString) Reset ¶
func (item *BoxedString) Reset()
func (BoxedString) String ¶
func (item BoxedString) String() string
func (BoxedString) TLName ¶
func (BoxedString) TLName() string
func (BoxedString) TLTag ¶
func (BoxedString) TLTag() uint32
func (*BoxedString) UnmarshalJSON ¶
func (item *BoxedString) UnmarshalJSON(b []byte) error
func (*BoxedString) Write ¶
func (item *BoxedString) Write(w []byte) []byte
func (*BoxedString) WriteBoxed ¶
func (item *BoxedString) WriteBoxed(w []byte) []byte
func (*BoxedString) WriteBoxedGeneral ¶
func (item *BoxedString) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*BoxedString) WriteGeneral ¶
func (item *BoxedString) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*BoxedString) WriteJSON ¶
func (item *BoxedString) WriteJSON(w []byte) []byte
func (*BoxedString) WriteJSONGeneral ¶
func (item *BoxedString) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*BoxedString) WriteJSONOpt ¶
func (item *BoxedString) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
func (*BoxedString) WriteResult ¶
func (item *BoxedString) WriteResult(w []byte, ret string) (_ []byte, err error)
func (*BoxedString) WriteResultJSON ¶
func (item *BoxedString) WriteResultJSON(w []byte, ret string) (_ []byte, err error)
Click to show internal directories.
Click to hide internal directories.