cycle_16847572a0831d4cd4c0c0fb513151f3

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 Service5EmptyOutput

type Service5EmptyOutput struct {
}

func (Service5EmptyOutput) AsUnion

func (item Service5EmptyOutput) AsUnion() Service5Output

func (*Service5EmptyOutput) MarshalJSON

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

func (*Service5EmptyOutput) Read

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

func (*Service5EmptyOutput) ReadBoxed

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

func (*Service5EmptyOutput) ReadJSON

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

func (*Service5EmptyOutput) Reset

func (item *Service5EmptyOutput) Reset()

func (Service5EmptyOutput) String

func (item Service5EmptyOutput) String() string

func (Service5EmptyOutput) TLName

func (Service5EmptyOutput) TLName() string

func (Service5EmptyOutput) TLTag

func (Service5EmptyOutput) TLTag() uint32

func (*Service5EmptyOutput) UnmarshalJSON

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

func (*Service5EmptyOutput) Write

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

func (*Service5EmptyOutput) WriteBoxed

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

func (*Service5EmptyOutput) WriteBoxedGeneral

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

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

func (*Service5EmptyOutput) WriteGeneral

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

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

func (*Service5EmptyOutput) WriteJSON

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

func (*Service5EmptyOutput) WriteJSONGeneral

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

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

func (*Service5EmptyOutput) WriteJSONOpt

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

type Service5Output

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

func (*Service5Output) AsEmpty

func (item *Service5Output) AsEmpty() (Service5EmptyOutput, bool)

func (*Service5Output) AsString

func (item *Service5Output) AsString() (*Service5StringOutput, bool)

func (*Service5Output) IsEmpty

func (item *Service5Output) IsEmpty() bool

func (*Service5Output) IsString

func (item *Service5Output) IsString() bool

func (*Service5Output) MarshalJSON

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

func (*Service5Output) ReadBoxed

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

func (*Service5Output) ReadJSON

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

func (*Service5Output) Reset

func (item *Service5Output) Reset()

func (*Service5Output) ResetToEmpty

func (item *Service5Output) ResetToEmpty()

func (*Service5Output) ResetToString

func (item *Service5Output) ResetToString() *Service5StringOutput

func (*Service5Output) SetEmpty

func (item *Service5Output) SetEmpty()

func (*Service5Output) SetString

func (item *Service5Output) SetString(value Service5StringOutput)

func (Service5Output) String

func (item Service5Output) String() string

func (Service5Output) TLName

func (item Service5Output) TLName() string

func (Service5Output) TLTag

func (item Service5Output) TLTag() uint32

func (*Service5Output) UnmarshalJSON

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

func (*Service5Output) WriteBoxed

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

func (*Service5Output) WriteBoxedGeneral

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

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

func (*Service5Output) WriteJSON

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

func (*Service5Output) WriteJSONGeneral

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

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

func (*Service5Output) WriteJSONOpt

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

type Service5StringOutput

type Service5StringOutput struct {
	HttpCode int32
	Response string
}

func (Service5StringOutput) AsUnion

func (item Service5StringOutput) AsUnion() Service5Output

func (*Service5StringOutput) MarshalJSON

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

func (*Service5StringOutput) Read

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

func (*Service5StringOutput) ReadBoxed

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

func (*Service5StringOutput) ReadJSON

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

func (*Service5StringOutput) Reset

func (item *Service5StringOutput) Reset()

func (Service5StringOutput) String

func (item Service5StringOutput) String() string

func (Service5StringOutput) TLName

func (Service5StringOutput) TLName() string

func (Service5StringOutput) TLTag

func (Service5StringOutput) TLTag() uint32

func (*Service5StringOutput) UnmarshalJSON

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

func (*Service5StringOutput) Write

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

func (*Service5StringOutput) WriteBoxed

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

func (*Service5StringOutput) WriteBoxedGeneral

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

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

func (*Service5StringOutput) WriteGeneral

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

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

func (*Service5StringOutput) WriteJSON

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

func (*Service5StringOutput) WriteJSONGeneral

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

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

func (*Service5StringOutput) WriteJSONOpt

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