Documentation
¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type RpcInvokeReqExtra
- func (item *RpcInvokeReqExtra) ClearStringForwardKeys()
- func (item *RpcInvokeReqExtra) ClearWaitBinlogPos()
- func (item RpcInvokeReqExtra) IsSetQuery() bool
- func (item RpcInvokeReqExtra) IsSetSort() bool
- func (item RpcInvokeReqExtra) IsSetSortReverse() bool
- func (item RpcInvokeReqExtra) IsSetStringForwardKeys() bool
- func (item RpcInvokeReqExtra) IsSetWaitBinlogPos() bool
- func (item *RpcInvokeReqExtra) MarshalJSON() ([]byte, error)
- func (item *RpcInvokeReqExtra) Read(w []byte) (_ []byte, err error)
- func (item *RpcInvokeReqExtra) ReadBoxed(w []byte) (_ []byte, err error)
- func (item *RpcInvokeReqExtra) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
- func (item *RpcInvokeReqExtra) Reset()
- func (item *RpcInvokeReqExtra) SetQuery(v bool)
- func (item *RpcInvokeReqExtra) SetSort(v bool)
- func (item *RpcInvokeReqExtra) SetSortReverse(v bool)
- func (item *RpcInvokeReqExtra) SetStringForwardKeys(v []string)
- func (item *RpcInvokeReqExtra) SetWaitBinlogPos(v int64)
- func (item RpcInvokeReqExtra) String() string
- func (RpcInvokeReqExtra) TLName() string
- func (RpcInvokeReqExtra) TLTag() uint32
- func (item *RpcInvokeReqExtra) UnmarshalJSON(b []byte) error
- func (item *RpcInvokeReqExtra) Write(w []byte) []byte
- func (item *RpcInvokeReqExtra) WriteBoxed(w []byte) []byte
- func (item *RpcInvokeReqExtra) WriteBoxedGeneral(w []byte) (_ []byte, err error)
- func (item *RpcInvokeReqExtra) WriteGeneral(w []byte) (_ []byte, err error)
- func (item *RpcInvokeReqExtra) WriteJSON(w []byte) []byte
- func (item *RpcInvokeReqExtra) WriteJSONGeneral(w []byte) (_ []byte, err error)
- func (item *RpcInvokeReqExtra) 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 RpcInvokeReqExtra ¶
type RpcInvokeReqExtra struct { FieldsMask uint32 // Query (TrueType) // Conditional: item.FieldsMask.0 // Sort (TrueType) // Conditional: item.FieldsMask.1 // SortReverse (TrueType) // Conditional: item.FieldsMask.2 WaitBinlogPos int64 // Conditional: item.FieldsMask.16 StringForwardKeys []string // Conditional: item.FieldsMask.18 }
func (*RpcInvokeReqExtra) ClearStringForwardKeys ¶
func (item *RpcInvokeReqExtra) ClearStringForwardKeys()
func (*RpcInvokeReqExtra) ClearWaitBinlogPos ¶
func (item *RpcInvokeReqExtra) ClearWaitBinlogPos()
func (RpcInvokeReqExtra) IsSetQuery ¶
func (item RpcInvokeReqExtra) IsSetQuery() bool
func (RpcInvokeReqExtra) IsSetSort ¶
func (item RpcInvokeReqExtra) IsSetSort() bool
func (RpcInvokeReqExtra) IsSetSortReverse ¶
func (item RpcInvokeReqExtra) IsSetSortReverse() bool
func (RpcInvokeReqExtra) IsSetStringForwardKeys ¶
func (item RpcInvokeReqExtra) IsSetStringForwardKeys() bool
func (RpcInvokeReqExtra) IsSetWaitBinlogPos ¶
func (item RpcInvokeReqExtra) IsSetWaitBinlogPos() bool
func (*RpcInvokeReqExtra) MarshalJSON ¶
func (item *RpcInvokeReqExtra) MarshalJSON() ([]byte, error)
func (*RpcInvokeReqExtra) Read ¶
func (item *RpcInvokeReqExtra) Read(w []byte) (_ []byte, err error)
func (*RpcInvokeReqExtra) ReadBoxed ¶
func (item *RpcInvokeReqExtra) ReadBoxed(w []byte) (_ []byte, err error)
func (*RpcInvokeReqExtra) ReadJSON ¶
func (item *RpcInvokeReqExtra) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error
func (*RpcInvokeReqExtra) Reset ¶
func (item *RpcInvokeReqExtra) Reset()
func (*RpcInvokeReqExtra) SetQuery ¶
func (item *RpcInvokeReqExtra) SetQuery(v bool)
func (*RpcInvokeReqExtra) SetSort ¶
func (item *RpcInvokeReqExtra) SetSort(v bool)
func (*RpcInvokeReqExtra) SetSortReverse ¶
func (item *RpcInvokeReqExtra) SetSortReverse(v bool)
func (*RpcInvokeReqExtra) SetStringForwardKeys ¶
func (item *RpcInvokeReqExtra) SetStringForwardKeys(v []string)
func (*RpcInvokeReqExtra) SetWaitBinlogPos ¶
func (item *RpcInvokeReqExtra) SetWaitBinlogPos(v int64)
func (RpcInvokeReqExtra) String ¶
func (item RpcInvokeReqExtra) String() string
func (RpcInvokeReqExtra) TLName ¶
func (RpcInvokeReqExtra) TLName() string
func (RpcInvokeReqExtra) TLTag ¶
func (RpcInvokeReqExtra) TLTag() uint32
func (*RpcInvokeReqExtra) UnmarshalJSON ¶
func (item *RpcInvokeReqExtra) UnmarshalJSON(b []byte) error
func (*RpcInvokeReqExtra) Write ¶
func (item *RpcInvokeReqExtra) Write(w []byte) []byte
func (*RpcInvokeReqExtra) WriteBoxed ¶
func (item *RpcInvokeReqExtra) WriteBoxed(w []byte) []byte
func (*RpcInvokeReqExtra) WriteBoxedGeneral ¶
func (item *RpcInvokeReqExtra) WriteBoxedGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteBoxed, use it instead!
func (*RpcInvokeReqExtra) WriteGeneral ¶
func (item *RpcInvokeReqExtra) WriteGeneral(w []byte) (_ []byte, err error)
This method is general version of Write, use it instead!
func (*RpcInvokeReqExtra) WriteJSON ¶
func (item *RpcInvokeReqExtra) WriteJSON(w []byte) []byte
func (*RpcInvokeReqExtra) WriteJSONGeneral ¶
func (item *RpcInvokeReqExtra) WriteJSONGeneral(w []byte) (_ []byte, err error)
This method is general version of WriteJSON, use it instead!
func (*RpcInvokeReqExtra) WriteJSONOpt ¶
func (item *RpcInvokeReqExtra) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte
Click to show internal directories.
Click to hide internal directories.