cycle_b62dd5050d0a18c7485fd980c087f32c

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 AbAlias

type AbAlias int32

func (AbAlias) AsUnion

func (item AbAlias) AsUnion() AbResponse

func (*AbAlias) FillRandom

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

func (*AbAlias) MarshalJSON

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

func (*AbAlias) Read

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

func (*AbAlias) ReadBoxed

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

func (*AbAlias) ReadJSON

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

func (*AbAlias) Reset

func (item *AbAlias) Reset()

func (AbAlias) String

func (item AbAlias) String() string

func (AbAlias) TLName

func (AbAlias) TLName() string

func (AbAlias) TLTag

func (AbAlias) TLTag() uint32

func (*AbAlias) UnmarshalJSON

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

func (*AbAlias) Write

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

func (*AbAlias) WriteBoxed

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

func (*AbAlias) WriteBoxedGeneral

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

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

func (*AbAlias) WriteGeneral

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

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

func (*AbAlias) WriteJSON

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

func (*AbAlias) WriteJSONGeneral

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

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

func (*AbAlias) WriteJSONOpt

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

type AbCode

type AbCode struct {
	X int32
}

func (AbCode) AsUnion

func (item AbCode) AsUnion() AbResponse

func (*AbCode) FillRandom

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

func (*AbCode) MarshalJSON

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

func (*AbCode) Read

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

func (*AbCode) ReadBoxed

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

func (*AbCode) ReadJSON

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

func (*AbCode) Reset

func (item *AbCode) Reset()

func (AbCode) String

func (item AbCode) String() string

func (AbCode) TLName

func (AbCode) TLName() string

func (AbCode) TLTag

func (AbCode) TLTag() uint32

func (*AbCode) UnmarshalJSON

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

func (*AbCode) Write

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

func (*AbCode) WriteBoxed

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

func (*AbCode) WriteBoxedGeneral

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

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

func (*AbCode) WriteGeneral

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

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

func (*AbCode) WriteJSON

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

func (*AbCode) WriteJSONGeneral

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

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

func (*AbCode) WriteJSONOpt

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

type AbEmpty

type AbEmpty struct {
}

func (AbEmpty) AsUnion

func (item AbEmpty) AsUnion() AbResponse

func (*AbEmpty) FillRandom

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

func (*AbEmpty) MarshalJSON

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

func (*AbEmpty) Read

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

func (*AbEmpty) ReadBoxed

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

func (*AbEmpty) ReadJSON

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

func (*AbEmpty) Reset

func (item *AbEmpty) Reset()

func (AbEmpty) String

func (item AbEmpty) String() string

func (AbEmpty) TLName

func (AbEmpty) TLName() string

func (AbEmpty) TLTag

func (AbEmpty) TLTag() uint32

func (*AbEmpty) UnmarshalJSON

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

func (*AbEmpty) Write

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

func (*AbEmpty) WriteBoxed

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

func (*AbEmpty) WriteBoxedGeneral

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

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

func (*AbEmpty) WriteGeneral

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

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

func (*AbEmpty) WriteJSON

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

func (*AbEmpty) WriteJSONGeneral

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

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

func (*AbEmpty) WriteJSONOpt

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

type AbResponse

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

func (*AbResponse) AsAlias

func (item *AbResponse) AsAlias() (*AbAlias, bool)

func (*AbResponse) AsCode

func (item *AbResponse) AsCode() (*AbCode, bool)

func (*AbResponse) AsEmpty

func (item *AbResponse) AsEmpty() (AbEmpty, bool)

func (*AbResponse) AsResponse

func (item *AbResponse) AsResponse() (*CdResponse, bool)

func (*AbResponse) FillRandom

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

func (*AbResponse) IsAlias

func (item *AbResponse) IsAlias() bool

func (*AbResponse) IsCode

func (item *AbResponse) IsCode() bool

func (*AbResponse) IsEmpty

func (item *AbResponse) IsEmpty() bool

func (*AbResponse) IsResponse

func (item *AbResponse) IsResponse() bool

func (*AbResponse) MarshalJSON

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

func (*AbResponse) ReadBoxed

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

func (*AbResponse) ReadJSON

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

func (*AbResponse) Reset

func (item *AbResponse) Reset()

func (*AbResponse) ResetToAlias

func (item *AbResponse) ResetToAlias() *AbAlias

func (*AbResponse) ResetToCode

func (item *AbResponse) ResetToCode() *AbCode

func (*AbResponse) ResetToEmpty

func (item *AbResponse) ResetToEmpty()

func (*AbResponse) ResetToResponse

func (item *AbResponse) ResetToResponse() *CdResponse

func (*AbResponse) SetAlias

func (item *AbResponse) SetAlias(value AbAlias)

func (*AbResponse) SetCode

func (item *AbResponse) SetCode(value AbCode)

func (*AbResponse) SetEmpty

func (item *AbResponse) SetEmpty()

func (*AbResponse) SetResponse

func (item *AbResponse) SetResponse(value CdResponse)

func (AbResponse) String

func (item AbResponse) String() string

func (AbResponse) TLName

func (item AbResponse) TLName() string

func (AbResponse) TLTag

func (item AbResponse) TLTag() uint32

func (*AbResponse) UnmarshalJSON

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

func (*AbResponse) WriteBoxed

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

