scope

package
v0.0.0-...-7428086 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type Const

type Const struct {
}

func NewConst

func NewConst() *Const

func (*Const) Read

func (x *Const) Read(p thrift.Protocol) error

func (*Const) Write

func (x *Const) Write(p thrift.Protocol) error

type ConstBuilder deprecated

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

Deprecated: Use Const.Set* methods instead or set the fields directly.

func NewConstBuilder

func NewConstBuilder() *ConstBuilder

func (*ConstBuilder) Emit

func (x *ConstBuilder) Emit() *Const

type Definition

type Definition struct {
}

func NewDefinition

func NewDefinition() *Definition

func (*Definition) Read

func (x *Definition) Read(p thrift.Protocol) error

func (*Definition) Write

func (x *Definition) Write(p thrift.Protocol) error

type DefinitionBuilder deprecated

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

Deprecated: Use Definition.Set* methods instead or set the fields directly.

func NewDefinitionBuilder

func NewDefinitionBuilder() *DefinitionBuilder

func (*DefinitionBuilder) Emit

func (x *DefinitionBuilder) Emit() *Definition

type Enum

type Enum struct {
}

func NewEnum

func NewEnum() *Enum

func (*Enum) Read

func (x *Enum) Read(p thrift.Protocol) error

func (*Enum) Write

func (x *Enum) Write(p thrift.Protocol) error

type EnumBuilder deprecated

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

Deprecated: Use Enum.Set* methods instead or set the fields directly.

func NewEnumBuilder

func NewEnumBuilder() *EnumBuilder

func (*EnumBuilder) Emit

func (x *EnumBuilder) Emit() *Enum

type EnumValue

type EnumValue struct {
}

func NewEnumValue

func NewEnumValue() *EnumValue

func (*EnumValue) Read

func (x *EnumValue) Read(p thrift.Protocol) error

func (*EnumValue) Write

func (x *EnumValue) Write(p thrift.Protocol) error

type EnumValueBuilder deprecated

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

Deprecated: Use EnumValue.Set* methods instead or set the fields directly.

func NewEnumValueBuilder

func NewEnumValueBuilder() *EnumValueBuilder

func (*EnumValueBuilder) Emit

func (x *EnumValueBuilder) Emit() *EnumValue

type Exception

type Exception struct {
}

func NewException

func NewException() *Exception

func (*Exception) Read

func (x *Exception) Read(p thrift.Protocol) error

func (*Exception) Write

func (x *Exception) Write(p thrift.Protocol) error

type ExceptionBuilder deprecated

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

Deprecated: Use Exception.Set* methods instead or set the fields directly.

func NewExceptionBuilder

func NewExceptionBuilder() *ExceptionBuilder

func (*ExceptionBuilder) Emit

func (x *ExceptionBuilder) Emit() *Exception

type Field

type Field struct {
}

func NewField

func NewField() *Field

func (*Field) Read

func (x *Field) Read(p thrift.Protocol) error

func (*Field) Write

func (x *Field) Write(p thrift.Protocol) error

type FieldBuilder deprecated

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

Deprecated: Use Field.Set* methods instead or set the fields directly.

func NewFieldBuilder

func NewFieldBuilder() *FieldBuilder

func (*FieldBuilder) Emit

func (x *FieldBuilder) Emit() *Field

type Function

type Function struct {
}

func NewFunction

func NewFunction() *Function

func (*Function) Read

func (x *Function) Read(p thrift.Protocol) error

func (*Function) Write

func (x *Function) Write(p thrift.Protocol) error

type FunctionBuilder deprecated

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

Deprecated: Use Function.Set* methods instead or set the fields directly.

func NewFunctionBuilder

func NewFunctionBuilder() *FunctionBuilder

func (*FunctionBuilder) Emit

func (x *FunctionBuilder) Emit() *Function

type Interaction

type Interaction struct {
}

func NewInteraction

func NewInteraction() *Interaction

func (*Interaction) Read

func (x *Interaction) Read(p thrift.Protocol) error

func (*Interaction) Write

func (x *Interaction) Write(p thrift.Protocol) error

type InteractionBuilder deprecated

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

Deprecated: Use Interaction.Set* methods instead or set the fields directly.

func NewInteractionBuilder

func NewInteractionBuilder() *InteractionBuilder

func (*InteractionBuilder) Emit

func (x *InteractionBuilder) Emit() *Interaction

type Interface

type Interface struct {
}

func NewInterface

func NewInterface() *Interface

func (*Interface) Read

func (x *Interface) Read(p thrift.Protocol) error

func (*Interface) Write

func (x *Interface) Write(p thrift.Protocol) error

type InterfaceBuilder deprecated

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

Deprecated: Use Interface.Set* methods instead or set the fields directly.

func NewInterfaceBuilder

func NewInterfaceBuilder() *InterfaceBuilder

func (*InterfaceBuilder) Emit

func (x *InterfaceBuilder) Emit() *Interface

