Versions in this module Expand all Collapse all v0 v0.3.18 Sep 20, 2024 Changes in this version + var MyServiceM1Result_Success_DEFAULT string + var MyServiceM2Result_Success_DEFAULT string + func GetFileDescriptorForTest() *thrift_reflection.FileDescriptor + 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 MyEnum int64 + const MyEnum_A + const MyEnum_B + func MyEnumFromString(s string) (MyEnum, error) + func MyEnumPtr(v MyEnum) *MyEnum + func (p *MyEnum) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *MyEnum) Scan(value interface{}) (err error) + func (p *MyEnum) Value() (driver.Value, error) + func (p MyEnum) GetDescriptor() *thrift_reflection.EnumDescriptor + func (p MyEnum) String() string + type MyService interface + M1 func(ctx context.Context) (r string, err error) + M2 func(ctx context.Context) (r string, err error) + type MyServiceM1Args struct + func NewMyServiceM1Args() *MyServiceM1Args + func (p *MyServiceM1Args) InitDefault() + 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 + func NewMyServiceM2Args() *MyServiceM2Args + func (p *MyServiceM2Args) InitDefault() + 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 Person struct + ID *IDCard + Name string + func NewPerson() *Person + func (p *Person) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *Person) GetID() (v *IDCard) + func (p *Person) GetName() (v string) + func (p *Person) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *Person) InitDefault() + func (p *Person) IsSetID() bool + func (p *Person) String() string + type PersonB struct + func NewPersonB() *PersonB + func (p *PersonB) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *PersonB) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *PersonB) InitDefault() + func (p *PersonB) String() string + type PersonC struct + func NewPersonC() *PersonC + func (p *PersonC) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *PersonC) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *PersonC) InitDefault() + func (p *PersonC) String() string + type TinyStruct struct + B1 bool + B2 bool + func NewTinyStruct() *TinyStruct + func (p *TinyStruct) GetB1() (v bool) + func (p *TinyStruct) GetB2() (v bool) + func (p *TinyStruct) GetDescriptor() *thrift_reflection.StructDescriptor + func (p *TinyStruct) GetTypeDescriptor() *thrift_reflection.TypeDescriptor + func (p *TinyStruct) InitDefault() + func (p *TinyStruct) String() string