Versions in this module Expand all Collapse all v0 v0.3.18 Sep 20, 2024 Changes in this version + const MYBOOLCONST + const MYBYTECONST + const MYCONST + const MYFLOATCONST + const MYINTCONST + var MYBINARYCONST = []byte("1") + var MYLISTCONST = []string + var MYMAPCONST = map[string]string + var MyAnotherServiceM33Result_Success_DEFAULT string + var MyAnotherServiceM44Result_Success_DEFAULT string + var MyParentServiceM11Result_Success_DEFAULT string + var MyParentServiceM22Result_Success_DEFAULT string + var MyServiceM1Result_Success_DEFAULT string + var MyServiceM2Result_Success_DEFAULT string + var MyUnion_Age_DEFAULT int8 + var MyUnion_Number_DEFAULT string + func GetFileDescriptorForReflectionTestIdl() *thrift_reflection.FileDescriptor + func GetFileDescriptorForReflectionTestIdl2() *thrift_reflection.FileDescriptor + type A0 struct + F1 string + F2 *B + F3 map[string]*C + F4 map[*D]map[*E][]*F + var MyServiceM3Args_A0_DEFAULT *A0 + func NewA0() *A0 + func (p *A0) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *A0) GetF1() (v string) + func (p *A0) GetF2() (v *B) + func (p *A0) GetF3() (v map[string]*C) + func (p *A0) GetF4() (v map[*D]map[*E][]*F) + func (p *A0) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *A0) InitDefault() + func (p *A0) IsSetF2() bool + func (p *A0) String() string + type A1 struct + F1 string + F2 *A2 + var MyServiceM3Result_Success_DEFAULT *A1 + func NewA1() *A1 + func (p *A1) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *A1) GetF1() (v string) + func (p *A1) GetF2() (v *A2) + func (p *A1) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *A1) InitDefault() + func (p *A1) IsSetF2() bool + func (p *A1) String() string + type A2 struct + F1 string + var A1_F2_DEFAULT *A2 + func NewA2() *A2 + func (p *A2) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *A2) GetF1() (v string) + func (p *A2) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *A2) InitDefault() + func (p *A2) String() string + type A3 struct + F1 string + var MyServiceM3Args_A3_DEFAULT *A3 + func NewA3() *A3 + func (p *A3) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *A3) GetF1() (v string) + func (p *A3) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *A3) InitDefault() + func (p *A3) String() string + type B struct + F1 *B1 + F2 *E + var A0_F2_DEFAULT *B + var C_F1_DEFAULT *B + func NewB() *B + func (p *B) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *B) GetF1() (v *B1) + func (p *B) GetF2() (v *E) + func (p *B) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *B) InitDefault() + func (p *B) IsSetF1() bool + func (p *B) IsSetF2() bool + func (p *B) String() string + type B1 struct + Name string + var B_F1_DEFAULT *B1 + func NewB1() *B1 + func (p *B1) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *B1) GetName() (v string) + func (p *B1) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *B1) InitDefault() + func (p *B1) String() string + type C struct + F1 *B + var E_F1_DEFAULT *C + func NewC() *C + func (p *C) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *C) GetF1() (v *B) + func (p *C) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *C) InitDefault() + func (p *C) IsSetF1() bool + func (p *C) String() string + type D struct + F1 map[*D1]*D2 + func NewD() *D + func (p *D) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *D) GetF1() (v map[*D1]*D2) + func (p *D) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *D) InitDefault() + func (p *D) String() string + type D1 struct + Name string + func NewD1() *D1 + func (p *D1) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *D1) GetName() (v string) + func (p *D1) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *D1) InitDefault() + func (p *D1) String() string + type D2 struct + Name string + func NewD2() *D2 + func (p *D2) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *D2) GetName() (v string) + func (p *D2) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *D2) InitDefault() + func (p *D2) String() string + type E struct + F1 *C + var B_F2_DEFAULT *E + func NewE() *E + func (p *E) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *E) GetF1() (v *C) + func (p *E) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *E) InitDefault() + func (p *E) IsSetF1() bool + func (p *E) String() string + type F struct + Name string + func NewF() *F + func (p *F) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *F) GetName() (v string) + func (p *F) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *F) InitDefault() + func (p *F) String() string + type Gender int64 + const Gender_FEMALE + const Gender_MALE + func GenderFromString(s string) (Gender, error) + func GenderPtr(v Gender) *Gender + func (p *Gender) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *Gender) Scan(value interface{}) (err error) + func (p *Gender) Value() (driver.Value, error) + func (p Gender) GetDescriptor() *thrift_reflection.EnumDescriptor + func (p Gender) String() string + type IDCard struct + Age int8 + Number string + var Person_ID_DEFAULT *IDCard + func NewIDCard() *IDCard + func (p *IDCard) GetAge() (v int8) + func (p *IDCard) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *IDCard) GetNumber() (v string) + func (p *IDCard) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *IDCard) InitDefault() + func (p *IDCard) String() string + type MyAnotherService interface + M33 func(ctx context.Context) (r string, err error) + M44 func(ctx context.Context) (r string, err error) + type MyAnotherServiceM33Args struct + func NewMyAnotherServiceM33Args() *MyAnotherServiceM33Args + func (p *MyAnotherServiceM33Args) InitDefault() + func (p *MyAnotherServiceM33Args) String() string + type MyAnotherServiceM33Result struct + Success *string + func NewMyAnotherServiceM33Result() *MyAnotherServiceM33Result + func (p *MyAnotherServiceM33Result) GetSuccess() (v string) + func (p *MyAnotherServiceM33Result) InitDefault() + func (p *MyAnotherServiceM33Result) IsSetSuccess() bool + func (p *MyAnotherServiceM33Result) String() string + type MyAnotherServiceM44Args struct + func NewMyAnotherServiceM44Args() *MyAnotherServiceM44Args + func (p *MyAnotherServiceM44Args) InitDefault() + func (p *MyAnotherServiceM44Args) String() string + type MyAnotherServiceM44Result struct + Success *string + func NewMyAnotherServiceM44Result() *MyAnotherServiceM44Result + func (p *MyAnotherServiceM44Result) GetSuccess() (v string) + func (p *MyAnotherServiceM44Result) InitDefault() + func (p *MyAnotherServiceM44Result) IsSetSuccess() bool + func (p *MyAnotherServiceM44Result) String() string + type MyException struct + Code int8 + Msg string + var Person_Exp_DEFAULT *MyException + func NewMyException() *MyException + func (p *MyException) Error() string + func (p *MyException) GetCode() (v int8) + func (p *MyException) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *MyException) GetMsg() (v string) + func (p *MyException) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *MyException) InitDefault() + func (p *MyException) String() string + type MyParentService interface + M11 func(ctx context.Context) (r string, err error) + M22 func(ctx context.Context) (r string, err error) + type MyParentServiceM11Args struct + func NewMyParentServiceM11Args() *MyParentServiceM11Args + func (p *MyParentServiceM11Args) InitDefault() + func (p *MyParentServiceM11Args) String() string + type MyParentServiceM11Result struct + Success *string + func NewMyParentServiceM11Result() *MyParentServiceM11Result + func (p *MyParentServiceM11Result) GetSuccess() (v string) + func (p *MyParentServiceM11Result) InitDefault() + func (p *MyParentServiceM11Result) IsSetSuccess() bool + func (p *MyParentServiceM11Result) String() string + type MyParentServiceM22Args struct + func NewMyParentServiceM22Args() *MyParentServiceM22Args + func (p *MyParentServiceM22Args) InitDefault() + func (p *MyParentServiceM22Args) String() string + type MyParentServiceM22Result struct + Success *string + func NewMyParentServiceM22Result() *MyParentServiceM22Result + func (p *MyParentServiceM22Result) GetSuccess() (v string) + func (p *MyParentServiceM22Result) InitDefault() + func (p *MyParentServiceM22Result) IsSetSuccess() bool + func (p *MyParentServiceM22Result) String() string + type MyService interface + M1 func(ctx context.Context, p_ *Person) (r string, err error) + M2 func(ctx context.Context, p2 *Person) (r string, err error) + M3 func(ctx context.Context, a0 *A0, a3 *A3) (r *A1, err error) + type MyServiceM1Args struct + P *Person + func NewMyServiceM1Args() *MyServiceM1Args + func (p *MyServiceM1Args) GetP() (v *Person) + func (p *MyServiceM1Args) InitDefault() + func (p *MyServiceM1Args) IsSetP() bool + func (p *MyServiceM1Args) String() string + type MyServiceM1Result struct + Success *string + func NewMyServiceM1Result() *MyServiceM1Result + func (p *MyServiceM1Result) GetSuccess() (v string) + func (p *MyServiceM1Result) InitDefault() + func (p *MyServiceM1Result) IsSetSuccess() bool + func (p *MyServiceM1Result) String() string + type MyServiceM2Args struct + P2 *Person + func NewMyServiceM2Args() *MyServiceM2Args + func (p *MyServiceM2Args) GetP2() (v *Person) + func (p *MyServiceM2Args) InitDefault() + func (p *MyServiceM2Args) IsSetP2() bool + func (p *MyServiceM2Args) String() string + type MyServiceM2Result struct + Success *string + func NewMyServiceM2Result() *MyServiceM2Result + func (p *MyServiceM2Result) GetSuccess() (v string) + func (p *MyServiceM2Result) InitDefault() + func (p *MyServiceM2Result) IsSetSuccess() bool + func (p *MyServiceM2Result) String() string + type MyServiceM3Args struct + A0 *A0 + A3 *A3 + func NewMyServiceM3Args() *MyServiceM3Args + func (p *MyServiceM3Args) GetA0() (v *A0) + func (p *MyServiceM3Args) GetA3() (v *A3) + func (p *MyServiceM3Args) InitDefault() + func (p *MyServiceM3Args) IsSetA0() bool + func (p *MyServiceM3Args) IsSetA3() bool + func (p *MyServiceM3Args) String() string + type MyServiceM3Result struct + Success *A1 + func NewMyServiceM3Result() *MyServiceM3Result + func (p *MyServiceM3Result) GetSuccess() (v *A1) + func (p *MyServiceM3Result) InitDefault() + func (p *MyServiceM3Result) IsSetSuccess() bool + func (p *MyServiceM3Result) String() string + type MyUnion struct + Age *int8 + Number *string + var Person_Uni_DEFAULT *MyUnion + func NewMyUnion() *MyUnion + func (p *MyUnion) CountSetFieldsMyUnion() int + func (p *MyUnion) GetAge() (v int8) + func (p *MyUnion) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *MyUnion) GetNumber() (v string) + func (p *MyUnion) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *MyUnion) InitDefault() + func (p *MyUnion) IsSetAge() bool + func (p *MyUnion) IsSetNumber() bool + func (p *MyUnion) String() string + type Person struct + DefaultConst string + DefaultValue string + Exp *MyException + Gender Gender + ID *IDCard + Name string + TypedefValue SpecialString + Uni *MyUnion + var MyServiceM1Args_P_DEFAULT *Person + var MyServiceM2Args_P2_DEFAULT *Person + func NewPerson() *Person + func (p *Person) GetDefaultConst() (v string) + func (p *Person) GetDefaultValue() (v string) + func (p *Person) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *Person) GetExp() (v *MyException) + func (p *Person) GetGender() (v Gender) + func (p *Person) GetID() (v *IDCard) + func (p *Person) GetName() (v string) + func (p *Person) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *Person) GetTypedefValue() (v SpecialString) + func (p *Person) GetUni() (v *MyUnion) + func (p *Person) InitDefault() + func (p *Person) IsSetExp() bool + func (p *Person) IsSetID() bool + func (p *Person) IsSetUni() bool + func (p *Person) String() string + type Size int64 + const Size_L + const Size_M + const Size_S + const Size_XL + const Size_XXL + func SizeFromString(s string) (Size, error) + func SizePtr(v Size) *Size + func (p *Size) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *Size) Scan(value interface{}) (err error) + func (p *Size) Value() (driver.Value, error) + func (p Size) GetDescriptor() *thrift_reflection.EnumDescriptor + func (p Size) String() string + type SpecialPerson = Person + func NewSpecialPerson() *SpecialPerson + type SpecialString = string