type Program

type Program struct {
}

func NewProgram

func NewProgram() *Program

func (*Program) Read

func (x *Program) Read(p thrift.Protocol) error

func (*Program) Write

func (x *Program) Write(p thrift.Protocol) error

type ProgramBuilder deprecated

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

Deprecated: Use Program.Set* methods instead or set the fields directly.

func NewProgramBuilder

func NewProgramBuilder() *ProgramBuilder

func (*ProgramBuilder) Emit

func (x *ProgramBuilder) Emit() *Program

type RootDefinition

type RootDefinition struct {
}

func NewRootDefinition

func NewRootDefinition() *RootDefinition

func (*RootDefinition) Read

func (x *RootDefinition) Read(p thrift.Protocol) error

func (*RootDefinition) Write

func (x *RootDefinition) Write(p thrift.Protocol) error

type RootDefinitionBuilder deprecated

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

Deprecated: Use RootDefinition.Set* methods instead or set the fields directly.

func NewRootDefinitionBuilder

func NewRootDefinitionBuilder() *RootDefinitionBuilder

func (*RootDefinitionBuilder) Emit

type Schema

type Schema struct {
}

func NewSchema

func NewSchema() *Schema

func (*Schema) Read

func (x *Schema) Read(p thrift.Protocol) error

func (*Schema) Write

func (x *Schema) Write(p thrift.Protocol) error

type SchemaBuilder deprecated

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

Deprecated: Use Schema.Set* methods instead or set the fields directly.

func NewSchemaBuilder

func NewSchemaBuilder() *SchemaBuilder

func (*SchemaBuilder) Emit

func (x *SchemaBuilder) Emit() *Schema

type Service

type Service struct {
}

func NewService

func NewService() *Service

func (*Service) Read

func (x *Service) Read(p thrift.Protocol) error

func (*Service) Write

func (x *Service) Write(p thrift.Protocol) error

type ServiceBuilder deprecated

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

Deprecated: Use Service.Set* methods instead or set the fields directly.

func NewServiceBuilder

func NewServiceBuilder() *ServiceBuilder

func (*ServiceBuilder) Emit

func (x *ServiceBuilder) Emit() *Service

type Struct

type Struct struct {
}

func NewStruct

func NewStruct() *Struct

func (*Struct) Read

func (x *Struct) Read(p thrift.Protocol) error

func (*Struct) Write

func (x *Struct) Write(p thrift.Protocol) error

type StructBuilder deprecated

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

Deprecated: Use Struct.Set* methods instead or set the fields directly.

func NewStructBuilder

func NewStructBuilder() *StructBuilder

func (*StructBuilder) Emit

func (x *StructBuilder) Emit() *Struct

type Structured

type Structured struct {
}

func NewStructured

func NewStructured() *Structured

func (*Structured) Read

func (x *Structured) Read(p thrift.Protocol) error

func (*Structured) Write

func (x *Structured) Write(p thrift.Protocol) error

type StructuredBuilder deprecated

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

Deprecated: Use Structured.Set* methods instead or set the fields directly.

func NewStructuredBuilder

func NewStructuredBuilder() *StructuredBuilder

func (*StructuredBuilder) Emit

func (x *StructuredBuilder) Emit() *Structured

type Transitive

type Transitive struct {
}

func NewTransitive

func NewTransitive() *Transitive

func (*Transitive) Read

func (x *Transitive) Read(p thrift.Protocol) error

func (*Transitive) Write

func (x *Transitive) Write(p thrift.Protocol) error

type TransitiveBuilder deprecated

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

Deprecated: Use Transitive.Set* methods instead or set the fields directly.

func NewTransitiveBuilder

func NewTransitiveBuilder() *TransitiveBuilder

func (*TransitiveBuilder) Emit

func (x *TransitiveBuilder) Emit() *Transitive

type Typedef

type Typedef struct {
}

func NewTypedef

func NewTypedef() *Typedef

func (*Typedef) Read

func (x *Typedef) Read(p thrift.Protocol) error

func (*Typedef) Write

func (x *Typedef) Write(p thrift.Protocol) error

type TypedefBuilder deprecated

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

Deprecated: Use Typedef.Set* methods instead or set the fields directly.

func NewTypedefBuilder

func NewTypedefBuilder() *TypedefBuilder

func (*TypedefBuilder) Emit

func (x *TypedefBuilder) Emit() *Typedef

type Union

type Union struct {
}

func NewUnion

func NewUnion() *Union

func (*Union) Read

func (x *Union) Read(p thrift.Protocol) error

func (*Union) Write

func (x *Union) Write(p thrift.Protocol) error

type UnionBuilder deprecated

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

Deprecated: Use Union.Set* methods instead or set the fields directly.

func NewUnionBuilder

func NewUnionBuilder() *UnionBuilder

func (*UnionBuilder) Emit

func (x *UnionBuilder) Emit() *Union

Jump to

Keyboard shortcuts

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