func (*AbResponse) WriteBoxedGeneral

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

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

func (*AbResponse) WriteJSON

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

func (*AbResponse) WriteJSONGeneral

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

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

func (*AbResponse) WriteJSONOpt

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

type AbResponseBytes

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

func (*AbResponseBytes) AsAlias

func (item *AbResponseBytes) AsAlias() (*AbAlias, bool)

func (*AbResponseBytes) AsCode

func (item *AbResponseBytes) AsCode() (*AbCode, bool)

func (*AbResponseBytes) AsEmpty

func (item *AbResponseBytes) AsEmpty() (AbEmpty, bool)

func (*AbResponseBytes) AsResponse

func (item *AbResponseBytes) AsResponse() (*CdResponseBytes, bool)

func (*AbResponseBytes) FillRandom

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

func (*AbResponseBytes) IsAlias

func (item *AbResponseBytes) IsAlias() bool

func (*AbResponseBytes) IsCode

func (item *AbResponseBytes) IsCode() bool

func (*AbResponseBytes) IsEmpty

func (item *AbResponseBytes) IsEmpty() bool

func (*AbResponseBytes) IsResponse

func (item *AbResponseBytes) IsResponse() bool

func (*AbResponseBytes) MarshalJSON

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

func (*AbResponseBytes) ReadBoxed

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

func (*AbResponseBytes) ReadJSON

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

func (*AbResponseBytes) Reset

func (item *AbResponseBytes) Reset()

func (*AbResponseBytes) ResetToAlias

func (item *AbResponseBytes) ResetToAlias() *AbAlias

func (*AbResponseBytes) ResetToCode

func (item *AbResponseBytes) ResetToCode() *AbCode

func (*AbResponseBytes) ResetToEmpty

func (item *AbResponseBytes) ResetToEmpty()

func (*AbResponseBytes) ResetToResponse

func (item *AbResponseBytes) ResetToResponse() *CdResponseBytes

func (*AbResponseBytes) SetAlias

func (item *AbResponseBytes) SetAlias(value AbAlias)

func (*AbResponseBytes) SetCode

func (item *AbResponseBytes) SetCode(value AbCode)

func (*AbResponseBytes) SetEmpty

func (item *AbResponseBytes) SetEmpty()

func (*AbResponseBytes) SetResponse

func (item *AbResponseBytes) SetResponse(value CdResponseBytes)

func (AbResponseBytes) String

func (item AbResponseBytes) String() string

func (AbResponseBytes) TLName

func (item AbResponseBytes) TLName() string

func (AbResponseBytes) TLTag

func (item AbResponseBytes) TLTag() uint32

func (*AbResponseBytes) UnmarshalJSON

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

func (*AbResponseBytes) WriteBoxed

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

func (*AbResponseBytes) WriteBoxedGeneral

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

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

func (*AbResponseBytes) WriteJSON

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

func (*AbResponseBytes) WriteJSONGeneral

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

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

func (*AbResponseBytes) WriteJSONOpt

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

type CdResponse

type CdResponse struct {
	X   int32
	Str string
}

func (CdResponse) AsUnion

func (item CdResponse) AsUnion() AbResponse

func (*CdResponse) FillRandom

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

func (*CdResponse) MarshalJSON

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

func (*CdResponse) Read

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

func (*CdResponse) ReadBoxed

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

func (*CdResponse) ReadJSON

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

func (*CdResponse) Reset

func (item *CdResponse) Reset()

func (CdResponse) String

func (item CdResponse) String() string

func (CdResponse) TLName

func (CdResponse) TLName() string

func (CdResponse) TLTag

func (CdResponse) TLTag() uint32

func (*CdResponse) UnmarshalJSON

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

func (*CdResponse) Write

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

func (*CdResponse) WriteBoxed

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

func (*CdResponse) WriteBoxedGeneral

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

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

func (*CdResponse) WriteGeneral

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

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

func (*CdResponse) WriteJSON

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

func (*CdResponse) WriteJSONGeneral

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

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

func (*CdResponse) WriteJSONOpt

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

type CdResponseBytes

type CdResponseBytes struct {
	X   int32
	Str []byte
}

func (CdResponseBytes) AsUnion

func (item CdResponseBytes) AsUnion() AbResponseBytes

func (*CdResponseBytes) FillRandom

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

func (*CdResponseBytes) MarshalJSON

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

func (*CdResponseBytes) Read

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

func (*CdResponseBytes) ReadBoxed

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

func (*CdResponseBytes) ReadJSON

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

func (*CdResponseBytes) Reset

func (item *CdResponseBytes) Reset()

func (CdResponseBytes) String

func (item CdResponseBytes) String() string

func (CdResponseBytes) TLName

func (CdResponseBytes) TLName() string

func (CdResponseBytes) TLTag

func (CdResponseBytes) TLTag() uint32

func (*CdResponseBytes) UnmarshalJSON

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

func (*CdResponseBytes) Write

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

func (*CdResponseBytes) WriteBoxed

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

func (*CdResponseBytes) WriteBoxedGeneral

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

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

func (*CdResponseBytes) WriteGeneral

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

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

func (*CdResponseBytes) WriteJSON

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

func (*CdResponseBytes) WriteJSONGeneral

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

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

func (*CdResponseBytes) WriteJSONOpt

func (item *CdResponseBytes) 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