Documentation ¶
Index ¶
- Variables
- type MyStruct
- func (x *MyStruct) GetMyIncludedField() *includes.Included
- func (x *MyStruct) GetMyIncludedInt() includes.IncludedInt64
- func (x *MyStruct) GetMyOtherIncludedField() *includes.Included
- func (x *MyStruct) IsSetMyIncludedField() bool
- func (x *MyStruct) IsSetMyOtherIncludedField() bool
- func (x *MyStruct) Read(p thrift.Protocol) error
- func (x *MyStruct) SetMyIncludedField(value includes.Included) *MyStruct
- func (x *MyStruct) SetMyIncludedInt(value includes.IncludedInt64) *MyStruct
- func (x *MyStruct) SetMyOtherIncludedField(value includes.Included) *MyStruct
- func (x *MyStruct) Write(p thrift.Protocol) error
- type MyStructBuilderdeprecated
- func (x *MyStructBuilder) Emit() *MyStruct
- func (x *MyStructBuilder) MyIncludedField(value *includes.Included) *MyStructBuilder
- func (x *MyStructBuilder) MyIncludedInt(value includes.IncludedInt64) *MyStructBuilder
- func (x *MyStructBuilder) MyOtherIncludedField(value *includes.Included) *MyStructBuilder
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 (*MyStruct) GetMyIncludedInt ¶
func (x *MyStruct) GetMyIncludedInt() includes.IncludedInt64
func (*MyStruct) GetMyOtherIncludedField ¶
func (*MyStruct) IsSetMyIncludedField ¶
func (*MyStruct) IsSetMyOtherIncludedField ¶
func (*MyStruct) SetMyIncludedField ¶
func (*MyStruct) SetMyIncludedInt ¶
func (x *MyStruct) SetMyIncludedInt(value includes.IncludedInt64) *MyStruct
func (*MyStruct) SetMyOtherIncludedField ¶
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
Click to show internal directories.
Click to hide internal directories.