cycle_98d4570147919cfd6f6ebfc47c3e10a0

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by vktl/cmd/tlgen2; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service5LongEmptyOutput

type Service5LongEmptyOutput struct {
}

func (Service5LongEmptyOutput) AsUnion

func (*Service5LongEmptyOutput) FillRandom

func (item *Service5LongEmptyOutput) FillRandom(rg *basictl.RandGenerator)

func (*Service5LongEmptyOutput) MarshalJSON

func (item *Service5LongEmptyOutput) MarshalJSON() ([]byte, error)

func (*Service5LongEmptyOutput) Read

func (item *Service5LongEmptyOutput) Read(w []byte) (_ []byte, err error)

func (*Service5LongEmptyOutput) ReadBoxed

func (item *Service5LongEmptyOutput) ReadBoxed(w []byte) (_ []byte, err error)

func (*Service5LongEmptyOutput) ReadJSON

func (item *Service5LongEmptyOutput) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error

func (*Service5LongEmptyOutput) Reset

func (item *Service5LongEmptyOutput) Reset()

func (Service5LongEmptyOutput) String

func (item Service5LongEmptyOutput) String() string

func (Service5LongEmptyOutput) TLName

func (Service5LongEmptyOutput) TLTag

func (*Service5LongEmptyOutput) UnmarshalJSON

func (item *Service5LongEmptyOutput) UnmarshalJSON(b []byte) error

func (*Service5LongEmptyOutput) Write

func (item *Service5LongEmptyOutput) Write(w []byte) []byte

func (*Service5LongEmptyOutput) WriteBoxed

func (item *Service5LongEmptyOutput) WriteBoxed(w []byte) []byte

func (*Service5LongEmptyOutput) WriteBoxedGeneral

func (item *Service5LongEmptyOutput) WriteBoxedGeneral(w []byte) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*Service5LongEmptyOutput) WriteGeneral

func (item *Service5LongEmptyOutput) WriteGeneral(w []byte) (_ []byte, err error)

This method is general version of Write, use it instead!

func (*Service5LongEmptyOutput) WriteJSON

func (item *Service5LongEmptyOutput) WriteJSON(w []byte) []byte

func (*Service5LongEmptyOutput) WriteJSONGeneral

func (item *Service5LongEmptyOutput) WriteJSONGeneral(w []byte) (_ []byte, err error)

This method is general version of WriteJSON, use it instead!

func (*Service5LongEmptyOutput) WriteJSONOpt

func (item *Service5LongEmptyOutput) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte

type Service5LongOutput

type Service5LongOutput struct {
	// contains filtered or unexported fields
}

func (*Service5LongOutput) AsEmpty

func (item *Service5LongOutput) AsEmpty() (Service5LongEmptyOutput, bool)

func (*Service5LongOutput) AsString

func (item *Service5LongOutput) AsString() (*Service5LongStringOutput, bool)

func (*Service5LongOutput) FillRandom

func (item *Service5LongOutput) FillRandom(rg *basictl.RandGenerator)

func (*Service5LongOutput) IsEmpty

func (item *Service5LongOutput) IsEmpty() bool

func (*Service5LongOutput) IsString

func (item *Service5LongOutput) IsString() bool

func (*Service5LongOutput) MarshalJSON

func (item *Service5LongOutput) MarshalJSON() ([]byte, error)

func (*Service5LongOutput) ReadBoxed

func (item *Service5LongOutput) ReadBoxed(w []byte) (_ []byte, err error)

func (*Service5LongOutput) ReadJSON

func (item *Service5LongOutput) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error

func (*Service5LongOutput) Reset

func (item *Service5LongOutput) Reset()

func (*Service5LongOutput) ResetToEmpty

func (item *Service5LongOutput) ResetToEmpty()

func (*Service5LongOutput) ResetToString

func (item *Service5LongOutput) ResetToString() *Service5LongStringOutput

func (*Service5LongOutput) SetEmpty

func (item *Service5LongOutput) SetEmpty()

func (*Service5LongOutput) SetString

func (item *Service5LongOutput) SetString(value Service5LongStringOutput)

func (Service5LongOutput) String

func (item Service5LongOutput) String() string

func (Service5LongOutput) TLName

func (item Service5LongOutput) TLName() string

func (Service5LongOutput) TLTag

func (item Service5LongOutput) TLTag() uint32

func (*Service5LongOutput) UnmarshalJSON

func (item *Service5LongOutput) UnmarshalJSON(b []byte) error

func (*Service5LongOutput) WriteBoxed

func (item *Service5LongOutput) WriteBoxed(w []byte) []byte

func (*Service5LongOutput) WriteBoxedGeneral

func (item *Service5LongOutput) WriteBoxedGeneral(w []byte) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*Service5LongOutput) WriteJSON

func (item *Service5LongOutput) WriteJSON(w []byte) []byte

func (*Service5LongOutput) WriteJSONGeneral

func (item *Service5LongOutput) WriteJSONGeneral(w []byte) ([]byte, error)

This method is general version of WriteJSON, use it instead!

func (*Service5LongOutput) WriteJSONOpt

func (item *Service5LongOutput) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte

type Service5LongStringOutput

type Service5LongStringOutput struct {
	HttpCode int64
	Response string
}

func (Service5LongStringOutput) AsUnion

func (*Service5LongStringOutput) FillRandom

func (item *Service5LongStringOutput) FillRandom(rg *basictl.RandGenerator)

func (*Service5LongStringOutput) MarshalJSON

func (item *Service5LongStringOutput) MarshalJSON() ([]byte, error)

func (*Service5LongStringOutput) Read

func (item *Service5LongStringOutput) Read(w []byte) (_ []byte, err error)

func (*Service5LongStringOutput) ReadBoxed

func (item *Service5LongStringOutput) ReadBoxed(w []byte) (_ []byte, err error)

func (*Service5LongStringOutput) ReadJSON

func (item *Service5LongStringOutput) ReadJSON(legacyTypeNames bool, in *basictl.JsonLexer) error

func (*Service5LongStringOutput) Reset

func (item *Service5LongStringOutput) Reset()

func (Service5LongStringOutput) String

func (item Service5LongStringOutput) String() string

func (Service5LongStringOutput) TLName

func (Service5LongStringOutput) TLTag

func (*Service5LongStringOutput) UnmarshalJSON

func (item *Service5LongStringOutput) UnmarshalJSON(b []byte) error

func (*Service5LongStringOutput) Write

func (item *Service5LongStringOutput) Write(w []byte) []byte

func (*Service5LongStringOutput) WriteBoxed

func (item *Service5LongStringOutput) WriteBoxed(w []byte) []byte

func (*Service5LongStringOutput) WriteBoxedGeneral

func (item *Service5LongStringOutput) WriteBoxedGeneral(w []byte) (_ []byte, err error)

This method is general version of WriteBoxed, use it instead!

func (*Service5LongStringOutput) WriteGeneral

func (item *Service5LongStringOutput) WriteGeneral(w []byte) (_ []byte, err error)

This method is general version of Write, use it instead!

func (*Service5LongStringOutput) WriteJSON

func (item *Service5LongStringOutput) WriteJSON(w []byte) []byte

func (*Service5LongStringOutput) WriteJSONGeneral

func (item *Service5LongStringOutput) WriteJSONGeneral(w []byte) (_ []byte, err error)

This method is general version of WriteJSON, use it instead!

func (*Service5LongStringOutput) WriteJSONOpt

func (item *Service5LongStringOutput) WriteJSONOpt(newTypeNames bool, short bool, w []byte) []byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL