Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type TreeStatsObjectLimitValue
- func (item *TreeStatsObjectLimitValue) AsDouble() (*TreeStatsObjectLimitValueDouble, bool)
- func (item *TreeStatsObjectLimitValue) AsLong() (TreeStatsObjectLimitValueLong, bool)
- func (item *TreeStatsObjectLimitValue) IsDouble() bool
- func (item *TreeStatsObjectLimitValue) IsLong() bool
- func (item *TreeStatsObjectLimitValue) MarshalJSON() ([]byte, error)
- func (item *TreeStatsObjectLimitValue) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValue) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *TreeStatsObjectLimitValue) Reset()
- func (item *TreeStatsObjectLimitValue) ResetToDouble() *TreeStatsObjectLimitValueDouble
- func (item *TreeStatsObjectLimitValue) ResetToLong()
- func (item *TreeStatsObjectLimitValue) SetDouble(value TreeStatsObjectLimitValueDouble)
- func (item *TreeStatsObjectLimitValue) SetLong()
- func (item TreeStatsObjectLimitValue) String() string
- func (item TreeStatsObjectLimitValue) TLName() string
- func (item TreeStatsObjectLimitValue) TLTag() uint32
- func (item *TreeStatsObjectLimitValue) UnmarshalJSON(b []byte) error
- func (item *TreeStatsObjectLimitValue) WriteBoxed(w []byte) []byte
- func (item *TreeStatsObjectLimitValue) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValue) WriteJSON(w []byte) []byte
- func (item *TreeStatsObjectLimitValue) WriteJSONGeneral(w []byte) ([]byte, error)
- func (item *TreeStatsObjectLimitValue) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type TreeStatsObjectLimitValueDouble
- func (item TreeStatsObjectLimitValueDouble) AsUnion() TreeStatsObjectLimitValue
- func (item *TreeStatsObjectLimitValueDouble) MarshalJSON() ([]byte, error)
- func (item *TreeStatsObjectLimitValueDouble) Read(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueDouble) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueDouble) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *TreeStatsObjectLimitValueDouble) Reset()
- func (item TreeStatsObjectLimitValueDouble) String() string
- func (TreeStatsObjectLimitValueDouble) TLName() string
- func (TreeStatsObjectLimitValueDouble) TLTag() uint32
- func (item *TreeStatsObjectLimitValueDouble) UnmarshalJSON(b []byte) error
- func (item *TreeStatsObjectLimitValueDouble) Write(w []byte) []byte
- func (item *TreeStatsObjectLimitValueDouble) WriteBoxed(w []byte) []byte
- func (item *TreeStatsObjectLimitValueDouble) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueDouble) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueDouble) WriteJSON(w []byte) []byte
- func (item *TreeStatsObjectLimitValueDouble) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueDouble) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
- type TreeStatsObjectLimitValueLong
- func (item TreeStatsObjectLimitValueLong) AsUnion() TreeStatsObjectLimitValue
- func (item *TreeStatsObjectLimitValueLong) MarshalJSON() ([]byte, error)
- func (item *TreeStatsObjectLimitValueLong) Read(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueLong) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueLong) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *TreeStatsObjectLimitValueLong) Reset()
- func (item TreeStatsObjectLimitValueLong) String() string
- func (TreeStatsObjectLimitValueLong) TLName() string
- func (TreeStatsObjectLimitValueLong) TLTag() uint32
- func (item *TreeStatsObjectLimitValueLong) UnmarshalJSON(b []byte) error
- func (item *TreeStatsObjectLimitValueLong) Write(w []byte) []byte
- func (item *TreeStatsObjectLimitValueLong) WriteBoxed(w []byte) []byte
- func (item *TreeStatsObjectLimitValueLong) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueLong) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueLong) WriteJSON(w []byte) []byte
- func (item *TreeStatsObjectLimitValueLong) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *TreeStatsObjectLimitValueLong) 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 TreeStatsObjectLimitValue ¶
type TreeStatsObjectLimitValue struct {
// contains filtered or unexported fields
}
func (*TreeStatsObjectLimitValue) AsDouble ¶
func (item *TreeStatsObjectLimitValue) AsDouble() (*TreeStatsObjectLimitValueDouble, bool)
func (*TreeStatsObjectLimitValue) AsLong ¶
func (item *TreeStatsObjectLimitValue) AsLong() (TreeStatsObjectLimitValueLong, bool)
func (*TreeStatsObjectLimitValue) IsDouble ¶
func (item *TreeStatsObjectLimitValue) IsDouble() bool
func (*TreeStatsObjectLimitValue) IsLong ¶
func (item *TreeStatsObjectLimitValue) IsLong() bool
func (*TreeStatsObjectLimitValue) MarshalJSON ¶
func (item *TreeStatsObjectLimitValue) MarshalJSON() ([]byte, error)
func (*TreeStatsObjectLimitValue) ReadBoxed ¶
func (item *TreeStatsObjectLimitValue) ReadBoxed(w []byte) (_ []byte, err error)
func (*TreeStatsObjectLimitValue) ReadJSON ¶
func (item *TreeStatsObjectLimitValue) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*TreeStatsObjectLimitValue) Reset ¶
func (item *TreeStatsObjectLimitValue) Reset()
func (*TreeStatsObjectLimitValue) ResetToDouble ¶
func (item *TreeStatsObjectLimitValue) ResetToDouble() *TreeStatsObjectLimitValueDouble
func (*TreeStatsObjectLimitValue) ResetToLong ¶
func (item *TreeStatsObjectLimitValue) ResetToLong()
func (*TreeStatsObjectLimitValue) SetDouble ¶
func (item *TreeStatsObjectLimitValue) SetDouble(value TreeStatsObjectLimitValueDouble)
func (*TreeStatsObjectLimitValue) SetLong ¶
func (item *TreeStatsObjectLimitValue) SetLong()
func (TreeStatsObjectLimitValue) String ¶
func (item TreeStatsObjectLimitValue) String() string
func (TreeStatsObjectLimitValue) TLName ¶
func (item TreeStatsObjectLimitValue) TLName() string
func (TreeStatsObjectLimitValue) TLTag ¶
func (item TreeStatsObjectLimitValue) TLTag() uint32
func (*TreeStatsObjectLimitValue) UnmarshalJSON ¶
func (item *TreeStatsObjectLimitValue) UnmarshalJSON(b []byte) error
func (*TreeStatsObjectLimitValue) WriteBoxed ¶
func (item *TreeStatsObjectLimitValue) WriteBoxed(w []byte) []byte
func (*TreeStatsObjectLimitValue) WriteBoxedGeneral ¶
func (item *TreeStatsObjectLimitValue) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*TreeStatsObjectLimitValue) WriteJSON ¶
func (item *TreeStatsObjectLimitValue) WriteJSON(w []byte) []byte
func (*TreeStatsObjectLimitValue) WriteJSONGeneral ¶
func (item *TreeStatsObjectLimitValue) WriteJSONGeneral(w []byte) ([]byte, error)
This method is general version of WriteJSON, use it instead!
func (*TreeStatsObjectLimitValue) WriteJSONOpt ¶
func (item *TreeStatsObjectLimitValue) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
type TreeStatsObjectLimitValueDouble ¶
type TreeStatsObjectLimitValueDouble float64
func (TreeStatsObjectLimitValueDouble) AsUnion ¶
func (item TreeStatsObjectLimitValueDouble) AsUnion() TreeStatsObjectLimitValue
func (*TreeStatsObjectLimitValueDouble) MarshalJSON ¶
func (item *TreeStatsObjectLimitValueDouble) MarshalJSON() ([]byte, error)
func (*TreeStatsObjectLimitValueDouble) Read ¶
func (item *TreeStatsObjectLimitValueDouble) Read(w []byte) (_ []byte, err error)
func (*TreeStatsObjectLimitValueDouble) ReadBoxed ¶
func (item *TreeStatsObjectLimitValueDouble) ReadBoxed(w []byte) (_ []byte, err error)
func (*TreeStatsObjectLimitValueDouble) ReadJSON ¶
func (item *TreeStatsObjectLimitValueDouble) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*TreeStatsObjectLimitValueDouble) Reset ¶
func (item *TreeStatsObjectLimitValueDouble) Reset()
func (TreeStatsObjectLimitValueDouble) String ¶
func (item TreeStatsObjectLimitValueDouble) String() string
func (TreeStatsObjectLimitValueDouble) TLName ¶
func (TreeStatsObjectLimitValueDouble) TLName() string
func (TreeStatsObjectLimitValueDouble) TLTag ¶
func (TreeStatsObjectLimitValueDouble) TLTag() uint32
func (*TreeStatsObjectLimitValueDouble) UnmarshalJSON ¶
func (item *TreeStatsObjectLimitValueDouble) UnmarshalJSON(b []byte) error
func (*TreeStatsObjectLimitValueDouble) Write ¶
func (item *TreeStatsObjectLimitValueDouble) Write(w []byte) []byte
func (*TreeStatsObjectLimitValueDouble) WriteBoxed ¶
func (item *TreeStatsObjectLimitValueDouble) WriteBoxed(w []byte) []byte
func (*TreeStatsObjectLimitValueDouble) WriteBoxedGeneral ¶
func (item *TreeStatsObjectLimitValueDouble) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*TreeStatsObjectLimitValueDouble) WriteGeneral ¶
func (item *TreeStatsObjectLimitValueDouble) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*TreeStatsObjectLimitValueDouble) WriteJSON ¶
func (item *TreeStatsObjectLimitValueDouble) WriteJSON(w []byte) []byte
func (*TreeStatsObjectLimitValueDouble) WriteJSONGeneral ¶
func (item *TreeStatsObjectLimitValueDouble) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TreeStatsObjectLimitValueDouble) WriteJSONOpt ¶
func (item *TreeStatsObjectLimitValueDouble) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
type TreeStatsObjectLimitValueLong ¶
type TreeStatsObjectLimitValueLong struct { }
func (TreeStatsObjectLimitValueLong) AsUnion ¶
func (item TreeStatsObjectLimitValueLong) AsUnion() TreeStatsObjectLimitValue
func (*TreeStatsObjectLimitValueLong) MarshalJSON ¶
func (item *TreeStatsObjectLimitValueLong) MarshalJSON() ([]byte, error)
func (*TreeStatsObjectLimitValueLong) Read ¶
func (item *TreeStatsObjectLimitValueLong) Read(w []byte) (_ []byte, err error)
func (*TreeStatsObjectLimitValueLong) ReadBoxed ¶
func (item *TreeStatsObjectLimitValueLong) ReadBoxed(w []byte) (_ []byte, err error)
func (*TreeStatsObjectLimitValueLong) ReadJSON ¶
func (item *TreeStatsObjectLimitValueLong) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*TreeStatsObjectLimitValueLong) Reset ¶
func (item *TreeStatsObjectLimitValueLong) Reset()
func (TreeStatsObjectLimitValueLong) String ¶
func (item TreeStatsObjectLimitValueLong) String() string
func (TreeStatsObjectLimitValueLong) TLName ¶
func (TreeStatsObjectLimitValueLong) TLName() string
func (TreeStatsObjectLimitValueLong) TLTag ¶
func (TreeStatsObjectLimitValueLong) TLTag() uint32
func (*TreeStatsObjectLimitValueLong) UnmarshalJSON ¶
func (item *TreeStatsObjectLimitValueLong) UnmarshalJSON(b []byte) error
func (*TreeStatsObjectLimitValueLong) Write ¶
func (item *TreeStatsObjectLimitValueLong) Write(w []byte) []byte
func (*TreeStatsObjectLimitValueLong) WriteBoxed ¶
func (item *TreeStatsObjectLimitValueLong) WriteBoxed(w []byte) []byte
func (*TreeStatsObjectLimitValueLong) WriteBoxedGeneral ¶
func (item *TreeStatsObjectLimitValueLong) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*TreeStatsObjectLimitValueLong) WriteGeneral ¶
func (item *TreeStatsObjectLimitValueLong) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*TreeStatsObjectLimitValueLong) WriteJSON ¶
func (item *TreeStatsObjectLimitValueLong) WriteJSON(w []byte) []byte
func (*TreeStatsObjectLimitValueLong) WriteJSONGeneral ¶
func (item *TreeStatsObjectLimitValueLong) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*TreeStatsObjectLimitValueLong) WriteJSONOpt ¶
func (item *TreeStatsObjectLimitValueLong) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.