transitive

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 Foo

type Foo struct {
	A int64 `thrift:"a,1" json:"a" db:"a"`
}
var ExampleFoo Foo = *NewFoo()

func NewFoo

func NewFoo() *Foo

func (*Foo) GetA

func (x *Foo) GetA() int64

func (*Foo) Read

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

func (*Foo) SetA

func (x *Foo) SetA(value int64) *Foo

func (*Foo) Write

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

type FooBuilder deprecated

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

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

func NewFooBuilder

func NewFooBuilder() *FooBuilder

func (*FooBuilder) A

func (x *FooBuilder) A(value int64) *FooBuilder

func (*FooBuilder) Emit

func (x *FooBuilder) Emit() *Foo

Jump to

Keyboard shortcuts

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