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