Versions in this module Expand all Collapse all v1 v1.0.0-rc3 Dec 10, 2016 v0 v0.5.0 Nov 22, 2016 v0.4.0 Nov 12, 2016 Changes in this version + var SecondService_BlahBlah_Helper = struct{ ... } + var SecondService_SecondtestString_Helper = struct{ ... } + var ThriftTest_TestBinary_Helper = struct{ ... } + var ThriftTest_TestByte_Helper = struct{ ... } + var ThriftTest_TestDouble_Helper = struct{ ... } + var ThriftTest_TestEnum_Helper = struct{ ... } + var ThriftTest_TestException_Helper = struct{ ... } + var ThriftTest_TestI32_Helper = struct{ ... } + var ThriftTest_TestI64_Helper = struct{ ... } + var ThriftTest_TestInsanity_Helper = struct{ ... } + var ThriftTest_TestList_Helper = struct{ ... } + var ThriftTest_TestMapMap_Helper = struct{ ... } + var ThriftTest_TestMap_Helper = struct{ ... } + var ThriftTest_TestMultiException_Helper = struct{ ... } + var ThriftTest_TestMulti_Helper = struct{ ... } + var ThriftTest_TestNest_Helper = struct{ ... } + var ThriftTest_TestOneway_Helper = struct{ ... } + var ThriftTest_TestSet_Helper = struct{ ... } + var ThriftTest_TestStringMap_Helper = struct{ ... } + var ThriftTest_TestString_Helper = struct{ ... } + var ThriftTest_TestStruct_Helper = struct{ ... } + var ThriftTest_TestTypedef_Helper = struct{ ... } + var ThriftTest_TestVoid_Helper = struct{ ... } type Numberz + func (v *Numberz) UnmarshalJSON(text []byte) error + func (v Numberz) MarshalJSON() ([]byte, error) + type SecondService_BlahBlah_Args struct + func (v *SecondService_BlahBlah_Args) EnvelopeType() wire.EnvelopeType + func (v *SecondService_BlahBlah_Args) FromWire(w wire.Value) error + func (v *SecondService_BlahBlah_Args) MethodName() string + func (v *SecondService_BlahBlah_Args) String() string + func (v *SecondService_BlahBlah_Args) ToWire() (wire.Value, error) + type SecondService_BlahBlah_Result struct + func (v *SecondService_BlahBlah_Result) EnvelopeType() wire.EnvelopeType + func (v *SecondService_BlahBlah_Result) FromWire(w wire.Value) error + func (v *SecondService_BlahBlah_Result) MethodName() string + func (v *SecondService_BlahBlah_Result) String() string + func (v *SecondService_BlahBlah_Result) ToWire() (wire.Value, error) + type SecondService_SecondtestString_Args struct + Thing *string + func (v *SecondService_SecondtestString_Args) EnvelopeType() wire.EnvelopeType + func (v *SecondService_SecondtestString_Args) FromWire(w wire.Value) error + func (v *SecondService_SecondtestString_Args) MethodName() string + func (v *SecondService_SecondtestString_Args) String() string + func (v *SecondService_SecondtestString_Args) ToWire() (wire.Value, error) + type SecondService_SecondtestString_Result struct + Success *string + func (v *SecondService_SecondtestString_Result) EnvelopeType() wire.EnvelopeType + func (v *SecondService_SecondtestString_Result) FromWire(w wire.Value) error + func (v *SecondService_SecondtestString_Result) MethodName() string + func (v *SecondService_SecondtestString_Result) String() string + func (v *SecondService_SecondtestString_Result) ToWire() (wire.Value, error) + type ThriftTest_TestBinary_Args struct + Thing []byte + func (v *ThriftTest_TestBinary_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestBinary_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestBinary_Args) MethodName() string + func (v *ThriftTest_TestBinary_Args) String() string + func (v *ThriftTest_TestBinary_Args) ToWire() (wire.Value, error) + type ThriftTest_TestBinary_Result struct + Success []byte + func (v *ThriftTest_TestBinary_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestBinary_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestBinary_Result) MethodName() string + func (v *ThriftTest_TestBinary_Result) String() string + func (v *ThriftTest_TestBinary_Result) ToWire() (wire.Value, error) + type ThriftTest_TestByte_Args struct + Thing *int8 + func (v *ThriftTest_TestByte_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestByte_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestByte_Args) MethodName() string + func (v *ThriftTest_TestByte_Args) String() string + func (v *ThriftTest_TestByte_Args) ToWire() (wire.Value, error) + type ThriftTest_TestByte_Result struct + Success *int8 + func (v *ThriftTest_TestByte_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestByte_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestByte_Result) MethodName() string + func (v *ThriftTest_TestByte_Result) String() string + func (v *ThriftTest_TestByte_Result) ToWire() (wire.Value, error) + type ThriftTest_TestDouble_Args struct + Thing *float64 + func (v *ThriftTest_TestDouble_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestDouble_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestDouble_Args) MethodName() string + func (v *ThriftTest_TestDouble_Args) String() string + func (v *ThriftTest_TestDouble_Args) ToWire() (wire.Value, error) + type ThriftTest_TestDouble_Result struct + Success *float64 + func (v *ThriftTest_TestDouble_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestDouble_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestDouble_Result) MethodName() string + func (v *ThriftTest_TestDouble_Result) String() string + func (v *ThriftTest_TestDouble_Result) ToWire() (wire.Value, error) + type ThriftTest_TestEnum_Args struct + Thing *Numberz + func (v *ThriftTest_TestEnum_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestEnum_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestEnum_Args) MethodName() string + func (v *ThriftTest_TestEnum_Args) String() string + func (v *ThriftTest_TestEnum_Args) ToWire() (wire.Value, error) + type ThriftTest_TestEnum_Result struct + Success *Numberz + func (v *ThriftTest_TestEnum_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestEnum_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestEnum_Result) MethodName() string + func (v *ThriftTest_TestEnum_Result) String() string + func (v *ThriftTest_TestEnum_Result) ToWire() (wire.Value, error) + type ThriftTest_TestException_Args struct + Arg *string + func (v *ThriftTest_TestException_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestException_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestException_Args) MethodName() string + func (v *ThriftTest_TestException_Args) String() string + func (v *ThriftTest_TestException_Args) ToWire() (wire.Value, error) + type ThriftTest_TestException_Result struct + Err1 *Xception + func (v *ThriftTest_TestException_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestException_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestException_Result) MethodName() string + func (v *ThriftTest_TestException_Result) String() string + func (v *ThriftTest_TestException_Result) ToWire() (wire.Value, error) + type ThriftTest_TestI32_Args struct + Thing *int32 + func (v *ThriftTest_TestI32_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestI32_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestI32_Args) MethodName() string + func (v *ThriftTest_TestI32_Args) String() string + func (v *ThriftTest_TestI32_Args) ToWire() (wire.Value, error) + type ThriftTest_TestI32_Result struct + Success *int32 + func (v *ThriftTest_TestI32_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestI32_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestI32_Result) MethodName() string + func (v *ThriftTest_TestI32_Result) String() string + func (v *ThriftTest_TestI32_Result) ToWire() (wire.Value, error) + type ThriftTest_TestI64_Args struct + Thing *int64 + func (v *ThriftTest_TestI64_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestI64_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestI64_Args) MethodName() string + func (v *ThriftTest_TestI64_Args) String() string + func (v *ThriftTest_TestI64_Args) ToWire() (wire.Value, error) + type ThriftTest_TestI64_Result struct + Success *int64 + func (v *ThriftTest_TestI64_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestI64_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestI64_Result) MethodName() string + func (v *ThriftTest_TestI64_Result) String() string + func (v *ThriftTest_TestI64_Result) ToWire() (wire.Value, error) + type ThriftTest_TestInsanity_Args struct + Argument *Insanity + func (v *ThriftTest_TestInsanity_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestInsanity_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestInsanity_Args) MethodName() string + func (v *ThriftTest_TestInsanity_Args) String() string + func (v *ThriftTest_TestInsanity_Args) ToWire() (wire.Value, error) + type ThriftTest_TestInsanity_Result struct + Success map[UserId]map[Numberz]*Insanity + func (v *ThriftTest_TestInsanity_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestInsanity_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestInsanity_Result) MethodName() string + func (v *ThriftTest_TestInsanity_Result) String() string + func (v *ThriftTest_TestInsanity_Result) ToWire() (wire.Value, error) + type ThriftTest_TestList_Args struct + Thing []int32 + func (v *ThriftTest_TestList_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestList_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestList_Args) MethodName() string + func (v *ThriftTest_TestList_Args) String() string + func (v *ThriftTest_TestList_Args) ToWire() (wire.Value, error) + type ThriftTest_TestList_Result struct + Success []int32 + func (v *ThriftTest_TestList_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestList_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestList_Result) MethodName() string + func (v *ThriftTest_TestList_Result) String() string + func (v *ThriftTest_TestList_Result) ToWire() (wire.Value, error) + type ThriftTest_TestMapMap_Args struct + Hello *int32 + func (v *ThriftTest_TestMapMap_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMapMap_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestMapMap_Args) MethodName() string + func (v *ThriftTest_TestMapMap_Args) String() string + func (v *ThriftTest_TestMapMap_Args) ToWire() (wire.Value, error) + type ThriftTest_TestMapMap_Result struct + Success map[int32]map[int32]int32 + func (v *ThriftTest_TestMapMap_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMapMap_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestMapMap_Result) MethodName() string + func (v *ThriftTest_TestMapMap_Result) String() string + func (v *ThriftTest_TestMapMap_Result) ToWire() (wire.Value, error) + type ThriftTest_TestMap_Args struct + Thing map[int32]int32 + func (v *ThriftTest_TestMap_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMap_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestMap_Args) MethodName() string + func (v *ThriftTest_TestMap_Args) String() string + func (v *ThriftTest_TestMap_Args) ToWire() (wire.Value, error) + type ThriftTest_TestMap_Result struct + Success map[int32]int32 + func (v *ThriftTest_TestMap_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMap_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestMap_Result) MethodName() string + func (v *ThriftTest_TestMap_Result) String() string + func (v *ThriftTest_TestMap_Result) ToWire() (wire.Value, error) + type ThriftTest_TestMultiException_Args struct + Arg0 *string + Arg1 *string + func (v *ThriftTest_TestMultiException_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMultiException_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestMultiException_Args) MethodName() string + func (v *ThriftTest_TestMultiException_Args) String() string + func (v *ThriftTest_TestMultiException_Args) ToWire() (wire.Value, error) + type ThriftTest_TestMultiException_Result struct + Err1 *Xception + Err2 *Xception2 + Success *Xtruct + func (v *ThriftTest_TestMultiException_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMultiException_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestMultiException_Result) MethodName() string + func (v *ThriftTest_TestMultiException_Result) String() string + func (v *ThriftTest_TestMultiException_Result) ToWire() (wire.Value, error) + type ThriftTest_TestMulti_Args struct + Arg0 *int8 + Arg1 *int32 + Arg2 *int64 + Arg3 map[int16]string + Arg4 *Numberz + Arg5 *UserId + func (v *ThriftTest_TestMulti_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMulti_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestMulti_Args) MethodName() string + func (v *ThriftTest_TestMulti_Args) String() string + func (v *ThriftTest_TestMulti_Args) ToWire() (wire.Value, error) + type ThriftTest_TestMulti_Result struct + Success *Xtruct + func (v *ThriftTest_TestMulti_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestMulti_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestMulti_Result) MethodName() string + func (v *ThriftTest_TestMulti_Result) String() string + func (v *ThriftTest_TestMulti_Result) ToWire() (wire.Value, error) + type ThriftTest_TestNest_Args struct + Thing *Xtruct2 + func (v *ThriftTest_TestNest_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestNest_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestNest_Args) MethodName() string + func (v *ThriftTest_TestNest_Args) String() string + func (v *ThriftTest_TestNest_Args) ToWire() (wire.Value, error) + type ThriftTest_TestNest_Result struct + Success *Xtruct2 + func (v *ThriftTest_TestNest_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestNest_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestNest_Result) MethodName() string + func (v *ThriftTest_TestNest_Result) String() string + func (v *ThriftTest_TestNest_Result) ToWire() (wire.Value, error) + type ThriftTest_TestOneway_Args struct + SecondsToSleep *int32 + func (v *ThriftTest_TestOneway_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestOneway_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestOneway_Args) MethodName() string + func (v *ThriftTest_TestOneway_Args) String() string + func (v *ThriftTest_TestOneway_Args) ToWire() (wire.Value, error) + type ThriftTest_TestSet_Args struct + Thing map[int32]struct{} + func (v *ThriftTest_TestSet_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestSet_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestSet_Args) MethodName() string + func (v *ThriftTest_TestSet_Args) String() string + func (v *ThriftTest_TestSet_Args) ToWire() (wire.Value, error) + type ThriftTest_TestSet_Result struct + Success map[int32]struct{} + func (v *ThriftTest_TestSet_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestSet_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestSet_Result) MethodName() string + func (v *ThriftTest_TestSet_Result) String() string + func (v *ThriftTest_TestSet_Result) ToWire() (wire.Value, error) + type ThriftTest_TestStringMap_Args struct + Thing map[string]string + func (v *ThriftTest_TestStringMap_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestStringMap_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestStringMap_Args) MethodName() string + func (v *ThriftTest_TestStringMap_Args) String() string + func (v *ThriftTest_TestStringMap_Args) ToWire() (wire.Value, error) + type ThriftTest_TestStringMap_Result struct + Success map[string]string + func (v *ThriftTest_TestStringMap_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestStringMap_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestStringMap_Result) MethodName() string + func (v *ThriftTest_TestStringMap_Result) String() string + func (v *ThriftTest_TestStringMap_Result) ToWire() (wire.Value, error) + type ThriftTest_TestString_Args struct + Thing *string + func (v *ThriftTest_TestString_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestString_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestString_Args) MethodName() string + func (v *ThriftTest_TestString_Args) String() string + func (v *ThriftTest_TestString_Args) ToWire() (wire.Value, error) + type ThriftTest_TestString_Result struct + Success *string + func (v *ThriftTest_TestString_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestString_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestString_Result) MethodName() string + func (v *ThriftTest_TestString_Result) String() string + func (v *ThriftTest_TestString_Result) ToWire() (wire.Value, error) + type ThriftTest_TestStruct_Args struct + Thing *Xtruct + func (v *ThriftTest_TestStruct_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestStruct_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestStruct_Args) MethodName() string + func (v *ThriftTest_TestStruct_Args) String() string + func (v *ThriftTest_TestStruct_Args) ToWire() (wire.Value, error) + type ThriftTest_TestStruct_Result struct + Success *Xtruct + func (v *ThriftTest_TestStruct_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestStruct_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestStruct_Result) MethodName() string + func (v *ThriftTest_TestStruct_Result) String() string + func (v *ThriftTest_TestStruct_Result) ToWire() (wire.Value, error) + type ThriftTest_TestTypedef_Args struct + Thing *UserId + func (v *ThriftTest_TestTypedef_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestTypedef_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestTypedef_Args) MethodName() string + func (v *ThriftTest_TestTypedef_Args) String() string + func (v *ThriftTest_TestTypedef_Args) ToWire() (wire.Value, error) + type ThriftTest_TestTypedef_Result struct + Success *UserId + func (v *ThriftTest_TestTypedef_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestTypedef_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestTypedef_Result) MethodName() string + func (v *ThriftTest_TestTypedef_Result) String() string + func (v *ThriftTest_TestTypedef_Result) ToWire() (wire.Value, error) + type ThriftTest_TestVoid_Args struct + func (v *ThriftTest_TestVoid_Args) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestVoid_Args) FromWire(w wire.Value) error + func (v *ThriftTest_TestVoid_Args) MethodName() string + func (v *ThriftTest_TestVoid_Args) String() string + func (v *ThriftTest_TestVoid_Args) ToWire() (wire.Value, error) + type ThriftTest_TestVoid_Result struct + func (v *ThriftTest_TestVoid_Result) EnvelopeType() wire.EnvelopeType + func (v *ThriftTest_TestVoid_Result) FromWire(w wire.Value) error + func (v *ThriftTest_TestVoid_Result) MethodName() string + func (v *ThriftTest_TestVoid_Result) String() string + func (v *ThriftTest_TestVoid_Result) ToWire() (wire.Value, error) v0.3.1 Sep 30, 2016 v0.3.0 Sep 30, 2016 v0.2.1 Sep 28, 2016 v0.2.0 Sep 19, 2016 v0.1.1 Sep 1, 2016 v0.1.0 Aug 31, 2016 Changes in this version + type Bonk struct + Message *string + Type *int32 + func (v *Bonk) FromWire(w wire.Value) error + func (v *Bonk) String() string + func (v *Bonk) ToWire() (wire.Value, error) + type BoolTest struct + B *bool + S *string + func (v *BoolTest) FromWire(w wire.Value) error + func (v *BoolTest) String() string + func (v *BoolTest) ToWire() (wire.Value, error) + type Bools struct + ImFalse *bool + ImTrue *bool + func (v *Bools) FromWire(w wire.Value) error + func (v *Bools) String() string + func (v *Bools) ToWire() (wire.Value, error) + type CrazyNesting struct + BinaryField []byte + ListField [][]struct{ ... } + SetField []*Insanity + StringField *string + func (v *CrazyNesting) FromWire(w wire.Value) error + func (v *CrazyNesting) String() string + func (v *CrazyNesting) ToWire() (wire.Value, error) + type EmptyStruct struct + func (v *EmptyStruct) FromWire(w wire.Value) error + func (v *EmptyStruct) String() string + func (v *EmptyStruct) ToWire() (wire.Value, error) + type GuessProtocolStruct struct + MapField map[string]string + func (v *GuessProtocolStruct) FromWire(w wire.Value) error + func (v *GuessProtocolStruct) String() string + func (v *GuessProtocolStruct) ToWire() (wire.Value, error) + type Insanity struct + UserMap map[Numberz]UserId + Xtructs []*Xtruct + func (v *Insanity) FromWire(w wire.Value) error + func (v *Insanity) String() string + func (v *Insanity) ToWire() (wire.Value, error) + type LargeDeltas struct + ASet2500 map[string]struct{} + B1 *Bools + B10 *Bools + B100 *Bools + B1000 *Bools + BigNumbers []int32 + CheckFalse *bool + CheckTrue *bool + Vertwo2000 *VersioningTestV2 + Vertwo3000 *VersioningTestV2 + func (v *LargeDeltas) FromWire(w wire.Value) error + func (v *LargeDeltas) String() string + func (v *LargeDeltas) ToWire() (wire.Value, error) + type ListBonks struct + Bonk []*Bonk + func (v *ListBonks) FromWire(w wire.Value) error + func (v *ListBonks) String() string + func (v *ListBonks) ToWire() (wire.Value, error) + type ListTypeVersioningV1 struct + Hello *string + Myints []int32 + func (v *ListTypeVersioningV1) FromWire(w wire.Value) error + func (v *ListTypeVersioningV1) String() string + func (v *ListTypeVersioningV1) ToWire() (wire.Value, error) + type ListTypeVersioningV2 struct + Hello *string + Strings []string + func (v *ListTypeVersioningV2) FromWire(w wire.Value) error + func (v *ListTypeVersioningV2) String() string + func (v *ListTypeVersioningV2) ToWire() (wire.Value, error) + type MapType map[string]*Bonk + func (v *MapType) FromWire(w wire.Value) error + func (v MapType) String() string + func (v MapType) ToWire() (wire.Value, error) + type NestedListsBonk struct + Bonk [][][]*Bonk + func (v *NestedListsBonk) FromWire(w wire.Value) error + func (v *NestedListsBonk) String() string + func (v *NestedListsBonk) ToWire() (wire.Value, error) + type NestedListsI32x2 struct + Integerlist [][]int32 + func (v *NestedListsI32x2) FromWire(w wire.Value) error + func (v *NestedListsI32x2) String() string + func (v *NestedListsI32x2) ToWire() (wire.Value, error) + type NestedListsI32x3 struct + Integerlist [][][]int32 + func (v *NestedListsI32x3) FromWire(w wire.Value) error + func (v *NestedListsI32x3) String() string + func (v *NestedListsI32x3) ToWire() (wire.Value, error) + type NestedMixedx2 struct + IntSetList []map[int32]struct{} + MapIntStrset map[int32]map[string]struct{} + MapIntStrsetList []map[int32]map[string]struct{} + func (v *NestedMixedx2) FromWire(w wire.Value) error + func (v *NestedMixedx2) String() string + func (v *NestedMixedx2) ToWire() (wire.Value, error) + type Numberz int32 + const MyNumberz + const NumberzEight + const NumberzFive + const NumberzOne + const NumberzSix + const NumberzThree + const NumberzTwo + func (v *Numberz) FromWire(w wire.Value) error + func (v Numberz) String() string + func (v Numberz) ToWire() (wire.Value, error) + type OneField struct + Field *EmptyStruct + func (v *OneField) FromWire(w wire.Value) error + func (v *OneField) String() string + func (v *OneField) ToWire() (wire.Value, error) + type StructA struct + S string + func (v *StructA) FromWire(w wire.Value) error + func (v *StructA) String() string + func (v *StructA) ToWire() (wire.Value, error) + type StructB struct + Aa *StructA + Ab *StructA + func (v *StructB) FromWire(w wire.Value) error + func (v *StructB) String() string + func (v *StructB) ToWire() (wire.Value, error) + type UserId int64 + func (v *UserId) FromWire(w wire.Value) error + func (v UserId) String() string + func (v UserId) ToWire() (wire.Value, error) + type VersioningTestV1 struct + BeginInBoth *int32 + EndInBoth *int32 + OldString *string + func (v *VersioningTestV1) FromWire(w wire.Value) error + func (v *VersioningTestV1) String() string + func (v *VersioningTestV1) ToWire() (wire.Value, error) + type VersioningTestV2 struct + BeginInBoth *int32 + EndInBoth *int32 + Newbyte *int8 + Newdouble *float64 + Newint *int32 + Newlist []int32 + Newlong *int64 + Newmap map[int32]int32 + Newset map[int32]struct{} + Newshort *int16 + Newstring *string + Newstruct *Bonk + func (v *VersioningTestV2) FromWire(w wire.Value) error + func (v *VersioningTestV2) String() string + func (v *VersioningTestV2) ToWire() (wire.Value, error) + type Xception struct + ErrorCode *int32 + Message *string + func (v *Xception) Error() string + func (v *Xception) FromWire(w wire.Value) error + func (v *Xception) String() string + func (v *Xception) ToWire() (wire.Value, error) + type Xception2 struct + ErrorCode *int32 + StructThing *Xtruct + func (v *Xception2) Error() string + func (v *Xception2) FromWire(w wire.Value) error + func (v *Xception2) String() string + func (v *Xception2) ToWire() (wire.Value, error) + type Xtruct struct + ByteThing *int8 + I32Thing *int32 + I64Thing *int64 + StringThing *string + func (v *Xtruct) FromWire(w wire.Value) error + func (v *Xtruct) String() string + func (v *Xtruct) ToWire() (wire.Value, error) + type Xtruct2 struct + ByteThing *int8 + I32Thing *int32 + StructThing *Xtruct + func (v *Xtruct2) FromWire(w wire.Value) error + func (v *Xtruct2) String() string + func (v *Xtruct2) ToWire() (wire.Value, error) + type Xtruct3 struct + Changed *int32 + I32Thing *int32 + I64Thing *int64 + StringThing *string + func (v *Xtruct3) FromWire(w wire.Value) error + func (v *Xtruct3) String() string + func (v *Xtruct3) ToWire() (wire.Value, error)