Documentation
¶
Index ¶
- Constants
- Variables
- type Included
- func (x *Included) GetMyIntField() int64
- func (x *Included) GetMyTransitiveField() *transitive.Foo
- func (x *Included) IsSetMyTransitiveField() bool
- func (x *Included) Read(p thrift.Protocol) error
- func (x *Included) SetMyIntField(value int64) *Included
- func (x *Included) SetMyTransitiveField(value transitive.Foo) *Included
- func (x *Included) Write(p thrift.Protocol) error
- type IncludedBuilderdeprecated
- type IncludedInt64
- type TransitiveFoo
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 (*Included) GetMyTransitiveField ¶
func (x *Included) GetMyTransitiveField() *transitive.Foo
func (*Included) IsSetMyTransitiveField ¶
func (*Included) SetMyIntField ¶
func (*Included) SetMyTransitiveField ¶
func (x *Included) SetMyTransitiveField(value transitive.Foo) *Included
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
Click to show internal directories.
Click to hide internal directories.