module

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type MyStruct

type MyStruct struct {
	MyIncludedField      *includes.Included     `thrift:"MyIncludedField,1" json:"MyIncludedField" db:"MyIncludedField"`
	MyOtherIncludedField *includes.Included     `thrift:"MyOtherIncludedField,2" json:"MyOtherIncludedField" db:"MyOtherIncludedField"`
	MyIncludedInt        includes.IncludedInt64 `thrift:"MyIncludedInt,3" json:"MyIncludedInt" db:"MyIncludedInt"`
}

func NewMyStruct

func NewMyStruct() *MyStruct

func (*MyStruct) GetMyIncludedField

func (x *MyStruct) GetMyIncludedField() *includes.Included

func (*MyStruct) GetMyIncludedInt

func (x *MyStruct) GetMyIncludedInt() includes.IncludedInt64

func (*MyStruct) GetMyOtherIncludedField

func (x *MyStruct) GetMyOtherIncludedField() *includes.Included

func (*MyStruct) IsSetMyIncludedField

func (x *MyStruct) IsSetMyIncludedField() bool

func (*MyStruct) IsSetMyOtherIncludedField

func (x *MyStruct) IsSetMyOtherIncludedField() bool

func (*MyStruct) Read

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

func (*MyStruct) SetMyIncludedField

func (x *MyStruct) SetMyIncludedField(value includes.Included) *MyStruct

func (*MyStruct) SetMyIncludedInt

func (x *MyStruct) SetMyIncludedInt(value includes.IncludedInt64) *MyStruct

func (*MyStruct) SetMyOtherIncludedField

func (x *MyStruct) SetMyOtherIncludedField(value includes.Included) *MyStruct

func (*MyStruct) Write

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

type MyStructBuilder deprecated

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

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

func NewMyStructBuilder

func NewMyStructBuilder() *MyStructBuilder

func (*MyStructBuilder) Emit

func (x *MyStructBuilder) Emit() *MyStruct

func (*MyStructBuilder) MyIncludedField

func (x *MyStructBuilder) MyIncludedField(value *includes.Included) *MyStructBuilder

func (*MyStructBuilder) MyIncludedInt

func (x *MyStructBuilder) MyIncludedInt(value includes.IncludedInt64) *MyStructBuilder

func (*MyStructBuilder) MyOtherIncludedField

func (x *MyStructBuilder) MyOtherIncludedField(value *includes.Included) *MyStructBuilder

Jump to

Keyboard shortcuts

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