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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MyEnum_name = map[MyEnum]string{
		MyEnum_MyValue0: "MyValue0",
	}

	MyEnum_value = map[string]MyEnum{
		"MyValue0": MyEnum_MyValue0,
	}

	// Deprecated: Use MyEnum_name instead.
	MyEnumToName = MyEnum_name

	// Deprecated: Use MyEnum_value instead.
	MyEnumToValue = MyEnum_value

	// Deprecated: Use MyEnum_name instead (e.g. `for name, _ := range MyEnum_name {}`).
	MyEnumNames = []string{
		"MyValue0",
	}

	// Deprecated: Use MyEnum_value instead (e.g. `for value, _ := range MyEnum_value {}`).
	MyEnumValues = []MyEnum{
		0,
	}
)

Enum value maps for MyEnum

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type Bar

type Bar struct {
	Loop *Loop `thrift:"loop,-1" json:"loop" db:"loop"`
}

func NewBar

func NewBar() *Bar

func (*Bar) GetLoop

func (x *Bar) GetLoop() *Loop

func (*Bar) IsSetLoop

func (x *Bar) IsSetLoop() bool

func (*Bar) Read

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

func (*Bar) SetLoop

func (x *Bar) SetLoop(value Loop) *Bar

func (*Bar) Write

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

type BarBuilder deprecated

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

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

func NewBarBuilder

func NewBarBuilder() *BarBuilder

func (*BarBuilder) Emit

func (x *BarBuilder) Emit() *Bar

func (*BarBuilder) Loop

func (x *BarBuilder) Loop(value *Loop) *BarBuilder

type BarEnsureStruct

type BarEnsureStruct struct {
	Loop *Loop `thrift:"loop,-1,optional" json:"loop,omitempty" db:"loop"`
}

func NewBarEnsureStruct

func NewBarEnsureStruct() *BarEnsureStruct

func (*BarEnsureStruct) GetLoop

func (x *BarEnsureStruct) GetLoop() *Loop

func (*BarEnsureStruct) IsSetLoop

func (x *BarEnsureStruct) IsSetLoop() bool

func (*BarEnsureStruct) Read

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

func (*BarEnsureStruct) SetLoop

func (x *BarEnsureStruct) SetLoop(value Loop) *BarEnsureStruct

func (*BarEnsureStruct) Write

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

type BarEnsureStructBuilder deprecated

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

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

func NewBarEnsureStructBuilder

func NewBarEnsureStructBuilder() *BarEnsureStructBuilder

func (*BarEnsureStructBuilder) Emit

func (*BarEnsureStructBuilder) Loop

type BarFieldPatch

type BarFieldPatch struct {
	Loop *LoopPatch `thrift:"loop,-1" json:"loop" db:"loop"`
}

func NewBarFieldPatch

func NewBarFieldPatch() *BarFieldPatch

func (*BarFieldPatch) GetLoop

func (x *BarFieldPatch) GetLoop() *LoopPatch

func (*BarFieldPatch) IsSetLoop

func (x *BarFieldPatch) IsSetLoop() bool

func (*BarFieldPatch) Read

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

func (*BarFieldPatch) SetLoop

func (x *BarFieldPatch) SetLoop(value LoopPatch) *BarFieldPatch

func (*BarFieldPatch) Write

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

type BarFieldPatchBuilder deprecated

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

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

func NewBarFieldPatchBuilder

func NewBarFieldPatchBuilder() *BarFieldPatchBuilder

func (*BarFieldPatchBuilder) Emit

func (*BarFieldPatchBuilder) Loop

type BarPatch

