includes

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

View Source
const IncludedConstant int64 = 42

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type Included

type Included struct {
	MyIntField        int64           `thrift:"MyIntField,1" json:"MyIntField" db:"MyIntField"`
	MyTransitiveField *transitive.Foo `thrift:"MyTransitiveField,2" json:"MyTransitiveField" db:"MyTransitiveField"`
}
var ExampleIncluded Included = *NewIncluded()

func NewIncluded

func NewIncluded() *Included

func (*Included) GetMyIntField

func (x *Included) GetMyIntField() int64

func (*Included) GetMyTransitiveField

func (x *Included) GetMyTransitiveField() *transitive.Foo

func (*Included) IsSetMyTransitiveField

func (x *Included) IsSetMyTransitiveField() bool

func (*Included) Read

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

func (*Included) SetMyIntField

func (x *Included) SetMyIntField(value int64) *Included

func (*Included) SetMyTransitiveField

func (x *Included) SetMyTransitiveField(value transitive.Foo) *Included

func (*Included) Write

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

type IncludedBuilder deprecated

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

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

func NewIncludedBuilder

func NewIncludedBuilder() *IncludedBuilder

func (*IncludedBuilder) Emit

func (x *IncludedBuilder) Emit() *Included

func (*IncludedBuilder) MyIntField

func (x *IncludedBuilder) MyIntField(value int64) *IncludedBuilder

func (*IncludedBuilder) MyTransitiveField

func (x *IncludedBuilder) MyTransitiveField(value *transitive.Foo) *IncludedBuilder

type IncludedInt64

type IncludedInt64 = int64

type TransitiveFoo

type TransitiveFoo = transitive.Foo

Jump to

Keyboard shortcuts

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