type BarPatch struct {
	Assign     *Bar             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool             `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *BarFieldPatch   `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *BarEnsureStruct `thrift:"ensure,5" json:"ensure" db:"ensure"`
	Patch      *BarFieldPatch   `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewBarPatch

func NewBarPatch() *BarPatch

func (*BarPatch) GetAssign

func (x *BarPatch) GetAssign() *Bar

func (*BarPatch) GetClear

func (x *BarPatch) GetClear() bool

func (*BarPatch) GetEnsure

func (x *BarPatch) GetEnsure() *BarEnsureStruct

func (*BarPatch) GetPatch

func (x *BarPatch) GetPatch() *BarFieldPatch

func (*BarPatch) GetPatchPrior

func (x *BarPatch) GetPatchPrior() *BarFieldPatch

func (*BarPatch) IsSetAssign

func (x *BarPatch) IsSetAssign() bool

func (*BarPatch) IsSetEnsure

func (x *BarPatch) IsSetEnsure() bool

func (*BarPatch) IsSetPatch

func (x *BarPatch) IsSetPatch() bool

func (*BarPatch) IsSetPatchPrior

func (x *BarPatch) IsSetPatchPrior() bool

func (*BarPatch) Read

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

func (*BarPatch) SetAssign

func (x *BarPatch) SetAssign(value Bar) *BarPatch

func (*BarPatch) SetClear

func (x *BarPatch) SetClear(value bool) *BarPatch

func (*BarPatch) SetEnsure

func (x *BarPatch) SetEnsure(value BarEnsureStruct) *BarPatch

func (*BarPatch) SetPatch

func (x *BarPatch) SetPatch(value BarFieldPatch) *BarPatch

func (*BarPatch) SetPatchPrior

func (x *BarPatch) SetPatchPrior(value BarFieldPatch) *BarPatch

func (*BarPatch) Write

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

type BarPatchBuilder deprecated

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

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

func NewBarPatchBuilder

func NewBarPatchBuilder() *BarPatchBuilder

func (*BarPatchBuilder) Assign

func (x *BarPatchBuilder) Assign(value *Bar) *BarPatchBuilder

func (*BarPatchBuilder) Clear

func (x *BarPatchBuilder) Clear(value bool) *BarPatchBuilder

func (*BarPatchBuilder) Emit

func (x *BarPatchBuilder) Emit() *BarPatch

func (*BarPatchBuilder) Ensure

func (x *BarPatchBuilder) Ensure(value *BarEnsureStruct) *BarPatchBuilder

func (*BarPatchBuilder) Patch

func (x *BarPatchBuilder) Patch(value *BarFieldPatch) *BarPatchBuilder

func (*BarPatchBuilder) PatchPrior

func (x *BarPatchBuilder) PatchPrior(value *BarFieldPatch) *BarPatchBuilder

type InnerUnion

type InnerUnion struct {
	InnerOption []byte `thrift:"innerOption,1" json:"innerOption" db:"innerOption"`
}

func NewInnerUnion

func NewInnerUnion() *InnerUnion

func (*InnerUnion) GetInnerOption

func (x *InnerUnion) GetInnerOption() []byte

func (*InnerUnion) IsSetInnerOption

func (x *InnerUnion) IsSetInnerOption() bool

func (*InnerUnion) Read

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

func (*InnerUnion) SetInnerOption

func (x *InnerUnion) SetInnerOption(value []byte) *InnerUnion

func (*InnerUnion) Write

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

type InnerUnionFieldPatch

type InnerUnionFieldPatch struct {
	InnerOption *patch.BinaryPatch `thrift:"innerOption,1" json:"innerOption" db:"innerOption"`
}

func NewInnerUnionFieldPatch

func NewInnerUnionFieldPatch() *InnerUnionFieldPatch

func (*InnerUnionFieldPatch) GetInnerOption

func (x *InnerUnionFieldPatch) GetInnerOption() *patch.BinaryPatch

func (*InnerUnionFieldPatch) IsSetInnerOption

func (x *InnerUnionFieldPatch) IsSetInnerOption() bool

func (*InnerUnionFieldPatch) Read

func (*InnerUnionFieldPatch) SetInnerOption

func (x *InnerUnionFieldPatch) SetInnerOption(value patch.BinaryPatch) *InnerUnionFieldPatch

func (*InnerUnionFieldPatch) Write

type InnerUnionFieldPatchBuilder deprecated

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

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

func NewInnerUnionFieldPatchBuilder

func NewInnerUnionFieldPatchBuilder() *InnerUnionFieldPatchBuilder

func (*InnerUnionFieldPatchBuilder) Emit

func (*InnerUnionFieldPatchBuilder) InnerOption

type InnerUnionPatch

type InnerUnionPatch struct {
	Assign     *InnerUnion           `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                  `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *InnerUnionFieldPatch `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *InnerUnion           `thrift:"ensure,4" json:"ensure" db:"ensure"`
	Patch      *InnerUnionFieldPatch `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewInnerUnionPatch

func NewInnerUnionPatch() *InnerUnionPatch

func (*InnerUnionPatch) GetAssign

func (x *InnerUnionPatch) GetAssign() *InnerUnion

func (*InnerUnionPatch) GetClear

func (x *InnerUnionPatch) GetClear() bool

func (*InnerUnionPatch) GetEnsure

func (x *InnerUnionPatch) GetEnsure() *InnerUnion

func (*InnerUnionPatch) GetPatch

func (x *InnerUnionPatch) GetPatch() *InnerUnionFieldPatch

func (*InnerUnionPatch) GetPatchPrior

func (x *InnerUnionPatch) GetPatchPrior() *InnerUnionFieldPatch

func (*InnerUnionPatch) IsSetAssign

func (x *InnerUnionPatch) IsSetAssign() bool

func (*InnerUnionPatch) IsSetEnsure

func (x *InnerUnionPatch) IsSetEnsure() bool

func (*InnerUnionPatch) IsSetPatch

func (x *InnerUnionPatch) IsSetPatch() bool

func (*InnerUnionPatch) IsSetPatchPrior

func (x *InnerUnionPatch) IsSetPatchPrior() bool

func (*InnerUnionPatch) Read

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

func (*InnerUnionPatch) SetAssign

func (x *InnerUnionPatch) SetAssign(value InnerUnion) *InnerUnionPatch

func (*InnerUnionPatch) SetClear

func (x *InnerUnionPatch) SetClear(value bool) *InnerUnionPatch

func (*InnerUnionPatch) SetEnsure

func (x *InnerUnionPatch) SetEnsure(value InnerUnion) *InnerUnionPatch

func (*InnerUnionPatch) SetPatch

func (*InnerUnionPatch) SetPatchPrior

func (x *InnerUnionPatch) SetPatchPrior(value InnerUnionFieldPatch) *InnerUnionPatch

func (*InnerUnionPatch) Write

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

type InnerUnionPatchBuilder deprecated

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

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

func NewInnerUnionPatchBuilder

func NewInnerUnionPatchBuilder() *InnerUnionPatchBuilder

func (*InnerUnionPatchBuilder) Assign

func (*InnerUnionPatchBuilder) Clear

func (*InnerUnionPatchBuilder) Emit

func (*InnerUnionPatchBuilder) Ensure

func (*InnerUnionPatchBuilder) Patch

func (*InnerUnionPatchBuilder) PatchPrior

type LateDefStruct

type LateDefStruct struct {
}

func NewLateDefStruct

func NewLateDefStruct() *LateDefStruct

func (*LateDefStruct) Read

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

func (*LateDefStruct) Write

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

type LateDefStructBuilder deprecated

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

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

func NewLateDefStructBuilder

func NewLateDefStructBuilder() *LateDefStructBuilder

func (*LateDefStructBuilder) Emit

type LateDefStructEnsureStruct

type LateDefStructEnsureStruct struct {
}

func NewLateDefStructEnsureStruct

func NewLateDefStructEnsureStruct() *LateDefStructEnsureStruct

func (*LateDefStructEnsureStruct) Read

func (*LateDefStructEnsureStruct) Write

type LateDefStructEnsureStructBuilder deprecated

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

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

func NewLateDefStructEnsureStructBuilder

func NewLateDefStructEnsureStructBuilder() *LateDefStructEnsureStructBuilder

func (*LateDefStructEnsureStructBuilder) Emit

type LateDefStructFieldPatch

type LateDefStructFieldPatch struct {
}

func NewLateDefStructFieldPatch

func NewLateDefStructFieldPatch() *LateDefStructFieldPatch

func (*LateDefStructFieldPatch) Read

func (*LateDefStructFieldPatch) Write

type LateDefStructFieldPatchBuilder deprecated

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

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

func NewLateDefStructFieldPatchBuilder

func NewLateDefStructFieldPatchBuilder() *LateDefStructFieldPatchBuilder

func (*LateDefStructFieldPatchBuilder) Emit

type LateDefStructPatch

type LateDefStructPatch struct {
	Assign     *LateDefStruct             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                       `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *LateDefStructFieldPatch   `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *LateDefStructEnsureStruct `thrift:"ensure,5" json:"ensure" db:"ensure"`
	Patch      *LateDefStructFieldPatch   `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewLateDefStructPatch

func NewLateDefStructPatch() *LateDefStructPatch

func (*LateDefStructPatch) GetAssign

func (x *LateDefStructPatch) GetAssign() *LateDefStruct

func (*LateDefStructPatch) GetClear

func (x *LateDefStructPatch) GetClear() bool

func (*LateDefStructPatch) GetEnsure

func (*LateDefStructPatch) GetPatch

func (*LateDefStructPatch) GetPatchPrior

func (x *LateDefStructPatch) GetPatchPrior() *LateDefStructFieldPatch

func (*LateDefStructPatch) IsSetAssign

func (x *LateDefStructPatch) IsSetAssign() bool

func (*LateDefStructPatch) IsSetEnsure

func (x *LateDefStructPatch) IsSetEnsure() bool

func (*LateDefStructPatch) IsSetPatch

func (x *LateDefStructPatch) IsSetPatch() bool

func (*LateDefStructPatch) IsSetPatchPrior

func (x *LateDefStructPatch) IsSetPatchPrior() bool

func (*LateDefStructPatch) Read

func (*LateDefStructPatch) SetAssign

func (*LateDefStructPatch) SetClear

func (x *LateDefStructPatch) SetClear(value bool) *LateDefStructPatch

func (*LateDefStructPatch) SetEnsure

func (*LateDefStructPatch) SetPatch

func (*LateDefStructPatch) SetPatchPrior

func (*LateDefStructPatch) Write

type LateDefStructPatchBuilder deprecated

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

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

func NewLateDefStructPatchBuilder

func NewLateDefStructPatchBuilder() *LateDefStructPatchBuilder

func (*LateDefStructPatchBuilder) Assign

func (*LateDefStructPatchBuilder) Clear

func (*LateDefStructPatchBuilder) Emit

func (*LateDefStructPatchBuilder) Ensure

func (*LateDefStructPatchBuilder) Patch

func (*LateDefStructPatchBuilder) PatchPrior

type Loop

type Loop struct {
	Bar *Bar `thrift:"bar,-1" json:"bar" db:"bar"`
}

func NewLoop

func NewLoop() *Loop

func (*Loop) GetBar

func (x *Loop) GetBar() *Bar

func (*Loop) IsSetBar

func (x *Loop) IsSetBar() bool

func (*Loop) Read

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

func (*Loop) SetBar

func (x *Loop) SetBar(value Bar) *Loop

func (*Loop) Write

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

type LoopBuilder deprecated

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

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

func NewLoopBuilder

func NewLoopBuilder() *LoopBuilder

func (*LoopBuilder) Bar

func (x *LoopBuilder) Bar(value *Bar) *LoopBuilder

func (*LoopBuilder) Emit

func (x *LoopBuilder) Emit() *Loop

type LoopEnsureStruct

type LoopEnsureStruct struct {
	Bar *Bar `thrift:"bar,-1,optional" json:"bar,omitempty" db:"bar"`
}

func NewLoopEnsureStruct

func NewLoopEnsureStruct() *LoopEnsureStruct

func (*LoopEnsureStruct) GetBar

func (x *LoopEnsureStruct) GetBar() *Bar

func (*LoopEnsureStruct) IsSetBar

func (x *LoopEnsureStruct) IsSetBar() bool

func (*LoopEnsureStruct) Read

func (*LoopEnsureStruct) SetBar

func (x *LoopEnsureStruct) SetBar(value Bar) *LoopEnsureStruct

func (*LoopEnsureStruct) Write

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

type LoopEnsureStructBuilder deprecated

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

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

func NewLoopEnsureStructBuilder

func NewLoopEnsureStructBuilder() *LoopEnsureStructBuilder

func (*LoopEnsureStructBuilder) Bar

func (*LoopEnsureStructBuilder) Emit

type LoopFieldPatch

type LoopFieldPatch struct {
	Bar *BarPatch `thrift:"bar,-1" json:"bar" db:"bar"`
}

func NewLoopFieldPatch

func NewLoopFieldPatch() *LoopFieldPatch

func (*LoopFieldPatch) GetBar

func (x *LoopFieldPatch) GetBar() *BarPatch

func (*LoopFieldPatch) IsSetBar

func (x *LoopFieldPatch) IsSetBar() bool

func (*LoopFieldPatch) Read

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

func (*LoopFieldPatch) SetBar

func (x *LoopFieldPatch) SetBar(value BarPatch) *LoopFieldPatch

func (*LoopFieldPatch) Write

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

type LoopFieldPatchBuilder deprecated

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

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

func NewLoopFieldPatchBuilder

func NewLoopFieldPatchBuilder() *LoopFieldPatchBuilder

func (*LoopFieldPatchBuilder) Bar

func (*LoopFieldPatchBuilder) Emit

type LoopPatch

type LoopPatch struct {
	Assign *Loop `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear  bool  `thrift:"clear,2" json:"clear" db:"clear"`
}

func NewLoopPatch

func NewLoopPatch() *LoopPatch

func (*LoopPatch) GetAssign

func (x *LoopPatch) GetAssign() *Loop

func (*LoopPatch) GetClear

func (x *LoopPatch) GetClear() bool

func (*LoopPatch) IsSetAssign

func (x *LoopPatch) IsSetAssign() bool

func (*LoopPatch) Read

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

func (*LoopPatch) SetAssign

func (x *LoopPatch) SetAssign(value Loop) *LoopPatch

func (*LoopPatch) SetClear

func (x *LoopPatch) SetClear(value bool) *LoopPatch

func (*LoopPatch) Write

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

type LoopPatchBuilder deprecated

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

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

func NewLoopPatchBuilder

func NewLoopPatchBuilder() *LoopPatchBuilder

func (*LoopPatchBuilder) Assign

func (x *LoopPatchBuilder) Assign(value *Loop) *LoopPatchBuilder

func (*LoopPatchBuilder) Clear

func (x *LoopPatchBuilder) Clear(value bool) *LoopPatchBuilder

func (*LoopPatchBuilder) Emit

func (x *LoopPatchBuilder) Emit() *LoopPatch

type MyData

type MyData struct {
	Data1 string `thrift:"data1,1" json:"data1" db:"data1"`
	Data2 int32  `thrift:"data2,2" json:"data2" db:"data2"`
}

func NewMyData

func NewMyData() *MyData

func (*MyData) GetData1

func (x *MyData) GetData1() string

func (*MyData) GetData2

func (x *MyData) GetData2() int32

func (*MyData) Read

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

func (*MyData) SetData1

func (x *MyData) SetData1(value string) *MyData

func (*MyData) SetData2

func (x *MyData) SetData2(value int32) *MyData

func (*MyData) Write

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

type MyDataBuilder deprecated

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

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

func NewMyDataBuilder

func NewMyDataBuilder() *MyDataBuilder

func (*MyDataBuilder) Data1

func (x *MyDataBuilder) Data1(value string) *MyDataBuilder

func (*MyDataBuilder) Data2

func (x *MyDataBuilder) Data2(value int32) *MyDataBuilder

func (*MyDataBuilder) Emit

func (x *MyDataBuilder) Emit() *MyData

type MyDataEnsureStruct

type MyDataEnsureStruct struct {
	Data1 *string `thrift:"data1,1,optional" json:"data1,omitempty" db:"data1"`
	Data2 *int32  `thrift:"data2,2,optional" json:"data2,omitempty" db:"data2"`
}

func NewMyDataEnsureStruct

func NewMyDataEnsureStruct() *MyDataEnsureStruct

func (*MyDataEnsureStruct) GetData1

func (x *MyDataEnsureStruct) GetData1() *string

func (*MyDataEnsureStruct) GetData2

func (x *MyDataEnsureStruct) GetData2() *int32

func (*MyDataEnsureStruct) IsSetData1

func (x *MyDataEnsureStruct) IsSetData1() bool

func (*MyDataEnsureStruct) IsSetData2

func (x *MyDataEnsureStruct) IsSetData2() bool

func (*MyDataEnsureStruct) Read

func (*MyDataEnsureStruct) SetData1

func (x *MyDataEnsureStruct) SetData1(value string) *MyDataEnsureStruct

func (*MyDataEnsureStruct) SetData2

func (x *MyDataEnsureStruct) SetData2(value int32) *MyDataEnsureStruct

func (*MyDataEnsureStruct) Write

type MyDataEnsureStructBuilder deprecated

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

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

func NewMyDataEnsureStructBuilder

func NewMyDataEnsureStructBuilder() *MyDataEnsureStructBuilder

func (*MyDataEnsureStructBuilder) Data1

func (*MyDataEnsureStructBuilder) Data2

func (*MyDataEnsureStructBuilder) Emit

type MyDataFieldPatch

type MyDataFieldPatch struct {
	Data1 *patch.StringPatch `thrift:"data1,1" json:"data1" db:"data1"`
	Data2 *patch.I32Patch    `thrift:"data2,2" json:"data2" db:"data2"`
}

func NewMyDataFieldPatch

func NewMyDataFieldPatch() *MyDataFieldPatch

func (*MyDataFieldPatch) GetData1

func (x *MyDataFieldPatch) GetData1() *patch.StringPatch

func (*MyDataFieldPatch) GetData2

func (x *MyDataFieldPatch) GetData2() *patch.I32Patch

func (*MyDataFieldPatch) IsSetData1

func (x *MyDataFieldPatch) IsSetData1() bool

func (*MyDataFieldPatch) IsSetData2

func (x *MyDataFieldPatch) IsSetData2() bool

func (*MyDataFieldPatch) Read

func (*MyDataFieldPatch) SetData1

func (x *MyDataFieldPatch) SetData1(value patch.StringPatch) *MyDataFieldPatch

func (*MyDataFieldPatch) SetData2

func (x *MyDataFieldPatch) SetData2(value patch.I32Patch) *MyDataFieldPatch

func (*MyDataFieldPatch) Write

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

type MyDataFieldPatchBuilder deprecated

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

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

func NewMyDataFieldPatchBuilder

func NewMyDataFieldPatchBuilder() *MyDataFieldPatchBuilder

func (*MyDataFieldPatchBuilder) Data1

func (*MyDataFieldPatchBuilder) Data2

func (*MyDataFieldPatchBuilder) Emit

type MyDataPatch

type MyDataPatch struct {
	Assign     *MyData             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *MyDataFieldPatch   `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *MyDataEnsureStruct `thrift:"ensure,5" json:"ensure" db:"ensure"`
	Patch      *MyDataFieldPatch   `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewMyDataPatch

func NewMyDataPatch() *MyDataPatch

func (*MyDataPatch) GetAssign

func (x *MyDataPatch) GetAssign() *MyData

func (*MyDataPatch) GetClear

func (x *MyDataPatch) GetClear() bool

func (*MyDataPatch) GetEnsure

func (x *MyDataPatch) GetEnsure() *MyDataEnsureStruct

func (*MyDataPatch) GetPatch

func (x *MyDataPatch) GetPatch() *MyDataFieldPatch

func (*MyDataPatch) GetPatchPrior

func (x *MyDataPatch) GetPatchPrior() *MyDataFieldPatch

func (*MyDataPatch) IsSetAssign

func (x *MyDataPatch) IsSetAssign() bool

func (*MyDataPatch) IsSetEnsure

func (x *MyDataPatch) IsSetEnsure() bool

func (*MyDataPatch) IsSetPatch

func (x *MyDataPatch) IsSetPatch() bool

func (*MyDataPatch) IsSetPatchPrior

func (x *MyDataPatch) IsSetPatchPrior() bool

func (*MyDataPatch) Read

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

func (*MyDataPatch) SetAssign

func (x *MyDataPatch) SetAssign(value MyData) *MyDataPatch

func (*MyDataPatch) SetClear

func (x *MyDataPatch) SetClear(value bool) *MyDataPatch

func (*MyDataPatch) SetEnsure

func (x *MyDataPatch) SetEnsure(value MyDataEnsureStruct) *MyDataPatch

func (*MyDataPatch) SetPatch

func (x *MyDataPatch) SetPatch(value MyDataFieldPatch) *MyDataPatch

func (*MyDataPatch) SetPatchPrior

func (x *MyDataPatch) SetPatchPrior(value MyDataFieldPatch) *MyDataPatch

func (*MyDataPatch) Write

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

type MyDataPatchBuilder deprecated

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

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

func NewMyDataPatchBuilder

func NewMyDataPatchBuilder() *MyDataPatchBuilder

func (*MyDataPatchBuilder) Assign

func (x *MyDataPatchBuilder) Assign(value *MyData) *MyDataPatchBuilder

func (*MyDataPatchBuilder) Clear

func (x *MyDataPatchBuilder) Clear(value bool) *MyDataPatchBuilder

func (*MyDataPatchBuilder) Emit

func (x *MyDataPatchBuilder) Emit() *MyDataPatch

func (*MyDataPatchBuilder) Ensure

func (*MyDataPatchBuilder) Patch

func (*MyDataPatchBuilder) PatchPrior

type MyEnum

type MyEnum int32
const (
	MyEnum_MyValue0 MyEnum = 0
)

func MyEnumFromString deprecated

func MyEnumFromString(s string) (MyEnum, error)

Deprecated: Use MyEnum_value instead (e.g. `x, ok := MyEnum_value["name"]`).

func MyEnumPtr deprecated

func MyEnumPtr(v MyEnum) *MyEnum

Deprecated: Use MyEnum.Ptr() instead.

func (MyEnum) Ptr

func (x MyEnum) Ptr() *MyEnum

func (MyEnum) String

func (x MyEnum) String() string

type MyStruct

type MyStruct struct {
	BoolVal          bool                        `thrift:"boolVal,-1" json:"boolVal" db:"boolVal"`
	ByteVal          byte                        `thrift:"byteVal,-2" json:"byteVal" db:"byteVal"`
	I16Val           int16                       `thrift:"i16Val,-3" json:"i16Val" db:"i16Val"`
	I32Val           int32                       `thrift:"i32Val,-4" json:"i32Val" db:"i32Val"`
	I64Val           int64                       `thrift:"i64Val,-5" json:"i64Val" db:"i64Val"`
	FloatVal         float32                     `thrift:"floatVal,-6" json:"floatVal" db:"floatVal"`
	DoubleVal        float64                     `thrift:"doubleVal,-7" json:"doubleVal" db:"doubleVal"`
	StringVal        string                      `thrift:"stringVal,-8" json:"stringVal" db:"stringVal"`
	BinaryVal        []byte                      `thrift:"binaryVal,-9" json:"binaryVal" db:"binaryVal"`
	EnumVal          MyEnum                      `thrift:"enumVal,-10" json:"enumVal" db:"enumVal"`
	StructVal        *MyData                     `thrift:"structVal,-11" json:"structVal" db:"structVal"`
	UnionVal         *MyUnion                    `thrift:"unionVal,-12" json:"unionVal" db:"unionVal"`
	LateStructVal    *LateDefStruct              `thrift:"lateStructVal,-13" json:"lateStructVal" db:"lateStructVal"`
	OptBoolVal       *bool                       `thrift:"optBoolVal,-14,optional" json:"optBoolVal,omitempty" db:"optBoolVal"`
	OptByteVal       *byte                       `thrift:"optByteVal,-15,optional" json:"optByteVal,omitempty" db:"optByteVal"`
	OptI16Val        *int16                      `thrift:"optI16Val,-16,optional" json:"optI16Val,omitempty" db:"optI16Val"`
	OptI32Val        *int32                      `thrift:"optI32Val,-17,optional" json:"optI32Val,omitempty" db:"optI32Val"`
	OptI64Val        *int64                      `thrift:"optI64Val,-18,optional" json:"optI64Val,omitempty" db:"optI64Val"`
	OptFloatVal      *float32                    `thrift:"optFloatVal,-19,optional" json:"optFloatVal,omitempty" db:"optFloatVal"`
	OptDoubleVal     *float64                    `thrift:"optDoubleVal,-20,optional" json:"optDoubleVal,omitempty" db:"optDoubleVal"`
	OptStringVal     *string                     `thrift:"optStringVal,-21,optional" json:"optStringVal,omitempty" db:"optStringVal"`
	OptBinaryVal     []byte                      `thrift:"optBinaryVal,-22,optional" json:"optBinaryVal,omitempty" db:"optBinaryVal"`
	OptEnumVal       *MyEnum                     `thrift:"optEnumVal,-23,optional" json:"optEnumVal,omitempty" db:"optEnumVal"`
	OptStructVal     *MyData                     `thrift:"optStructVal,-24,optional" json:"optStructVal,omitempty" db:"optStructVal"`
	OptLateStructVal *LateDefStruct              `thrift:"optLateStructVal,-25,optional" json:"optLateStructVal,omitempty" db:"optLateStructVal"`
	OptListVal       []int16                     `thrift:"optListVal,-26,optional" json:"optListVal,omitempty" db:"optListVal"`
	OptSetVal        []string                    `thrift:"optSetVal,-27,optional" json:"optSetVal,omitempty" db:"optSetVal"`
	OptMapVal        map[string]string           `thrift:"optMapVal,-28,optional" json:"optMapVal,omitempty" db:"optMapVal"`
	ListMap          []map[string]int32          `thrift:"listMap,-29" json:"listMap" db:"listMap"`
	MapMap           map[string]map[string]int32 `thrift:"mapMap,-30" json:"mapMap" db:"mapMap"`
}

func NewMyStruct

func NewMyStruct() *MyStruct

func (*MyStruct) GetBinaryVal

func (x *MyStruct) GetBinaryVal() []byte

func (*MyStruct) GetBoolVal

func (x *MyStruct) GetBoolVal() bool

func (*MyStruct) GetByteVal

func (x *MyStruct) GetByteVal() byte

func (*MyStruct) GetDoubleVal

func (x *MyStruct) GetDoubleVal() float64

func (*MyStruct) GetEnumVal

func (x *MyStruct) GetEnumVal() MyEnum

func (*MyStruct) GetFloatVal

func (x *MyStruct) GetFloatVal() float32

func (*MyStruct) GetI16Val

func (x *MyStruct) GetI16Val() int16

func (*MyStruct) GetI32Val

func (x *MyStruct) GetI32Val() int32

func (*MyStruct) GetI64Val

func (x *MyStruct) GetI64Val() int64

func (*MyStruct) GetLateStructVal

func (x *MyStruct) GetLateStructVal() *LateDefStruct

func (*MyStruct) GetListMap

func (x *MyStruct) GetListMap() []map[string]int32

func (*MyStruct) GetMapMap

func (x *MyStruct) GetMapMap() map[string]map[string]int32

func (*MyStruct) GetOptBinaryVal

func (x *MyStruct) GetOptBinaryVal() []byte

func (*MyStruct) GetOptBoolVal

func (x *MyStruct) GetOptBoolVal() *bool

func (*MyStruct) GetOptByteVal

func (x *MyStruct) GetOptByteVal() *byte

func (*MyStruct) GetOptDoubleVal

func (x *MyStruct) GetOptDoubleVal() *float64

func (*MyStruct) GetOptEnumVal

func (x *MyStruct) GetOptEnumVal() *MyEnum

func (*MyStruct) GetOptFloatVal

func (x *MyStruct) GetOptFloatVal() *float32

func (*MyStruct) GetOptI16Val

func (x *MyStruct) GetOptI16Val() *int16

func (*MyStruct) GetOptI32Val

func (x *MyStruct) GetOptI32Val() *int32

func (*MyStruct) GetOptI64Val

func (x *MyStruct) GetOptI64Val() *int64

func (*MyStruct) GetOptLateStructVal

func (x *MyStruct) GetOptLateStructVal() *LateDefStruct

func (*MyStruct) GetOptListVal

func (x *MyStruct) GetOptListVal() []int16

func (*MyStruct) GetOptMapVal

func (x *MyStruct) GetOptMapVal() map[string]string

func (*MyStruct) GetOptSetVal

func (x *MyStruct) GetOptSetVal() []string

func (*MyStruct) GetOptStringVal

func (x *MyStruct) GetOptStringVal() *string

func (*MyStruct) GetOptStructVal

func (x *MyStruct) GetOptStructVal() *MyData

func (*MyStruct) GetStringVal

func (x *MyStruct) GetStringVal() string

func (*MyStruct) GetStructVal

func (x *MyStruct) GetStructVal() *MyData

func (*MyStruct) GetUnionVal

func (x *MyStruct) GetUnionVal() *MyUnion

func (*MyStruct) IsSetBinaryVal

func (x *MyStruct) IsSetBinaryVal() bool

func (*MyStruct) IsSetLateStructVal

func (x *MyStruct) IsSetLateStructVal() bool

func (*MyStruct) IsSetListMap

func (x *MyStruct) IsSetListMap() bool

func (*MyStruct) IsSetMapMap

func (x *MyStruct) IsSetMapMap() bool

func (*MyStruct) IsSetOptBinaryVal

func (x *MyStruct) IsSetOptBinaryVal() bool

func (*MyStruct) IsSetOptBoolVal

func (x *MyStruct) IsSetOptBoolVal() bool

func (*MyStruct) IsSetOptByteVal

func (x *MyStruct) IsSetOptByteVal() bool

func (*MyStruct) IsSetOptDoubleVal

func (x *MyStruct) IsSetOptDoubleVal() bool

func (*MyStruct) IsSetOptEnumVal

func (x *MyStruct) IsSetOptEnumVal() bool

func (*MyStruct) IsSetOptFloatVal

func (x *MyStruct) IsSetOptFloatVal() bool

func (*MyStruct) IsSetOptI16Val

func (x *MyStruct) IsSetOptI16Val() bool

func (*MyStruct) IsSetOptI32Val

func (x *MyStruct) IsSetOptI32Val() bool

func (*MyStruct) IsSetOptI64Val

func (x *MyStruct) IsSetOptI64Val() bool

func (*MyStruct) IsSetOptLateStructVal

func (x *MyStruct) IsSetOptLateStructVal() bool

func (*MyStruct) IsSetOptListVal

func (x *MyStruct) IsSetOptListVal() bool

func (*MyStruct) IsSetOptMapVal

func (x *MyStruct) IsSetOptMapVal() bool

func (*MyStruct) IsSetOptSetVal

func (x *MyStruct) IsSetOptSetVal() bool

func (*MyStruct) IsSetOptStringVal

func (x *MyStruct) IsSetOptStringVal() bool

func (*MyStruct) IsSetOptStructVal

func (x *MyStruct) IsSetOptStructVal() bool

func (*MyStruct) IsSetStructVal

func (x *MyStruct) IsSetStructVal() bool

func (*MyStruct) IsSetUnionVal

func (x *MyStruct) IsSetUnionVal() bool

func (*MyStruct) Read

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

func (*MyStruct) SetBinaryVal

func (x *MyStruct) SetBinaryVal(value []byte) *MyStruct

func (*MyStruct) SetBoolVal

func (x *MyStruct) SetBoolVal(value bool) *MyStruct

func (*MyStruct) SetByteVal

func (x *MyStruct) SetByteVal(value byte) *MyStruct

func (*MyStruct) SetDoubleVal

func (x *MyStruct) SetDoubleVal(value float64) *MyStruct

func (*MyStruct) SetEnumVal

func (x *MyStruct) SetEnumVal(value MyEnum) *MyStruct

func (*MyStruct) SetFloatVal

func (x *MyStruct) SetFloatVal(value float32) *MyStruct

func (*MyStruct) SetI16Val

func (x *MyStruct) SetI16Val(value int16) *MyStruct

func (*MyStruct) SetI32Val

func (x *MyStruct) SetI32Val(value int32) *MyStruct

func (*MyStruct) SetI64Val

func (x *MyStruct) SetI64Val(value int64) *MyStruct

func (*MyStruct) SetLateStructVal

func (x *MyStruct) SetLateStructVal(value LateDefStruct) *MyStruct

func (*MyStruct) SetListMap

func (x *MyStruct) SetListMap(value []map[string]int32) *MyStruct

func (*MyStruct) SetMapMap

func (x *MyStruct) SetMapMap(value map[string]map[string]int32) *MyStruct

func (*MyStruct) SetOptBinaryVal

func (x *MyStruct) SetOptBinaryVal(value []byte) *MyStruct

func (*MyStruct) SetOptBoolVal

func (x *MyStruct) SetOptBoolVal(value bool) *MyStruct

func (*MyStruct) SetOptByteVal

func (x *MyStruct) SetOptByteVal(value byte) *MyStruct

func (*MyStruct) SetOptDoubleVal

func (x *MyStruct) SetOptDoubleVal(value float64) *MyStruct

func (*MyStruct) SetOptEnumVal

func (x *MyStruct) SetOptEnumVal(value MyEnum) *MyStruct

func (*MyStruct) SetOptFloatVal

func (x *MyStruct) SetOptFloatVal(value float32) *MyStruct

func (*MyStruct) SetOptI16Val

func (x *MyStruct) SetOptI16Val(value int16) *MyStruct

func (*MyStruct) SetOptI32Val

func (x *MyStruct) SetOptI32Val(value int32) *MyStruct

func (*MyStruct) SetOptI64Val

func (x *MyStruct) SetOptI64Val(value int64) *MyStruct

func (*MyStruct) SetOptLateStructVal

func (x *MyStruct) SetOptLateStructVal(value LateDefStruct) *MyStruct

func (*MyStruct) SetOptListVal

func (x *MyStruct) SetOptListVal(value []int16) *MyStruct

func (*MyStruct) SetOptMapVal

func (x *MyStruct) SetOptMapVal(value map[string]string) *MyStruct

func (*MyStruct) SetOptSetVal

func (x *MyStruct) SetOptSetVal(value []string) *MyStruct

func (*MyStruct) SetOptStringVal

func (x *MyStruct) SetOptStringVal(value string) *MyStruct

func (*MyStruct) SetOptStructVal

func (x *MyStruct) SetOptStructVal(value MyData) *MyStruct

func (*MyStruct) SetStringVal

func (x *MyStruct) SetStringVal(value string) *MyStruct

func (*MyStruct) SetStructVal

func (x *MyStruct) SetStructVal(value MyData) *MyStruct

func (*MyStruct) SetUnionVal

func (x *MyStruct) SetUnionVal(value MyUnion) *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) BinaryVal

func (x *MyStructBuilder) BinaryVal(value []byte) *MyStructBuilder

func (*MyStructBuilder) BoolVal

func (x *MyStructBuilder) BoolVal(value bool) *MyStructBuilder

func (*MyStructBuilder) ByteVal

func (x *MyStructBuilder) ByteVal(value byte) *MyStructBuilder

func (*MyStructBuilder) DoubleVal

func (x *MyStructBuilder) DoubleVal(value float64) *MyStructBuilder

func (*MyStructBuilder) Emit

func (x *MyStructBuilder) Emit() *MyStruct

func (*MyStructBuilder) EnumVal

func (x *MyStructBuilder) EnumVal(value MyEnum) *MyStructBuilder

func (*MyStructBuilder) FloatVal

func (x *MyStructBuilder) FloatVal(value float32) *MyStructBuilder

func (*MyStructBuilder) I16Val

func (x *MyStructBuilder) I16Val(value int16) *MyStructBuilder

func (*MyStructBuilder) I32Val

func (x *MyStructBuilder) I32Val(value int32) *MyStructBuilder

func (*MyStructBuilder) I64Val

func (x *MyStructBuilder) I64Val(value int64) *MyStructBuilder

func (*MyStructBuilder) LateStructVal

func (x *MyStructBuilder) LateStructVal(value *LateDefStruct) *MyStructBuilder

func (*MyStructBuilder) ListMap

func (x *MyStructBuilder) ListMap(value []map[string]int32) *MyStructBuilder

func (*MyStructBuilder) MapMap

func (x *MyStructBuilder) MapMap(value map[string]map[string]int32) *MyStructBuilder

func (*MyStructBuilder) OptBinaryVal

func (x *MyStructBuilder) OptBinaryVal(value []byte) *MyStructBuilder

func (*MyStructBuilder) OptBoolVal

func (x *MyStructBuilder) OptBoolVal(value *bool) *MyStructBuilder

func (*MyStructBuilder) OptByteVal

func (x *MyStructBuilder) OptByteVal(value *byte) *MyStructBuilder

func (*MyStructBuilder) OptDoubleVal

func (x *MyStructBuilder) OptDoubleVal(value *float64) *MyStructBuilder

func (*MyStructBuilder) OptEnumVal

func (x *MyStructBuilder) OptEnumVal(value *MyEnum) *MyStructBuilder

func (*MyStructBuilder) OptFloatVal

func (x *MyStructBuilder) OptFloatVal(value *float32) *MyStructBuilder

func (*MyStructBuilder) OptI16Val

func (x *MyStructBuilder) OptI16Val(value *int16) *MyStructBuilder

func (*MyStructBuilder) OptI32Val

func (x *MyStructBuilder) OptI32Val(value *int32) *MyStructBuilder

func (*MyStructBuilder) OptI64Val

func (x *MyStructBuilder) OptI64Val(value *int64) *MyStructBuilder

func (*MyStructBuilder) OptLateStructVal

func (x *MyStructBuilder) OptLateStructVal(value *LateDefStruct) *MyStructBuilder

func (*MyStructBuilder) OptListVal

func (x *MyStructBuilder) OptListVal(value []int16) *MyStructBuilder

func (*MyStructBuilder) OptMapVal

func (x *MyStructBuilder) OptMapVal(value map[string]string) *MyStructBuilder

func (*MyStructBuilder) OptSetVal

func (x *MyStructBuilder) OptSetVal(value []string) *MyStructBuilder

func (*MyStructBuilder) OptStringVal

func (x *MyStructBuilder) OptStringVal(value *string) *MyStructBuilder

func (*MyStructBuilder) OptStructVal

func (x *MyStructBuilder) OptStructVal(value *MyData) *MyStructBuilder

func (*MyStructBuilder) StringVal

func (x *MyStructBuilder) StringVal(value string) *MyStructBuilder

func (*MyStructBuilder) StructVal

func (x *MyStructBuilder) StructVal(value *MyData) *MyStructBuilder

func (*MyStructBuilder) UnionVal

func (x *MyStructBuilder) UnionVal(value *MyUnion) *MyStructBuilder

type MyStructEnsureStruct

type MyStructEnsureStruct struct {
	MapMap           map[string]map[string]int32 `thrift:"mapMap,-30,optional" json:"mapMap,omitempty" db:"mapMap"`
	ListMap          []map[string]int32          `thrift:"listMap,-29,optional" json:"listMap,omitempty" db:"listMap"`
	OptMapVal        map[string]string           `thrift:"optMapVal,-28,optional" json:"optMapVal,omitempty" db:"optMapVal"`
	OptSetVal        []string                    `thrift:"optSetVal,-27,optional" json:"optSetVal,omitempty" db:"optSetVal"`
	OptListVal       []int16                     `thrift:"optListVal,-26,optional" json:"optListVal,omitempty" db:"optListVal"`
	OptLateStructVal *LateDefStruct              `thrift:"optLateStructVal,-25,optional" json:"optLateStructVal,omitempty" db:"optLateStructVal"`
	OptStructVal     *MyData                     `thrift:"optStructVal,-24,optional" json:"optStructVal,omitempty" db:"optStructVal"`
	OptEnumVal       *MyEnum                     `thrift:"optEnumVal,-23,optional" json:"optEnumVal,omitempty" db:"optEnumVal"`
	OptBinaryVal     []byte                      `thrift:"optBinaryVal,-22,optional" json:"optBinaryVal,omitempty" db:"optBinaryVal"`
	OptStringVal     *string                     `thrift:"optStringVal,-21,optional" json:"optStringVal,omitempty" db:"optStringVal"`
	OptDoubleVal     *float64                    `thrift:"optDoubleVal,-20,optional" json:"optDoubleVal,omitempty" db:"optDoubleVal"`
	OptFloatVal      *float32                    `thrift:"optFloatVal,-19,optional" json:"optFloatVal,omitempty" db:"optFloatVal"`
	OptI64Val        *int64                      `thrift:"optI64Val,-18,optional" json:"optI64Val,omitempty" db:"optI64Val"`
	OptI32Val        *int32                      `thrift:"optI32Val,-17,optional" json:"optI32Val,omitempty" db:"optI32Val"`
	OptI16Val        *int16                      `thrift:"optI16Val,-16,optional" json:"optI16Val,omitempty" db:"optI16Val"`
	OptByteVal       *byte                       `thrift:"optByteVal,-15,optional" json:"optByteVal,omitempty" db:"optByteVal"`
	OptBoolVal       *bool                       `thrift:"optBoolVal,-14,optional" json:"optBoolVal,omitempty" db:"optBoolVal"`
	LateStructVal    *LateDefStruct              `thrift:"lateStructVal,-13,optional" json:"lateStructVal,omitempty" db:"lateStructVal"`
	UnionVal         *MyUnion                    `thrift:"unionVal,-12,optional" json:"unionVal,omitempty" db:"unionVal"`
	StructVal        *MyData                     `thrift:"structVal,-11,optional" json:"structVal,omitempty" db:"structVal"`
	EnumVal          *MyEnum                     `thrift:"enumVal,-10,optional" json:"enumVal,omitempty" db:"enumVal"`
	BinaryVal        []byte                      `thrift:"binaryVal,-9,optional" json:"binaryVal,omitempty" db:"binaryVal"`
	StringVal        *string                     `thrift:"stringVal,-8,optional" json:"stringVal,omitempty" db:"stringVal"`
	DoubleVal        *float64                    `thrift:"doubleVal,-7,optional" json:"doubleVal,omitempty" db:"doubleVal"`
	FloatVal         *float32                    `thrift:"floatVal,-6,optional" json:"floatVal,omitempty" db:"floatVal"`
	I64Val           *int64                      `thrift:"i64Val,-5,optional" json:"i64Val,omitempty" db:"i64Val"`
	I32Val           *int32                      `thrift:"i32Val,-4,optional" json:"i32Val,omitempty" db:"i32Val"`
	I16Val           *int16                      `thrift:"i16Val,-3,optional" json:"i16Val,omitempty" db:"i16Val"`
	ByteVal          *byte                       `thrift:"byteVal,-2,optional" json:"byteVal,omitempty" db:"byteVal"`
	BoolVal          *bool                       `thrift:"boolVal,-1,optional" json:"boolVal,omitempty" db:"boolVal"`
}

func NewMyStructEnsureStruct

func NewMyStructEnsureStruct() *MyStructEnsureStruct

func (*MyStructEnsureStruct) GetBinaryVal

func (x *MyStructEnsureStruct) GetBinaryVal() []byte

func (*MyStructEnsureStruct) GetBoolVal

func (x *MyStructEnsureStruct) GetBoolVal() *bool

func (*MyStructEnsureStruct) GetByteVal

func (x *MyStructEnsureStruct) GetByteVal() *byte

func (*MyStructEnsureStruct) GetDoubleVal

func (x *MyStructEnsureStruct) GetDoubleVal() *float64

func (*MyStructEnsureStruct) GetEnumVal

func (x *MyStructEnsureStruct) GetEnumVal() *MyEnum

func (*MyStructEnsureStruct) GetFloatVal

func (x *MyStructEnsureStruct) GetFloatVal() *float32

func (*MyStructEnsureStruct) GetI16Val

func (x *MyStructEnsureStruct) GetI16Val() *int16

func (*MyStructEnsureStruct) GetI32Val

func (x *MyStructEnsureStruct) GetI32Val() *int32

func (*MyStructEnsureStruct) GetI64Val

func (x *MyStructEnsureStruct) GetI64Val() *int64

func (*MyStructEnsureStruct) GetLateStructVal

func (x *MyStructEnsureStruct) GetLateStructVal() *LateDefStruct

func (*MyStructEnsureStruct) GetListMap

func (x *MyStructEnsureStruct) GetListMap() []map[string]int32

func (*MyStructEnsureStruct) GetMapMap

func (x *MyStructEnsureStruct) GetMapMap() map[string]map[string]int32

func (*MyStructEnsureStruct) GetOptBinaryVal

func (x *MyStructEnsureStruct) GetOptBinaryVal() []byte

func (*MyStructEnsureStruct) GetOptBoolVal

func (x *MyStructEnsureStruct) GetOptBoolVal() *bool

func (*MyStructEnsureStruct) GetOptByteVal

func (x *MyStructEnsureStruct) GetOptByteVal() *byte

func (*MyStructEnsureStruct) GetOptDoubleVal

func (x *MyStructEnsureStruct) GetOptDoubleVal() *float64

func (*MyStructEnsureStruct) GetOptEnumVal

func (x *MyStructEnsureStruct) GetOptEnumVal() *MyEnum

func (*MyStructEnsureStruct) GetOptFloatVal

func (x *MyStructEnsureStruct) GetOptFloatVal() *float32

func (*MyStructEnsureStruct) GetOptI16Val

func (x *MyStructEnsureStruct) GetOptI16Val() *int16

func (*MyStructEnsureStruct) GetOptI32Val

func (x *MyStructEnsureStruct) GetOptI32Val() *int32

func (*MyStructEnsureStruct) GetOptI64Val

func (x *MyStructEnsureStruct) GetOptI64Val() *int64

func (*MyStructEnsureStruct) GetOptLateStructVal

func (x *MyStructEnsureStruct) GetOptLateStructVal() *LateDefStruct

func (*MyStructEnsureStruct) GetOptListVal

func (x *MyStructEnsureStruct) GetOptListVal() []int16

func (*MyStructEnsureStruct) GetOptMapVal

func (x *MyStructEnsureStruct) GetOptMapVal() map[string]string

func (*MyStructEnsureStruct) GetOptSetVal

func (x *MyStructEnsureStruct) GetOptSetVal() []string

func (*MyStructEnsureStruct) GetOptStringVal

func (x *MyStructEnsureStruct) GetOptStringVal() *string

func (*MyStructEnsureStruct) GetOptStructVal

func (x *MyStructEnsureStruct) GetOptStructVal() *MyData

func (*MyStructEnsureStruct) GetStringVal

func (x *MyStructEnsureStruct) GetStringVal() *string

func (*MyStructEnsureStruct) GetStructVal

func (x *MyStructEnsureStruct) GetStructVal() *MyData

func (*MyStructEnsureStruct) GetUnionVal

func (x *MyStructEnsureStruct) GetUnionVal() *MyUnion

func (*MyStructEnsureStruct) IsSetBinaryVal

func (x *MyStructEnsureStruct) IsSetBinaryVal() bool

func (*MyStructEnsureStruct) IsSetBoolVal

func (x *MyStructEnsureStruct) IsSetBoolVal() bool

func (*MyStructEnsureStruct) IsSetByteVal

func (x *MyStructEnsureStruct) IsSetByteVal() bool

func (*MyStructEnsureStruct) IsSetDoubleVal

func (x *MyStructEnsureStruct) IsSetDoubleVal() bool

func (*MyStructEnsureStruct) IsSetEnumVal

func (x *MyStructEnsureStruct) IsSetEnumVal() bool

func (*MyStructEnsureStruct) IsSetFloatVal

func (x *MyStructEnsureStruct) IsSetFloatVal() bool

func (*MyStructEnsureStruct) IsSetI16Val

func (x *MyStructEnsureStruct) IsSetI16Val() bool

func (*MyStructEnsureStruct) IsSetI32Val

func (x *MyStructEnsureStruct) IsSetI32Val() bool

func (*MyStructEnsureStruct) IsSetI64Val

func (x *MyStructEnsureStruct) IsSetI64Val() bool

func (*MyStructEnsureStruct) IsSetLateStructVal

func (x *MyStructEnsureStruct) IsSetLateStructVal() bool

func (*MyStructEnsureStruct) IsSetListMap

func (x *MyStructEnsureStruct) IsSetListMap() bool

func (*MyStructEnsureStruct) IsSetMapMap

func (x *MyStructEnsureStruct) IsSetMapMap() bool

func (*MyStructEnsureStruct) IsSetOptBinaryVal

func (x *MyStructEnsureStruct) IsSetOptBinaryVal() bool

func (*MyStructEnsureStruct) IsSetOptBoolVal

func (x *MyStructEnsureStruct) IsSetOptBoolVal() bool

func (*MyStructEnsureStruct) IsSetOptByteVal

func (x *MyStructEnsureStruct) IsSetOptByteVal() bool

func (*MyStructEnsureStruct) IsSetOptDoubleVal

func (x *MyStructEnsureStruct) IsSetOptDoubleVal() bool

func (*MyStructEnsureStruct) IsSetOptEnumVal

func (x *MyStructEnsureStruct) IsSetOptEnumVal() bool

func (*MyStructEnsureStruct) IsSetOptFloatVal

func (x *MyStructEnsureStruct) IsSetOptFloatVal() bool

func (*MyStructEnsureStruct) IsSetOptI16Val

func (x *MyStructEnsureStruct) IsSetOptI16Val() bool

func (*MyStructEnsureStruct) IsSetOptI32Val

func (x *MyStructEnsureStruct) IsSetOptI32Val() bool

func (*MyStructEnsureStruct) IsSetOptI64Val

func (x *MyStructEnsureStruct) IsSetOptI64Val() bool

func (*MyStructEnsureStruct) IsSetOptLateStructVal

func (x *MyStructEnsureStruct) IsSetOptLateStructVal() bool

func (*MyStructEnsureStruct) IsSetOptListVal

func (x *MyStructEnsureStruct) IsSetOptListVal() bool

func (*MyStructEnsureStruct) IsSetOptMapVal

func (x *MyStructEnsureStruct) IsSetOptMapVal() bool

func (*MyStructEnsureStruct) IsSetOptSetVal

func (x *MyStructEnsureStruct) IsSetOptSetVal() bool

func (*MyStructEnsureStruct) IsSetOptStringVal

func (x *MyStructEnsureStruct) IsSetOptStringVal() bool

func (*MyStructEnsureStruct) IsSetOptStructVal

func (x *MyStructEnsureStruct) IsSetOptStructVal() bool

func (*MyStructEnsureStruct) IsSetStringVal

func (x *MyStructEnsureStruct) IsSetStringVal() bool

func (*MyStructEnsureStruct) IsSetStructVal

func (x *MyStructEnsureStruct) IsSetStructVal() bool

func (*MyStructEnsureStruct) IsSetUnionVal

func (x *MyStructEnsureStruct) IsSetUnionVal() bool

func (*MyStructEnsureStruct) Read

func (*MyStructEnsureStruct) SetBinaryVal

func (x *MyStructEnsureStruct) SetBinaryVal(value []byte) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetBoolVal

func (x *MyStructEnsureStruct) SetBoolVal(value bool) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetByteVal

func (x *MyStructEnsureStruct) SetByteVal(value byte) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetDoubleVal

func (x *MyStructEnsureStruct) SetDoubleVal(value float64) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetEnumVal

func (x *MyStructEnsureStruct) SetEnumVal(value MyEnum) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetFloatVal

func (x *MyStructEnsureStruct) SetFloatVal(value float32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetI16Val

func (x *MyStructEnsureStruct) SetI16Val(value int16) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetI32Val

func (x *MyStructEnsureStruct) SetI32Val(value int32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetI64Val

func (x *MyStructEnsureStruct) SetI64Val(value int64) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetLateStructVal

func (x *MyStructEnsureStruct) SetLateStructVal(value LateDefStruct) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetListMap

func (x *MyStructEnsureStruct) SetListMap(value []map[string]int32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetMapMap

func (x *MyStructEnsureStruct) SetMapMap(value map[string]map[string]int32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptBinaryVal

func (x *MyStructEnsureStruct) SetOptBinaryVal(value []byte) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptBoolVal

func (x *MyStructEnsureStruct) SetOptBoolVal(value bool) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptByteVal

func (x *MyStructEnsureStruct) SetOptByteVal(value byte) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptDoubleVal

func (x *MyStructEnsureStruct) SetOptDoubleVal(value float64) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptEnumVal

func (x *MyStructEnsureStruct) SetOptEnumVal(value MyEnum) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptFloatVal

func (x *MyStructEnsureStruct) SetOptFloatVal(value float32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptI16Val

func (x *MyStructEnsureStruct) SetOptI16Val(value int16) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptI32Val

func (x *MyStructEnsureStruct) SetOptI32Val(value int32) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptI64Val

func (x *MyStructEnsureStruct) SetOptI64Val(value int64) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptLateStructVal

func (x *MyStructEnsureStruct) SetOptLateStructVal(value LateDefStruct) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptListVal

func (x *MyStructEnsureStruct) SetOptListVal(value []int16) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptMapVal

func (x *MyStructEnsureStruct) SetOptMapVal(value map[string]string) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptSetVal

func (x *MyStructEnsureStruct) SetOptSetVal(value []string) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptStringVal

func (x *MyStructEnsureStruct) SetOptStringVal(value string) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetOptStructVal

func (x *MyStructEnsureStruct) SetOptStructVal(value MyData) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetStringVal

func (x *MyStructEnsureStruct) SetStringVal(value string) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetStructVal

func (x *MyStructEnsureStruct) SetStructVal(value MyData) *MyStructEnsureStruct

func (*MyStructEnsureStruct) SetUnionVal

func (x *MyStructEnsureStruct) SetUnionVal(value MyUnion) *MyStructEnsureStruct

func (*MyStructEnsureStruct) Write

type MyStructEnsureStructBuilder deprecated

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

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

func NewMyStructEnsureStructBuilder

func NewMyStructEnsureStructBuilder() *MyStructEnsureStructBuilder

func (*MyStructEnsureStructBuilder) BinaryVal

func (*MyStructEnsureStructBuilder) BoolVal

func (*MyStructEnsureStructBuilder) ByteVal

func (*MyStructEnsureStructBuilder) DoubleVal

func (*MyStructEnsureStructBuilder) Emit

func (*MyStructEnsureStructBuilder) EnumVal

func (*MyStructEnsureStructBuilder) FloatVal

func (*MyStructEnsureStructBuilder) I16Val

func (*MyStructEnsureStructBuilder) I32Val

func (*MyStructEnsureStructBuilder) I64Val

func (*MyStructEnsureStructBuilder) LateStructVal

func (*MyStructEnsureStructBuilder) ListMap

func (*MyStructEnsureStructBuilder) MapMap

func (*MyStructEnsureStructBuilder) OptBinaryVal

func (*MyStructEnsureStructBuilder) OptBoolVal

func (*MyStructEnsureStructBuilder) OptByteVal

func (*MyStructEnsureStructBuilder) OptDoubleVal

func (*MyStructEnsureStructBuilder) OptEnumVal

func (*MyStructEnsureStructBuilder) OptFloatVal

func (*MyStructEnsureStructBuilder) OptI16Val

func (*MyStructEnsureStructBuilder) OptI32Val

func (*MyStructEnsureStructBuilder) OptI64Val

func (*MyStructEnsureStructBuilder) OptLateStructVal

func (*MyStructEnsureStructBuilder) OptListVal

func (*MyStructEnsureStructBuilder) OptMapVal

func (*MyStructEnsureStructBuilder) OptSetVal

func (*MyStructEnsureStructBuilder) OptStringVal

func (*MyStructEnsureStructBuilder) OptStructVal

func (*MyStructEnsureStructBuilder) StringVal

func (*MyStructEnsureStructBuilder) StructVal

func (*MyStructEnsureStructBuilder) UnionVal

type MyStructField10Patch

type MyStructField10Patch struct {
	Assign *MyEnum `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear  bool    `thrift:"clear,2" json:"clear" db:"clear"`
}

func NewMyStructField10Patch

func NewMyStructField10Patch() *MyStructField10Patch

func (*MyStructField10Patch) GetAssign

func (x *MyStructField10Patch) GetAssign() *MyEnum

func (*MyStructField10Patch) GetClear

func (x *MyStructField10Patch) GetClear() bool

func (*MyStructField10Patch) IsSetAssign

func (x *MyStructField10Patch) IsSetAssign() bool

func (*MyStructField10Patch) Read

func (*MyStructField10Patch) SetAssign

func (x *MyStructField10Patch) SetAssign(value MyEnum) *MyStructField10Patch

func (*MyStructField10Patch) SetClear

func (x *MyStructField10Patch) SetClear(value bool) *MyStructField10Patch

func (*MyStructField10Patch) Write

type MyStructField10PatchBuilder deprecated

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

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

func NewMyStructField10PatchBuilder

func NewMyStructField10PatchBuilder() *MyStructField10PatchBuilder

func (*MyStructField10PatchBuilder) Assign

func (*MyStructField10PatchBuilder) Clear

func (*MyStructField10PatchBuilder) Emit

type MyStructField23Patch

type MyStructField23Patch struct {
	Assign *MyEnum `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear  bool    `thrift:"clear,2" json:"clear" db:"clear"`
}

func NewMyStructField23Patch

func NewMyStructField23Patch() *MyStructField23Patch

func (*MyStructField23Patch) GetAssign

func (x *MyStructField23Patch) GetAssign() *MyEnum

func (*MyStructField23Patch) GetClear

func (x *MyStructField23Patch) GetClear() bool

func (*MyStructField23Patch) IsSetAssign

func (x *MyStructField23Patch) IsSetAssign() bool

func (*MyStructField23Patch) Read

func (*MyStructField23Patch) SetAssign

func (x *MyStructField23Patch) SetAssign(value MyEnum) *MyStructField23Patch

func (*MyStructField23Patch) SetClear

func (x *MyStructField23Patch) SetClear(value bool) *MyStructField23Patch

func (*MyStructField23Patch) Write

type MyStructField23PatchBuilder deprecated

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

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

func NewMyStructField23PatchBuilder

func NewMyStructField23PatchBuilder() *MyStructField23PatchBuilder

func (*MyStructField23PatchBuilder) Assign

func (*MyStructField23PatchBuilder) Clear

func (*MyStructField23PatchBuilder) Emit

type MyStructField26Patch

type MyStructField26Patch struct {
	Assign  []int16                   `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear   bool                      `thrift:"clear,2" json:"clear" db:"clear"`
	Patch   map[int32]*patch.I16Patch `thrift:"patch,3" json:"patch" db:"patch"`
	Remove  []int16                   `thrift:"remove,7" json:"remove" db:"remove"`
	Prepend []int16                   `thrift:"prepend,8" json:"prepend" db:"prepend"`
	Append  []int16                   `thrift:"append,9" json:"append" db:"append"`
}

func NewMyStructField26Patch

func NewMyStructField26Patch() *MyStructField26Patch

func (*MyStructField26Patch) GetAppend

func (x *MyStructField26Patch) GetAppend() []int16

func (*MyStructField26Patch) GetAssign

func (x *MyStructField26Patch) GetAssign() []int16

func (*MyStructField26Patch) GetClear

func (x *MyStructField26Patch) GetClear() bool

func (*MyStructField26Patch) GetPatch

func (x *MyStructField26Patch) GetPatch() map[int32]*patch.I16Patch

func (*MyStructField26Patch) GetPrepend

func (x *MyStructField26Patch) GetPrepend() []int16

func (*MyStructField26Patch) GetRemove

func (x *MyStructField26Patch) GetRemove() []int16

func (*MyStructField26Patch) IsSetAppend

func (x *MyStructField26Patch) IsSetAppend() bool

func (*MyStructField26Patch) IsSetAssign

func (x *MyStructField26Patch) IsSetAssign() bool

func (*MyStructField26Patch) IsSetPatch

func (x *MyStructField26Patch) IsSetPatch() bool

func (*MyStructField26Patch) IsSetPrepend

func (x *MyStructField26Patch) IsSetPrepend() bool

func (*MyStructField26Patch) IsSetRemove

func (x *MyStructField26Patch) IsSetRemove() bool

func (*MyStructField26Patch) Read

func (*MyStructField26Patch) SetAppend

func (x *MyStructField26Patch) SetAppend(value []int16) *MyStructField26Patch

func (*MyStructField26Patch) SetAssign

func (x *MyStructField26Patch) SetAssign(value []int16) *MyStructField26Patch

func (*MyStructField26Patch) SetClear

func (x *MyStructField26Patch) SetClear(value bool) *MyStructField26Patch

func (*MyStructField26Patch) SetPatch

func (*MyStructField26Patch) SetPrepend

func (x *MyStructField26Patch) SetPrepend(value []int16) *MyStructField26Patch

func (*MyStructField26Patch) SetRemove

func (x *MyStructField26Patch) SetRemove(value []int16) *MyStructField26Patch

func (*MyStructField26Patch) Write

type MyStructField26PatchBuilder deprecated

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

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

func NewMyStructField26PatchBuilder

func NewMyStructField26PatchBuilder() *MyStructField26PatchBuilder

func (*MyStructField26PatchBuilder) Append

func (*MyStructField26PatchBuilder) Assign

func (*MyStructField26PatchBuilder) Clear

func (*MyStructField26PatchBuilder) Emit

func (*MyStructField26PatchBuilder) Patch

func (*MyStructField26PatchBuilder) Prepend

func (*MyStructField26PatchBuilder) Remove

type MyStructField27Patch

type MyStructField27Patch struct {
	Assign []string `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear  bool     `thrift:"clear,2" json:"clear" db:"clear"`
	Remove []string `thrift:"remove,7" json:"remove" db:"remove"`
	Add    []string `thrift:"add,8" json:"add" db:"add"`
}

func NewMyStructField27Patch

func NewMyStructField27Patch() *MyStructField27Patch

func (*MyStructField27Patch) GetAdd

func (x *MyStructField27Patch) GetAdd() []string

func (*MyStructField27Patch) GetAssign

func (x *MyStructField27Patch) GetAssign() []string

func (*MyStructField27Patch) GetClear

func (x *MyStructField27Patch) GetClear() bool

func (*MyStructField27Patch) GetRemove

func (x *MyStructField27Patch) GetRemove() []string

func (*MyStructField27Patch) IsSetAdd

func (x *MyStructField27Patch) IsSetAdd() bool

func (*MyStructField27Patch) IsSetAssign

func (x *MyStructField27Patch) IsSetAssign() bool

func (*MyStructField27Patch) IsSetRemove

func (x *MyStructField27Patch) IsSetRemove() bool

func (*MyStructField27Patch) Read

func (*MyStructField27Patch) SetAdd

func (x *MyStructField27Patch) SetAdd(value []string) *MyStructField27Patch

func (*MyStructField27Patch) SetAssign

func (x *MyStructField27Patch) SetAssign(value []string) *MyStructField27Patch

func (*MyStructField27Patch) SetClear

func (x *MyStructField27Patch) SetClear(value bool) *MyStructField27Patch

func (*MyStructField27Patch) SetRemove

func (x *MyStructField27Patch) SetRemove(value []string) *MyStructField27Patch

func (*MyStructField27Patch) Write

type MyStructField27PatchBuilder deprecated

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

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

func NewMyStructField27PatchBuilder

func NewMyStructField27PatchBuilder() *MyStructField27PatchBuilder

func (*MyStructField27PatchBuilder) Add

func (*MyStructField27PatchBuilder) Assign

func (*MyStructField27PatchBuilder) Clear

func (*MyStructField27PatchBuilder) Emit

func (*MyStructField27PatchBuilder) Remove

type MyStructField28Patch

type MyStructField28Patch struct {
	Assign     map[string]string             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                          `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior map[string]*patch.StringPatch `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Add        map[string]string             `thrift:"add,5" json:"add" db:"add"`
	Patch      map[string]*patch.StringPatch `thrift:"patch,6" json:"patch" db:"patch"`
	Remove     []string                      `thrift:"remove,7" json:"remove" db:"remove"`
	Put        map[string]string             `thrift:"put,9" json:"put" db:"put"`
}

func NewMyStructField28Patch

func NewMyStructField28Patch() *MyStructField28Patch

func (*MyStructField28Patch) GetAdd

func (x *MyStructField28Patch) GetAdd() map[string]string

func (*MyStructField28Patch) GetAssign

func (x *MyStructField28Patch) GetAssign() map[string]string

func (*MyStructField28Patch) GetClear

func (x *MyStructField28Patch) GetClear() bool

func (*MyStructField28Patch) GetPatch

func (x *MyStructField28Patch) GetPatch() map[string]*patch.StringPatch

func (*MyStructField28Patch) GetPatchPrior

func (x *MyStructField28Patch) GetPatchPrior() map[string]*patch.StringPatch

func (*MyStructField28Patch) GetPut

func (x *MyStructField28Patch) GetPut() map[string]string

func (*MyStructField28Patch) GetRemove

func (x *MyStructField28Patch) GetRemove() []string

func (*MyStructField28Patch) IsSetAdd

func (x *MyStructField28Patch) IsSetAdd() bool

func (*MyStructField28Patch) IsSetAssign

func (x *MyStructField28Patch) IsSetAssign() bool

func (*MyStructField28Patch) IsSetPatch

func (x *MyStructField28Patch) IsSetPatch() bool

func (*MyStructField28Patch) IsSetPatchPrior

func (x *MyStructField28Patch) IsSetPatchPrior() bool

func (*MyStructField28Patch) IsSetPut

func (x *MyStructField28Patch) IsSetPut() bool

func (*MyStructField28Patch) IsSetRemove

func (x *MyStructField28Patch) IsSetRemove() bool

func (*MyStructField28Patch) Read

func (*MyStructField28Patch) SetAdd

func (*MyStructField28Patch) SetAssign

func (x *MyStructField28Patch) SetAssign(value map[string]string) *MyStructField28Patch

func (*MyStructField28Patch) SetClear

func (x *MyStructField28Patch) SetClear(value bool) *MyStructField28Patch

func (*MyStructField28Patch) SetPatch

func (*MyStructField28Patch) SetPatchPrior

func (x *MyStructField28Patch) SetPatchPrior(value map[string]*patch.StringPatch) *MyStructField28Patch

func (*MyStructField28Patch) SetPut

func (*MyStructField28Patch) SetRemove

func (x *MyStructField28Patch) SetRemove(value []string) *MyStructField28Patch

func (*MyStructField28Patch) Write

type MyStructField28PatchBuilder deprecated

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

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

func NewMyStructField28PatchBuilder

func NewMyStructField28PatchBuilder() *MyStructField28PatchBuilder

func (*MyStructField28PatchBuilder) Add

func (*MyStructField28PatchBuilder) Assign

func (*MyStructField28PatchBuilder) Clear

func (*MyStructField28PatchBuilder) Emit

func (*MyStructField28PatchBuilder) Patch

func (*MyStructField28PatchBuilder) PatchPrior

func (*MyStructField28PatchBuilder) Put

func (*MyStructField28PatchBuilder) Remove

type MyStructField29Patch

type MyStructField29Patch struct {
	Assign  []map[string]int32               `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear   bool                             `thrift:"clear,2" json:"clear" db:"clear"`
	Patch   map[int32]*MyStructField29Patch1 `thrift:"patch,3" json:"patch" db:"patch"`
	Remove  []map[string]int32               `thrift:"remove,7" json:"remove" db:"remove"`
	Prepend []map[string]int32               `thrift:"prepend,8" json:"prepend" db:"prepend"`
	Append  []map[string]int32               `thrift:"append,9" json:"append" db:"append"`
}

func NewMyStructField29Patch

func NewMyStructField29Patch() *MyStructField29Patch

func (*MyStructField29Patch) GetAppend

func (x *MyStructField29Patch) GetAppend() []map[string]int32

func (*MyStructField29Patch) GetAssign

func (x *MyStructField29Patch) GetAssign() []map[string]int32

func (*MyStructField29Patch) GetClear

func (x *MyStructField29Patch) GetClear() bool

func (*MyStructField29Patch) GetPatch

func (*MyStructField29Patch) GetPrepend

func (x *MyStructField29Patch) GetPrepend() []map[string]int32

func (*MyStructField29Patch) GetRemove

func (x *MyStructField29Patch) GetRemove() []map[string]int32

func (*MyStructField29Patch) IsSetAppend

func (x *MyStructField29Patch) IsSetAppend() bool

func (*MyStructField29Patch) IsSetAssign

func (x *MyStructField29Patch) IsSetAssign() bool

func (*MyStructField29Patch) IsSetPatch

func (x *MyStructField29Patch) IsSetPatch() bool

func (*MyStructField29Patch) IsSetPrepend

func (x *MyStructField29Patch) IsSetPrepend() bool

func (*MyStructField29Patch) IsSetRemove

func (x *MyStructField29Patch) IsSetRemove() bool

func (*MyStructField29Patch) Read

func (*MyStructField29Patch) SetAppend

func (x *MyStructField29Patch) SetAppend(value []map[string]int32) *MyStructField29Patch

func (*MyStructField29Patch) SetAssign

func (x *MyStructField29Patch) SetAssign(value []map[string]int32) *MyStructField29Patch

func (*MyStructField29Patch) SetClear

func (x *MyStructField29Patch) SetClear(value bool) *MyStructField29Patch

func (*MyStructField29Patch) SetPatch

func (*MyStructField29Patch) SetPrepend

func (x *MyStructField29Patch) SetPrepend(value []map[string]int32) *MyStructField29Patch

func (*MyStructField29Patch) SetRemove

func (x *MyStructField29Patch) SetRemove(value []map[string]int32) *MyStructField29Patch

func (*MyStructField29Patch) Write

type MyStructField29Patch1

type MyStructField29Patch1 struct {
	Assign     map[string]int32           `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                       `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior map[string]*patch.I32Patch `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Add        map[string]int32           `thrift:"add,5" json:"add" db:"add"`
	Patch      map[string]*patch.I32Patch `thrift:"patch,6" json:"patch" db:"patch"`
	Remove     []string                   `thrift:"remove,7" json:"remove" db:"remove"`
	Put        map[string]int32           `thrift:"put,9" json:"put" db:"put"`
}

func NewMyStructField29Patch1

func NewMyStructField29Patch1() *MyStructField29Patch1

func (*MyStructField29Patch1) GetAdd

func (x *MyStructField29Patch1) GetAdd() map[string]int32

func (*MyStructField29Patch1) GetAssign

func (x *MyStructField29Patch1) GetAssign() map[string]int32

func (*MyStructField29Patch1) GetClear

func (x *MyStructField29Patch1) GetClear() bool

func (*MyStructField29Patch1) GetPatch

func (x *MyStructField29Patch1) GetPatch() map[string]*patch.I32Patch

func (*MyStructField29Patch1) GetPatchPrior

func (x *MyStructField29Patch1) GetPatchPrior() map[string]*patch.I32Patch

func (*MyStructField29Patch1) GetPut

func (x *MyStructField29Patch1) GetPut() map[string]int32

func (*MyStructField29Patch1) GetRemove

func (x *MyStructField29Patch1) GetRemove() []string

func (*MyStructField29Patch1) IsSetAdd

func (x *MyStructField29Patch1) IsSetAdd() bool

func (*MyStructField29Patch1) IsSetAssign

func (x *MyStructField29Patch1) IsSetAssign() bool

func (*MyStructField29Patch1) IsSetPatch

func (x *MyStructField29Patch1) IsSetPatch() bool

func (*MyStructField29Patch1) IsSetPatchPrior

func (x *MyStructField29Patch1) IsSetPatchPrior() bool

func (*MyStructField29Patch1) IsSetPut

func (x *MyStructField29Patch1) IsSetPut() bool

func (*MyStructField29Patch1) IsSetRemove

func (x *MyStructField29Patch1) IsSetRemove() bool

func (*MyStructField29Patch1) Read

func (*MyStructField29Patch1) SetAdd

func (*MyStructField29Patch1) SetAssign

func (x *MyStructField29Patch1) SetAssign(value map[string]int32) *MyStructField29Patch1

func (*MyStructField29Patch1) SetClear

func (x *MyStructField29Patch1) SetClear(value bool) *MyStructField29Patch1

func (*MyStructField29Patch1) SetPatch

func (*MyStructField29Patch1) SetPatchPrior

func (x *MyStructField29Patch1) SetPatchPrior(value map[string]*patch.I32Patch) *MyStructField29Patch1

func (*MyStructField29Patch1) SetPut

func (*MyStructField29Patch1) SetRemove

func (x *MyStructField29Patch1) SetRemove(value []string) *MyStructField29Patch1

func (*MyStructField29Patch1) Write

type MyStructField29Patch1Builder deprecated

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

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

func NewMyStructField29Patch1Builder

func NewMyStructField29Patch1Builder() *MyStructField29Patch1Builder

func (*MyStructField29Patch1Builder) Add

func (*MyStructField29Patch1Builder) Assign

func (*MyStructField29Patch1Builder) Clear

func (*MyStructField29Patch1Builder) Emit

func (*MyStructField29Patch1Builder) Patch

func (*MyStructField29Patch1Builder) PatchPrior

func (*MyStructField29Patch1Builder) Put

func (*MyStructField29Patch1Builder) Remove

type MyStructField29PatchBuilder deprecated

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

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

func NewMyStructField29PatchBuilder

func NewMyStructField29PatchBuilder() *MyStructField29PatchBuilder

func (*MyStructField29PatchBuilder) Append

func (*MyStructField29PatchBuilder) Assign

func (*MyStructField29PatchBuilder) Clear

func (*MyStructField29PatchBuilder) Emit

func (*MyStructField29PatchBuilder) Patch

func (*MyStructField29PatchBuilder) Prepend

func (*MyStructField29PatchBuilder) Remove

type MyStructField30Patch

type MyStructField30Patch struct {
	Assign     map[string]map[string]int32       `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                              `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior map[string]*MyStructField30Patch1 `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Add        map[string]map[string]int32       `thrift:"add,5" json:"add" db:"add"`
	Patch      map[string]*MyStructField30Patch1 `thrift:"patch,6" json:"patch" db:"patch"`
	Remove     []string                          `thrift:"remove,7" json:"remove" db:"remove"`
	Put        map[string]map[string]int32       `thrift:"put,9" json:"put" db:"put"`
}

func NewMyStructField30Patch

func NewMyStructField30Patch() *MyStructField30Patch

func (*MyStructField30Patch) GetAdd

func (x *MyStructField30Patch) GetAdd() map[string]map[string]int32

func (*MyStructField30Patch) GetAssign

func (x *MyStructField30Patch) GetAssign() map[string]map[string]int32

func (*MyStructField30Patch) GetClear

func (x *MyStructField30Patch) GetClear() bool

func (*MyStructField30Patch) GetPatch

func (*MyStructField30Patch) GetPatchPrior

func (x *MyStructField30Patch) GetPatchPrior() map[string]*MyStructField30Patch1

func (*MyStructField30Patch) GetPut

func (x *MyStructField30Patch) GetPut() map[string]map[string]int32

func (*MyStructField30Patch) GetRemove

func (x *MyStructField30Patch) GetRemove() []string

func (*MyStructField30Patch) IsSetAdd

func (x *MyStructField30Patch) IsSetAdd() bool

func (*MyStructField30Patch) IsSetAssign

func (x *MyStructField30Patch) IsSetAssign() bool

func (*MyStructField30Patch) IsSetPatch

func (x *MyStructField30Patch) IsSetPatch() bool

func (*MyStructField30Patch) IsSetPatchPrior

func (x *MyStructField30Patch) IsSetPatchPrior() bool

func (*MyStructField30Patch) IsSetPut

func (x *MyStructField30Patch) IsSetPut() bool

func (*MyStructField30Patch) IsSetRemove

func (x *MyStructField30Patch) IsSetRemove() bool

func (*MyStructField30Patch) Read

func (*MyStructField30Patch) SetAdd

func (x *MyStructField30Patch) SetAdd(value map[string]map[string]int32) *MyStructField30Patch

func (*MyStructField30Patch) SetAssign

func (x *MyStructField30Patch) SetAssign(value map[string]map[string]int32) *MyStructField30Patch

func (*MyStructField30Patch) SetClear

func (x *MyStructField30Patch) SetClear(value bool) *MyStructField30Patch

func (*MyStructField30Patch) SetPatch

func (*MyStructField30Patch) SetPatchPrior

func (*MyStructField30Patch) SetPut

func (x *MyStructField30Patch) SetPut(value map[string]map[string]int32) *MyStructField30Patch

func (*MyStructField30Patch) SetRemove

func (x *MyStructField30Patch) SetRemove(value []string) *MyStructField30Patch

func (*MyStructField30Patch) Write

type MyStructField30Patch1

type MyStructField30Patch1 struct {
	Assign     map[string]int32           `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                       `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior map[string]*patch.I32Patch `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Add        map[string]int32           `thrift:"add,5" json:"add" db:"add"`
	Patch      map[string]*patch.I32Patch `thrift:"patch,6" json:"patch" db:"patch"`
	Remove     []string                   `thrift:"remove,7" json:"remove" db:"remove"`
	Put        map[string]int32           `thrift:"put,9" json:"put" db:"put"`
}

func NewMyStructField30Patch1

func NewMyStructField30Patch1() *MyStructField30Patch1

func (*MyStructField30Patch1) GetAdd

func (x *MyStructField30Patch1) GetAdd() map[string]int32

func (*MyStructField30Patch1) GetAssign

func (x *MyStructField30Patch1) GetAssign() map[string]int32

func (*MyStructField30Patch1) GetClear

func (x *MyStructField30Patch1) GetClear() bool

func (*MyStructField30Patch1) GetPatch

func (x *MyStructField30Patch1) GetPatch() map[string]*patch.I32Patch

func (*MyStructField30Patch1) GetPatchPrior

func (x *MyStructField30Patch1) GetPatchPrior() map[string]*patch.I32Patch

func (*MyStructField30Patch1) GetPut

func (x *MyStructField30Patch1) GetPut() map[string]int32

func (*MyStructField30Patch1) GetRemove

func (x *MyStructField30Patch1) GetRemove() []string

func (*MyStructField30Patch1) IsSetAdd

func (x *MyStructField30Patch1) IsSetAdd() bool

func (*MyStructField30Patch1) IsSetAssign

func (x *MyStructField30Patch1) IsSetAssign() bool

func (*MyStructField30Patch1) IsSetPatch

func (x *MyStructField30Patch1) IsSetPatch() bool

func (*MyStructField30Patch1) IsSetPatchPrior

func (x *MyStructField30Patch1) IsSetPatchPrior() bool

func (*MyStructField30Patch1) IsSetPut

func (x *MyStructField30Patch1) IsSetPut() bool

func (*MyStructField30Patch1) IsSetRemove

func (x *MyStructField30Patch1) IsSetRemove() bool

func (*MyStructField30Patch1) Read

func (*MyStructField30Patch1) SetAdd

func (*MyStructField30Patch1) SetAssign

func (x *MyStructField30Patch1) SetAssign(value map[string]int32) *MyStructField30Patch1

func (*MyStructField30Patch1) SetClear

func (x *MyStructField30Patch1) SetClear(value bool) *MyStructField30Patch1

func (*MyStructField30Patch1) SetPatch

func (*MyStructField30Patch1) SetPatchPrior

func (x *MyStructField30Patch1) SetPatchPrior(value map[string]*patch.I32Patch) *MyStructField30Patch1

func (*MyStructField30Patch1) SetPut

func (*MyStructField30Patch1) SetRemove

func (x *MyStructField30Patch1) SetRemove(value []string) *MyStructField30Patch1

func (*MyStructField30Patch1) Write

type MyStructField30Patch1Builder deprecated

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

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

func NewMyStructField30Patch1Builder

func NewMyStructField30Patch1Builder() *MyStructField30Patch1Builder

func (*MyStructField30Patch1Builder) Add

func (*MyStructField30Patch1Builder) Assign

func (*MyStructField30Patch1Builder) Clear

func (*MyStructField30Patch1Builder) Emit

func (*MyStructField30Patch1Builder) Patch

func (*MyStructField30Patch1Builder) PatchPrior

func (*MyStructField30Patch1Builder) Put

func (*MyStructField30Patch1Builder) Remove

type MyStructField30PatchBuilder deprecated

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

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

func NewMyStructField30PatchBuilder

func NewMyStructField30PatchBuilder() *MyStructField30PatchBuilder

func (*MyStructField30PatchBuilder) Add

func (*MyStructField30PatchBuilder) Assign

func (*MyStructField30PatchBuilder) Clear

func (*MyStructField30PatchBuilder) Emit

func (*MyStructField30PatchBuilder) Patch

func (*MyStructField30PatchBuilder) PatchPrior

func (*MyStructField30PatchBuilder) Put

func (*MyStructField30PatchBuilder) Remove

type MyStructFieldPatch

type MyStructFieldPatch struct {
	MapMap           *MyStructField30Patch `thrift:"mapMap,-30" json:"mapMap" db:"mapMap"`
	ListMap          *MyStructField29Patch `thrift:"listMap,-29" json:"listMap" db:"listMap"`
	OptMapVal        *MyStructField28Patch `thrift:"optMapVal,-28" json:"optMapVal" db:"optMapVal"`
	OptSetVal        *MyStructField27Patch `thrift:"optSetVal,-27" json:"optSetVal" db:"optSetVal"`
	OptListVal       *MyStructField26Patch `thrift:"optListVal,-26" json:"optListVal" db:"optListVal"`
	OptLateStructVal *LateDefStructPatch   `thrift:"optLateStructVal,-25" json:"optLateStructVal" db:"optLateStructVal"`
	OptStructVal     *MyDataPatch          `thrift:"optStructVal,-24" json:"optStructVal" db:"optStructVal"`
	OptEnumVal       *MyStructField23Patch `thrift:"optEnumVal,-23" json:"optEnumVal" db:"optEnumVal"`
	OptBinaryVal     *patch.BinaryPatch    `thrift:"optBinaryVal,-22" json:"optBinaryVal" db:"optBinaryVal"`
	OptStringVal     *patch.StringPatch    `thrift:"optStringVal,-21" json:"optStringVal" db:"optStringVal"`
	OptDoubleVal     *patch.DoublePatch    `thrift:"optDoubleVal,-20" json:"optDoubleVal" db:"optDoubleVal"`
	OptFloatVal      *patch.FloatPatch     `thrift:"optFloatVal,-19" json:"optFloatVal" db:"optFloatVal"`
	OptI64Val        *patch.I64Patch       `thrift:"optI64Val,-18" json:"optI64Val" db:"optI64Val"`
	OptI32Val        *patch.I32Patch       `thrift:"optI32Val,-17" json:"optI32Val" db:"optI32Val"`
	OptI16Val        *patch.I16Patch       `thrift:"optI16Val,-16" json:"optI16Val" db:"optI16Val"`
	OptByteVal       *patch.BytePatch      `thrift:"optByteVal,-15" json:"optByteVal" db:"optByteVal"`
	OptBoolVal       *patch.BoolPatch      `thrift:"optBoolVal,-14" json:"optBoolVal" db:"optBoolVal"`
	LateStructVal    *LateDefStructPatch   `thrift:"lateStructVal,-13" json:"lateStructVal" db:"lateStructVal"`
	UnionVal         *MyUnionPatch         `thrift:"unionVal,-12" json:"unionVal" db:"unionVal"`
	StructVal        *MyDataPatch          `thrift:"structVal,-11" json:"structVal" db:"structVal"`
	EnumVal          *MyStructField10Patch `thrift:"enumVal,-10" json:"enumVal" db:"enumVal"`
	BinaryVal        *patch.BinaryPatch    `thrift:"binaryVal,-9" json:"binaryVal" db:"binaryVal"`
	StringVal        *patch.StringPatch    `thrift:"stringVal,-8" json:"stringVal" db:"stringVal"`
	DoubleVal        *patch.DoublePatch    `thrift:"doubleVal,-7" json:"doubleVal" db:"doubleVal"`
	FloatVal         *patch.FloatPatch     `thrift:"floatVal,-6" json:"floatVal" db:"floatVal"`
	I64Val           *patch.I64Patch       `thrift:"i64Val,-5" json:"i64Val" db:"i64Val"`
	I32Val           *patch.I32Patch       `thrift:"i32Val,-4" json:"i32Val" db:"i32Val"`
	I16Val           *patch.I16Patch       `thrift:"i16Val,-3" json:"i16Val" db:"i16Val"`
	ByteVal          *patch.BytePatch      `thrift:"byteVal,-2" json:"byteVal" db:"byteVal"`
	BoolVal          *patch.BoolPatch      `thrift:"boolVal,-1" json:"boolVal" db:"boolVal"`
}

func NewMyStructFieldPatch

func NewMyStructFieldPatch() *MyStructFieldPatch

func (*MyStructFieldPatch) GetBinaryVal

func (x *MyStructFieldPatch) GetBinaryVal() *patch.BinaryPatch

func (*MyStructFieldPatch) GetBoolVal

func (x *MyStructFieldPatch) GetBoolVal() *patch.BoolPatch

func (*MyStructFieldPatch) GetByteVal

func (x *MyStructFieldPatch) GetByteVal() *patch.BytePatch

func (*MyStructFieldPatch) GetDoubleVal

func (x *MyStructFieldPatch) GetDoubleVal() *patch.DoublePatch

func (*MyStructFieldPatch) GetEnumVal

func (x *MyStructFieldPatch) GetEnumVal() *MyStructField10Patch

func (*MyStructFieldPatch) GetFloatVal

func (x *MyStructFieldPatch) GetFloatVal() *patch.FloatPatch

func (*MyStructFieldPatch) GetI16Val

func (x *MyStructFieldPatch) GetI16Val() *patch.I16Patch

func (*MyStructFieldPatch) GetI32Val

func (x *MyStructFieldPatch) GetI32Val() *patch.I32Patch

func (*MyStructFieldPatch) GetI64Val

func (x *MyStructFieldPatch) GetI64Val() *patch.I64Patch

func (*MyStructFieldPatch) GetLateStructVal

func (x *MyStructFieldPatch) GetLateStructVal() *LateDefStructPatch

func (*MyStructFieldPatch) GetListMap

func (x *MyStructFieldPatch) GetListMap() *MyStructField29Patch

func (*MyStructFieldPatch) GetMapMap

func (x *MyStructFieldPatch) GetMapMap() *MyStructField30Patch

func (*MyStructFieldPatch) GetOptBinaryVal

func (x *MyStructFieldPatch) GetOptBinaryVal() *patch.BinaryPatch

func (*MyStructFieldPatch) GetOptBoolVal

func (x *MyStructFieldPatch) GetOptBoolVal() *patch.BoolPatch

func (*MyStructFieldPatch) GetOptByteVal

func (x *MyStructFieldPatch) GetOptByteVal() *patch.BytePatch

func (*MyStructFieldPatch) GetOptDoubleVal

func (x *MyStructFieldPatch) GetOptDoubleVal() *patch.DoublePatch

func (*MyStructFieldPatch) GetOptEnumVal

func (x *MyStructFieldPatch) GetOptEnumVal() *MyStructField23Patch

func (*MyStructFieldPatch) GetOptFloatVal

func (x *MyStructFieldPatch) GetOptFloatVal() *patch.FloatPatch

func (*MyStructFieldPatch) GetOptI16Val

func (x *MyStructFieldPatch) GetOptI16Val() *patch.I16Patch

func (*MyStructFieldPatch) GetOptI32Val

func (x *MyStructFieldPatch) GetOptI32Val() *patch.I32Patch

func (*MyStructFieldPatch) GetOptI64Val

func (x *MyStructFieldPatch) GetOptI64Val() *patch.I64Patch

func (*MyStructFieldPatch) GetOptLateStructVal

func (x *MyStructFieldPatch) GetOptLateStructVal() *LateDefStructPatch

func (*MyStructFieldPatch) GetOptListVal

func (x *MyStructFieldPatch) GetOptListVal() *MyStructField26Patch

func (*MyStructFieldPatch) GetOptMapVal

func (x *MyStructFieldPatch) GetOptMapVal() *MyStructField28Patch

func (*MyStructFieldPatch) GetOptSetVal

func (x *MyStructFieldPatch) GetOptSetVal() *MyStructField27Patch

func (*MyStructFieldPatch) GetOptStringVal

func (x *MyStructFieldPatch) GetOptStringVal() *patch.StringPatch

func (*MyStructFieldPatch) GetOptStructVal

func (x *MyStructFieldPatch) GetOptStructVal() *MyDataPatch

func (*MyStructFieldPatch) GetStringVal

func (x *MyStructFieldPatch) GetStringVal() *patch.StringPatch

func (*MyStructFieldPatch) GetStructVal

func (x *MyStructFieldPatch) GetStructVal() *MyDataPatch

func (*MyStructFieldPatch) GetUnionVal

func (x *MyStructFieldPatch) GetUnionVal() *MyUnionPatch

func (*MyStructFieldPatch) IsSetBinaryVal

func (x *MyStructFieldPatch) IsSetBinaryVal() bool

func (*MyStructFieldPatch) IsSetBoolVal

func (x *MyStructFieldPatch) IsSetBoolVal() bool

func (*MyStructFieldPatch) IsSetByteVal

func (x *MyStructFieldPatch) IsSetByteVal() bool

func (*MyStructFieldPatch) IsSetDoubleVal

func (x *MyStructFieldPatch) IsSetDoubleVal() bool

func (*MyStructFieldPatch) IsSetEnumVal

func (x *MyStructFieldPatch) IsSetEnumVal() bool

func (*MyStructFieldPatch) IsSetFloatVal

func (x *MyStructFieldPatch) IsSetFloatVal() bool

func (*MyStructFieldPatch) IsSetI16Val

func (x *MyStructFieldPatch) IsSetI16Val() bool

func (*MyStructFieldPatch) IsSetI32Val

func (x *MyStructFieldPatch) IsSetI32Val() bool

func (*MyStructFieldPatch) IsSetI64Val

func (x *MyStructFieldPatch) IsSetI64Val() bool

func (*MyStructFieldPatch) IsSetLateStructVal

func (x *MyStructFieldPatch) IsSetLateStructVal() bool

func (*MyStructFieldPatch) IsSetListMap

func (x *MyStructFieldPatch) IsSetListMap() bool

func (*MyStructFieldPatch) IsSetMapMap

func (x *MyStructFieldPatch) IsSetMapMap() bool

func (*MyStructFieldPatch) IsSetOptBinaryVal

func (x *MyStructFieldPatch) IsSetOptBinaryVal() bool

func (*MyStructFieldPatch) IsSetOptBoolVal

func (x *MyStructFieldPatch) IsSetOptBoolVal() bool

func (*MyStructFieldPatch) IsSetOptByteVal

func (x *MyStructFieldPatch) IsSetOptByteVal() bool

func (*MyStructFieldPatch) IsSetOptDoubleVal

func (x *MyStructFieldPatch) IsSetOptDoubleVal() bool

func (*MyStructFieldPatch) IsSetOptEnumVal

func (x *MyStructFieldPatch) IsSetOptEnumVal() bool

func (*MyStructFieldPatch) IsSetOptFloatVal

func (x *MyStructFieldPatch) IsSetOptFloatVal() bool

func (*MyStructFieldPatch) IsSetOptI16Val

func (x *MyStructFieldPatch) IsSetOptI16Val() bool

func (*MyStructFieldPatch) IsSetOptI32Val

func (x *MyStructFieldPatch) IsSetOptI32Val() bool

func (*MyStructFieldPatch) IsSetOptI64Val

func (x *MyStructFieldPatch) IsSetOptI64Val() bool

func (*MyStructFieldPatch) IsSetOptLateStructVal

func (x *MyStructFieldPatch) IsSetOptLateStructVal() bool

func (*MyStructFieldPatch) IsSetOptListVal

func (x *MyStructFieldPatch) IsSetOptListVal() bool

func (*MyStructFieldPatch) IsSetOptMapVal

func (x *MyStructFieldPatch) IsSetOptMapVal() bool

func (*MyStructFieldPatch) IsSetOptSetVal

func (x *MyStructFieldPatch) IsSetOptSetVal() bool

func (*MyStructFieldPatch) IsSetOptStringVal

func (x *MyStructFieldPatch) IsSetOptStringVal() bool

func (*MyStructFieldPatch) IsSetOptStructVal

func (x *MyStructFieldPatch) IsSetOptStructVal() bool

func (*MyStructFieldPatch) IsSetStringVal

func (x *MyStructFieldPatch) IsSetStringVal() bool

func (*MyStructFieldPatch) IsSetStructVal

func (x *MyStructFieldPatch) IsSetStructVal() bool

func (*MyStructFieldPatch) IsSetUnionVal

func (x *MyStructFieldPatch) IsSetUnionVal() bool

func (*MyStructFieldPatch) Read

func (*MyStructFieldPatch) SetBinaryVal

func (x *MyStructFieldPatch) SetBinaryVal(value patch.BinaryPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetBoolVal

func (x *MyStructFieldPatch) SetBoolVal(value patch.BoolPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetByteVal

func (x *MyStructFieldPatch) SetByteVal(value patch.BytePatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetDoubleVal

func (x *MyStructFieldPatch) SetDoubleVal(value patch.DoublePatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetEnumVal

func (*MyStructFieldPatch) SetFloatVal

func (x *MyStructFieldPatch) SetFloatVal(value patch.FloatPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetI16Val

func (x *MyStructFieldPatch) SetI16Val(value patch.I16Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetI32Val

func (x *MyStructFieldPatch) SetI32Val(value patch.I32Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetI64Val

func (x *MyStructFieldPatch) SetI64Val(value patch.I64Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetLateStructVal

func (x *MyStructFieldPatch) SetLateStructVal(value LateDefStructPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetListMap

func (*MyStructFieldPatch) SetMapMap

func (*MyStructFieldPatch) SetOptBinaryVal

func (x *MyStructFieldPatch) SetOptBinaryVal(value patch.BinaryPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptBoolVal

func (x *MyStructFieldPatch) SetOptBoolVal(value patch.BoolPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptByteVal

func (x *MyStructFieldPatch) SetOptByteVal(value patch.BytePatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptDoubleVal

func (x *MyStructFieldPatch) SetOptDoubleVal(value patch.DoublePatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptEnumVal

func (*MyStructFieldPatch) SetOptFloatVal

func (x *MyStructFieldPatch) SetOptFloatVal(value patch.FloatPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptI16Val

func (x *MyStructFieldPatch) SetOptI16Val(value patch.I16Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptI32Val

func (x *MyStructFieldPatch) SetOptI32Val(value patch.I32Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptI64Val

func (x *MyStructFieldPatch) SetOptI64Val(value patch.I64Patch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptLateStructVal

func (x *MyStructFieldPatch) SetOptLateStructVal(value LateDefStructPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptListVal

func (*MyStructFieldPatch) SetOptMapVal

func (*MyStructFieldPatch) SetOptSetVal

func (*MyStructFieldPatch) SetOptStringVal

func (x *MyStructFieldPatch) SetOptStringVal(value patch.StringPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetOptStructVal

func (x *MyStructFieldPatch) SetOptStructVal(value MyDataPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetStringVal

func (x *MyStructFieldPatch) SetStringVal(value patch.StringPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetStructVal

func (x *MyStructFieldPatch) SetStructVal(value MyDataPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) SetUnionVal

func (x *MyStructFieldPatch) SetUnionVal(value MyUnionPatch) *MyStructFieldPatch

func (*MyStructFieldPatch) Write

type MyStructFieldPatchBuilder deprecated

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

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

func NewMyStructFieldPatchBuilder

func NewMyStructFieldPatchBuilder() *MyStructFieldPatchBuilder

func (*MyStructFieldPatchBuilder) BinaryVal

func (*MyStructFieldPatchBuilder) BoolVal

func (*MyStructFieldPatchBuilder) ByteVal

func (*MyStructFieldPatchBuilder) DoubleVal

func (*MyStructFieldPatchBuilder) Emit

func (*MyStructFieldPatchBuilder) EnumVal

func (*MyStructFieldPatchBuilder) FloatVal

func (*MyStructFieldPatchBuilder) I16Val

func (*MyStructFieldPatchBuilder) I32Val

func (*MyStructFieldPatchBuilder) I64Val

func (*MyStructFieldPatchBuilder) LateStructVal

func (*MyStructFieldPatchBuilder) ListMap

func (*MyStructFieldPatchBuilder) MapMap

func (*MyStructFieldPatchBuilder) OptBinaryVal

func (*MyStructFieldPatchBuilder) OptBoolVal

func (*MyStructFieldPatchBuilder) OptByteVal

func (*MyStructFieldPatchBuilder) OptDoubleVal

func (*MyStructFieldPatchBuilder) OptEnumVal

func (*MyStructFieldPatchBuilder) OptFloatVal

func (*MyStructFieldPatchBuilder) OptI16Val

func (*MyStructFieldPatchBuilder) OptI32Val

func (*MyStructFieldPatchBuilder) OptI64Val

func (*MyStructFieldPatchBuilder) OptLateStructVal

func (*MyStructFieldPatchBuilder) OptListVal

func (*MyStructFieldPatchBuilder) OptMapVal

func (*MyStructFieldPatchBuilder) OptSetVal

func (*MyStructFieldPatchBuilder) OptStringVal

func (*MyStructFieldPatchBuilder) OptStructVal

func (*MyStructFieldPatchBuilder) StringVal

func (*MyStructFieldPatchBuilder) StructVal

func (*MyStructFieldPatchBuilder) UnionVal

type MyStructPatch

type MyStructPatch struct {
	Assign     *MyStruct             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                  `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *MyStructFieldPatch   `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *MyStructEnsureStruct `thrift:"ensure,5" json:"ensure" db:"ensure"`
	Patch      *MyStructFieldPatch   `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewMyStructPatch

func NewMyStructPatch() *MyStructPatch

func (*MyStructPatch) GetAssign

func (x *MyStructPatch) GetAssign() *MyStruct

func (*MyStructPatch) GetClear

func (x *MyStructPatch) GetClear() bool

func (*MyStructPatch) GetEnsure

func (x *MyStructPatch) GetEnsure() *MyStructEnsureStruct

func (*MyStructPatch) GetPatch

func (x *MyStructPatch) GetPatch() *MyStructFieldPatch

func (*MyStructPatch) GetPatchPrior

func (x *MyStructPatch) GetPatchPrior() *MyStructFieldPatch

func (*MyStructPatch) IsSetAssign

func (x *MyStructPatch) IsSetAssign() bool

func (*MyStructPatch) IsSetEnsure

func (x *MyStructPatch) IsSetEnsure() bool

func (*MyStructPatch) IsSetPatch

func (x *MyStructPatch) IsSetPatch() bool

func (*MyStructPatch) IsSetPatchPrior

func (x *MyStructPatch) IsSetPatchPrior() bool

func (*MyStructPatch) Read

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

func (*MyStructPatch) SetAssign

func (x *MyStructPatch) SetAssign(value MyStruct) *MyStructPatch

func (*MyStructPatch) SetClear

func (x *MyStructPatch) SetClear(value bool) *MyStructPatch

func (*MyStructPatch) SetEnsure

func (x *MyStructPatch) SetEnsure(value MyStructEnsureStruct) *MyStructPatch

func (*MyStructPatch) SetPatch

func (x *MyStructPatch) SetPatch(value MyStructFieldPatch) *MyStructPatch

func (*MyStructPatch) SetPatchPrior

func (x *MyStructPatch) SetPatchPrior(value MyStructFieldPatch) *MyStructPatch

func (*MyStructPatch) Write

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

type MyStructPatchBuilder deprecated

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

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

func NewMyStructPatchBuilder

func NewMyStructPatchBuilder() *MyStructPatchBuilder

func (*MyStructPatchBuilder) Assign

func (*MyStructPatchBuilder) Clear

func (*MyStructPatchBuilder) Emit

func (*MyStructPatchBuilder) Ensure

func (*MyStructPatchBuilder) Patch

func (*MyStructPatchBuilder) PatchPrior

type MyUnion

type MyUnion struct {
	Option1 *string     `thrift:"option1,1" json:"option1" db:"option1"`
	Option2 *int32      `thrift:"option2,2" json:"option2" db:"option2"`
	Option3 *InnerUnion `thrift:"option3,3" json:"option3" db:"option3"`
}

func NewMyUnion

func NewMyUnion() *MyUnion

func (*MyUnion) GetOption1

func (x *MyUnion) GetOption1() *string

func (*MyUnion) GetOption2

func (x *MyUnion) GetOption2() *int32

func (*MyUnion) GetOption3

func (x *MyUnion) GetOption3() *InnerUnion

func (*MyUnion) IsSetOption1

func (x *MyUnion) IsSetOption1() bool

func (*MyUnion) IsSetOption2

func (x *MyUnion) IsSetOption2() bool

func (*MyUnion) IsSetOption3

func (x *MyUnion) IsSetOption3() bool

func (*MyUnion) Read

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

func (*MyUnion) SetOption1

func (x *MyUnion) SetOption1(value string) *MyUnion

func (*MyUnion) SetOption2

func (x *MyUnion) SetOption2(value int32) *MyUnion

func (*MyUnion) SetOption3

func (x *MyUnion) SetOption3(value InnerUnion) *MyUnion

func (*MyUnion) Write

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

type MyUnionFieldPatch

type MyUnionFieldPatch struct {
	Option1 *patch.StringPatch `thrift:"option1,1" json:"option1" db:"option1"`
	Option2 *patch.I32Patch    `thrift:"option2,2" json:"option2" db:"option2"`
	Option3 *InnerUnionPatch   `thrift:"option3,3" json:"option3" db:"option3"`
}

func NewMyUnionFieldPatch

func NewMyUnionFieldPatch() *MyUnionFieldPatch

func (*MyUnionFieldPatch) GetOption1

func (x *MyUnionFieldPatch) GetOption1() *patch.StringPatch

func (*MyUnionFieldPatch) GetOption2

func (x *MyUnionFieldPatch) GetOption2() *patch.I32Patch

func (*MyUnionFieldPatch) GetOption3

func (x *MyUnionFieldPatch) GetOption3() *InnerUnionPatch

func (*MyUnionFieldPatch) IsSetOption1

func (x *MyUnionFieldPatch) IsSetOption1() bool

func (*MyUnionFieldPatch) IsSetOption2

func (x *MyUnionFieldPatch) IsSetOption2() bool

func (*MyUnionFieldPatch) IsSetOption3

func (x *MyUnionFieldPatch) IsSetOption3() bool

func (*MyUnionFieldPatch) Read

func (*MyUnionFieldPatch) SetOption1

func (x *MyUnionFieldPatch) SetOption1(value patch.StringPatch) *MyUnionFieldPatch

func (*MyUnionFieldPatch) SetOption2

func (x *MyUnionFieldPatch) SetOption2(value patch.I32Patch) *MyUnionFieldPatch

func (*MyUnionFieldPatch) SetOption3

func (x *MyUnionFieldPatch) SetOption3(value InnerUnionPatch) *MyUnionFieldPatch

func (*MyUnionFieldPatch) Write

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

type MyUnionFieldPatchBuilder deprecated

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

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

func NewMyUnionFieldPatchBuilder

func NewMyUnionFieldPatchBuilder() *MyUnionFieldPatchBuilder

func (*MyUnionFieldPatchBuilder) Emit

func (*MyUnionFieldPatchBuilder) Option1

func (*MyUnionFieldPatchBuilder) Option2

func (*MyUnionFieldPatchBuilder) Option3

type MyUnionPatch

type MyUnionPatch struct {
	Assign     *MyUnion           `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool               `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *MyUnionFieldPatch `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *MyUnion           `thrift:"ensure,4" json:"ensure" db:"ensure"`
	Patch      *MyUnionFieldPatch `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewMyUnionPatch

func NewMyUnionPatch() *MyUnionPatch

func (*MyUnionPatch) GetAssign

func (x *MyUnionPatch) GetAssign() *MyUnion

func (*MyUnionPatch) GetClear

func (x *MyUnionPatch) GetClear() bool

func (*MyUnionPatch) GetEnsure

func (x *MyUnionPatch) GetEnsure() *MyUnion

func (*MyUnionPatch) GetPatch

func (x *MyUnionPatch) GetPatch() *MyUnionFieldPatch

func (*MyUnionPatch) GetPatchPrior

func (x *MyUnionPatch) GetPatchPrior() *MyUnionFieldPatch

func (*MyUnionPatch) IsSetAssign

func (x *MyUnionPatch) IsSetAssign() bool

func (*MyUnionPatch) IsSetEnsure

func (x *MyUnionPatch) IsSetEnsure() bool

func (*MyUnionPatch) IsSetPatch

func (x *MyUnionPatch) IsSetPatch() bool

func (*MyUnionPatch) IsSetPatchPrior

func (x *MyUnionPatch) IsSetPatchPrior() bool

func (*MyUnionPatch) Read

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

func (*MyUnionPatch) SetAssign

func (x *MyUnionPatch) SetAssign(value MyUnion) *MyUnionPatch

func (*MyUnionPatch) SetClear

func (x *MyUnionPatch) SetClear(value bool) *MyUnionPatch

func (*MyUnionPatch) SetEnsure

func (x *MyUnionPatch) SetEnsure(value MyUnion) *MyUnionPatch

func (*MyUnionPatch) SetPatch

func (x *MyUnionPatch) SetPatch(value MyUnionFieldPatch) *MyUnionPatch

func (*MyUnionPatch) SetPatchPrior

func (x *MyUnionPatch) SetPatchPrior(value MyUnionFieldPatch) *MyUnionPatch

func (*MyUnionPatch) Write

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

type MyUnionPatchBuilder deprecated

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

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

func NewMyUnionPatchBuilder

func NewMyUnionPatchBuilder() *MyUnionPatchBuilder

func (*MyUnionPatchBuilder) Assign

func (x *MyUnionPatchBuilder) Assign(value *MyUnion) *MyUnionPatchBuilder

func (*MyUnionPatchBuilder) Clear

func (x *MyUnionPatchBuilder) Clear(value bool) *MyUnionPatchBuilder

func (*MyUnionPatchBuilder) Emit

func (x *MyUnionPatchBuilder) Emit() *MyUnionPatch

func (*MyUnionPatchBuilder) Ensure

func (x *MyUnionPatchBuilder) Ensure(value *MyUnion) *MyUnionPatchBuilder

func (*MyUnionPatchBuilder) Patch

func (*MyUnionPatchBuilder) PatchPrior

type Recursive

type Recursive struct {
	Nodes map[string]*Recursive `thrift:"nodes,-1" json:"nodes" db:"nodes"`
}

func NewRecursive

func NewRecursive() *Recursive

func (*Recursive) GetNodes

func (x *Recursive) GetNodes() map[string]*Recursive

func (*Recursive) IsSetNodes

func (x *Recursive) IsSetNodes() bool

func (*Recursive) Read

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

func (*Recursive) SetNodes

func (x *Recursive) SetNodes(value map[string]*Recursive) *Recursive

func (*Recursive) Write

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

type RecursiveBuilder deprecated

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

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

func NewRecursiveBuilder

func NewRecursiveBuilder() *RecursiveBuilder

func (*RecursiveBuilder) Emit

func (x *RecursiveBuilder) Emit() *Recursive

func (*RecursiveBuilder) Nodes

func (x *RecursiveBuilder) Nodes(value map[string]*Recursive) *RecursiveBuilder

type RecursiveEnsureStruct

type RecursiveEnsureStruct struct {
	Nodes map[string]*Recursive `thrift:"nodes,-1,optional" json:"nodes,omitempty" db:"nodes"`
}

func NewRecursiveEnsureStruct

func NewRecursiveEnsureStruct() *RecursiveEnsureStruct

func (*RecursiveEnsureStruct) GetNodes

func (x *RecursiveEnsureStruct) GetNodes() map[string]*Recursive

func (*RecursiveEnsureStruct) IsSetNodes

func (x *RecursiveEnsureStruct) IsSetNodes() bool

func (*RecursiveEnsureStruct) Read

func (*RecursiveEnsureStruct) SetNodes

func (*RecursiveEnsureStruct) Write

type RecursiveEnsureStructBuilder deprecated

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

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

func NewRecursiveEnsureStructBuilder

func NewRecursiveEnsureStructBuilder() *RecursiveEnsureStructBuilder

func (*RecursiveEnsureStructBuilder) Emit

func (*RecursiveEnsureStructBuilder) Nodes

type RecursiveField1Patch

type RecursiveField1Patch struct {
	Assign map[string]*Recursive `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear  bool                  `thrift:"clear,2" json:"clear" db:"clear"`
}

func NewRecursiveField1Patch

func NewRecursiveField1Patch() *RecursiveField1Patch

func (*RecursiveField1Patch) GetAssign

func (x *RecursiveField1Patch) GetAssign() map[string]*Recursive

func (*RecursiveField1Patch) GetClear

func (x *RecursiveField1Patch) GetClear() bool

func (*RecursiveField1Patch) IsSetAssign

func (x *RecursiveField1Patch) IsSetAssign() bool

func (*RecursiveField1Patch) Read

func (*RecursiveField1Patch) SetAssign

func (x *RecursiveField1Patch) SetAssign(value map[string]*Recursive) *RecursiveField1Patch

func (*RecursiveField1Patch) SetClear

func (x *RecursiveField1Patch) SetClear(value bool) *RecursiveField1Patch

func (*RecursiveField1Patch) Write

type RecursiveField1PatchBuilder deprecated

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

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

func NewRecursiveField1PatchBuilder

func NewRecursiveField1PatchBuilder() *RecursiveField1PatchBuilder

func (*RecursiveField1PatchBuilder) Assign

func (*RecursiveField1PatchBuilder) Clear

func (*RecursiveField1PatchBuilder) Emit

type RecursiveFieldPatch

type RecursiveFieldPatch struct {
	Nodes *RecursiveField1Patch `thrift:"nodes,-1" json:"nodes" db:"nodes"`
}

func NewRecursiveFieldPatch

func NewRecursiveFieldPatch() *RecursiveFieldPatch

func (*RecursiveFieldPatch) GetNodes

func (*RecursiveFieldPatch) IsSetNodes

func (x *RecursiveFieldPatch) IsSetNodes() bool

func (*RecursiveFieldPatch) Read

func (*RecursiveFieldPatch) SetNodes

func (*RecursiveFieldPatch) Write

type RecursiveFieldPatchBuilder deprecated

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

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

func NewRecursiveFieldPatchBuilder

func NewRecursiveFieldPatchBuilder() *RecursiveFieldPatchBuilder

func (*RecursiveFieldPatchBuilder) Emit

func (*RecursiveFieldPatchBuilder) Nodes

type RecursivePatch

type RecursivePatch struct {
	Assign     *Recursive             `thrift:"assign,1,optional" json:"assign,omitempty" db:"assign"`
	Clear      bool                   `thrift:"clear,2" json:"clear" db:"clear"`
	PatchPrior *RecursiveFieldPatch   `thrift:"patchPrior,3" json:"patchPrior" db:"patchPrior"`
	Ensure     *RecursiveEnsureStruct `thrift:"ensure,5" json:"ensure" db:"ensure"`
	Patch      *RecursiveFieldPatch   `thrift:"patch,6" json:"patch" db:"patch"`
}

func NewRecursivePatch

func NewRecursivePatch() *RecursivePatch

func (*RecursivePatch) GetAssign

func (x *RecursivePatch) GetAssign() *Recursive

func (*RecursivePatch) GetClear

func (x *RecursivePatch) GetClear() bool

func (*RecursivePatch) GetEnsure

func (x *RecursivePatch) GetEnsure() *RecursiveEnsureStruct

func (*RecursivePatch) GetPatch

func (x *RecursivePatch) GetPatch() *RecursiveFieldPatch

func (*RecursivePatch) GetPatchPrior

func (x *RecursivePatch) GetPatchPrior() *RecursiveFieldPatch

func (*RecursivePatch) IsSetAssign

func (x *RecursivePatch) IsSetAssign() bool

func (*RecursivePatch) IsSetEnsure

func (x *RecursivePatch) IsSetEnsure() bool

func (*RecursivePatch) IsSetPatch

func (x *RecursivePatch) IsSetPatch() bool

func (*RecursivePatch) IsSetPatchPrior

func (x *RecursivePatch) IsSetPatchPrior() bool

func (*RecursivePatch) Read

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

func (*RecursivePatch) SetAssign

func (x *RecursivePatch) SetAssign(value Recursive) *RecursivePatch

func (*RecursivePatch) SetClear

func (x *RecursivePatch) SetClear(value bool) *RecursivePatch

func (*RecursivePatch) SetEnsure

func (*RecursivePatch) SetPatch

func (*RecursivePatch) SetPatchPrior

func (x *RecursivePatch) SetPatchPrior(value RecursiveFieldPatch) *RecursivePatch

func (*RecursivePatch) Write

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

type RecursivePatchBuilder deprecated

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

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

func NewRecursivePatchBuilder

func NewRecursivePatchBuilder() *RecursivePatchBuilder

func (*RecursivePatchBuilder) Assign

func (*RecursivePatchBuilder) Clear

func (*RecursivePatchBuilder) Emit

func (*RecursivePatchBuilder) Ensure

func (*RecursivePatchBuilder) Patch

func (*RecursivePatchBuilder) PatchPrior

Jump to

Keyboard shortcuts

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