Versions in this module Expand all Collapse all v0 v0.1.1 Nov 7, 2020 v0.1.0 Nov 7, 2020 Changes in this version + var GoUnusedProtection__ int + var TPlatformProfileServiceGetExtDataResult_Success_DEFAULT string + var TPlatformProfileServiceRemoveSocialInfoResult_Success_DEFAULT bool + var TPlatformProfileServiceRemoveTrustedEmailResult_Success_DEFAULT bool + var TPlatformProfileServiceRemoveTrustedMobileResult_Success_DEFAULT bool + var TPlatformProfileServiceSetExtDataResult_Success_DEFAULT string + var TPlatformProfileServiceSetSocialInfoResult_Success_DEFAULT bool + var TPlatformProfileServiceSetTrustedEmailResult_Success_DEFAULT bool + var TPlatformProfileServiceSetTrustedMobileResult_Success_DEFAULT bool + type TData *TPlatformProfile + func TDataPtr(v TData) *TData + type TDataResult_ struct + Data *TPlatformProfile + ErrorCode TErrorCode + var TDataServiceRGetDataResult_Success_DEFAULT *TDataResult_ + func NewTDataResult_() *TDataResult_ + func (p *TDataResult_) GetData() *TPlatformProfile + func (p *TDataResult_) GetErrorCode() TErrorCode + func (p *TDataResult_) IsSetData() bool + func (p *TDataResult_) Read(iprot thrift.TProtocol) error + func (p *TDataResult_) ReadField1(iprot thrift.TProtocol) error + func (p *TDataResult_) ReadField2(iprot thrift.TProtocol) error + func (p *TDataResult_) String() string + func (p *TDataResult_) Write(oprot thrift.TProtocol) error + type TDataService interface + PutData func(ctx context.Context, key TKey, data *TPlatformProfile) (r TErrorCode, err error) + type TDataServiceClient struct + func NewTDataServiceClient(c thrift.TClient) *TDataServiceClient + func NewTDataServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TDataServiceClient + func NewTDataServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TDataServiceClient + func (p *TDataServiceClient) PutData(ctx context.Context, key TKey, data *TPlatformProfile) (r TErrorCode, err error) + type TDataServiceProcessor struct + func NewTDataServiceProcessor(handler TDataService) *TDataServiceProcessor + type TDataServicePutDataArgs struct + Data *TPlatformProfile + Key TKey + func NewTDataServicePutDataArgs() *TDataServicePutDataArgs + func (p *TDataServicePutDataArgs) GetData() *TPlatformProfile + func (p *TDataServicePutDataArgs) GetKey() TKey + func (p *TDataServicePutDataArgs) IsSetData() bool + func (p *TDataServicePutDataArgs) Read(iprot thrift.TProtocol) error + func (p *TDataServicePutDataArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TDataServicePutDataArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TDataServicePutDataArgs) String() string + func (p *TDataServicePutDataArgs) Write(oprot thrift.TProtocol) error + type TDataServicePutDataResult struct + Success *TErrorCode + func NewTDataServicePutDataResult() *TDataServicePutDataResult + func (p *TDataServicePutDataResult) GetSuccess() TErrorCode + func (p *TDataServicePutDataResult) IsSetSuccess() bool + func (p *TDataServicePutDataResult) Read(iprot thrift.TProtocol) error + func (p *TDataServicePutDataResult) ReadField0(iprot thrift.TProtocol) error + func (p *TDataServicePutDataResult) String() string + func (p *TDataServicePutDataResult) Write(oprot thrift.TProtocol) error + type TDataServiceR interface + GetData func(ctx context.Context, key TKey) (r *TDataResult_, err error) + type TDataServiceRClient struct + func NewTDataServiceRClient(c thrift.TClient) *TDataServiceRClient + func NewTDataServiceRClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TDataServiceRClient + func NewTDataServiceRClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TDataServiceRClient + func (p *TDataServiceRClient) GetData(ctx context.Context, key TKey) (r *TDataResult_, err error) + type TDataServiceRGetDataArgs struct + Key TKey + func NewTDataServiceRGetDataArgs() *TDataServiceRGetDataArgs + func (p *TDataServiceRGetDataArgs) GetKey() TKey + func (p *TDataServiceRGetDataArgs) Read(iprot thrift.TProtocol) error + func (p *TDataServiceRGetDataArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TDataServiceRGetDataArgs) String() string + func (p *TDataServiceRGetDataArgs) Write(oprot thrift.TProtocol) error + type TDataServiceRGetDataResult struct + Success *TDataResult_ + func NewTDataServiceRGetDataResult() *TDataServiceRGetDataResult + func (p *TDataServiceRGetDataResult) GetSuccess() *TDataResult_ + func (p *TDataServiceRGetDataResult) IsSetSuccess() bool + func (p *TDataServiceRGetDataResult) Read(iprot thrift.TProtocol) error + func (p *TDataServiceRGetDataResult) ReadField0(iprot thrift.TProtocol) error + func (p *TDataServiceRGetDataResult) String() string + func (p *TDataServiceRGetDataResult) Write(oprot thrift.TProtocol) error + type TDataServiceRProcessor struct + func NewTDataServiceRProcessor(handler TDataServiceR) *TDataServiceRProcessor + func (p *TDataServiceRProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *TDataServiceRProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *TDataServiceRProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *TDataServiceRProcessor) ProcessorMap() map[string]thrift.TProcessorFunction + type TErrorCode int64 + const TErrorCode_EDataExisted + const TErrorCode_EGood + const TErrorCode_ENotFound + const TErrorCode_EUnknown + var TDataServicePutDataResult_Success_DEFAULT TErrorCode + func TErrorCodeFromString(s string) (TErrorCode, error) + func TErrorCodePtr(v TErrorCode) *TErrorCode + func (p *TErrorCode) Scan(value interface{}) error + func (p *TErrorCode) UnmarshalText(text []byte) error + func (p *TErrorCode) Value() (driver.Value, error) + func (p TErrorCode) MarshalText() ([]byte, error) + func (p TErrorCode) String() string + type TKey int64 + func TKeyPtr(v TKey) *TKey + type TPlatformProfile struct + ConnectedSocial map[string]*TSocialProfile + DisplayName string + ExtData map[string]string + PublicKeys []string + TrustedEmails map[string]bool + TrustedMobiles map[string]bool + Username string + var TDataResult__Data_DEFAULT *TPlatformProfile + var TDataServicePutDataArgs_Data_DEFAULT *TPlatformProfile + func NewTPlatformProfile() *TPlatformProfile + func (p *TPlatformProfile) GetConnectedSocial() map[string]*TSocialProfile + func (p *TPlatformProfile) GetDisplayName() string + func (p *TPlatformProfile) GetExtData() map[string]string + func (p *TPlatformProfile) GetPublicKeys() []string + func (p *TPlatformProfile) GetTrustedEmails() map[string]bool + func (p *TPlatformProfile) GetTrustedMobiles() map[string]bool + func (p *TPlatformProfile) GetUsername() string + func (p *TPlatformProfile) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField4(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField5(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField6(iprot thrift.TProtocol) error + func (p *TPlatformProfile) ReadField7(iprot thrift.TProtocol) error + func (p *TPlatformProfile) String() string + func (p *TPlatformProfile) Write(oprot thrift.TProtocol) error + type TPlatformProfileService interface + GetExtData func(ctx context.Context, uid TKey, extKey string) (r string, err error) + RemoveSocialInfo func(ctx context.Context, uid TKey, socialType string, ...) (r bool, err error) + RemoveTrustedEmail func(ctx context.Context, uid TKey, email string) (r bool, err error) + RemoveTrustedMobile func(ctx context.Context, uid TKey, mobile string) (r bool, err error) + SetExtData func(ctx context.Context, uid TKey, extKey string, extValue string) (r string, err error) + SetSocialInfo func(ctx context.Context, uid TKey, socialType string, ...) (r bool, err error) + SetTrustedEmail func(ctx context.Context, uid TKey, email string, isTrusted bool) (r bool, err error) + SetTrustedMobile func(ctx context.Context, uid TKey, email string, isTrusted bool) (r bool, err error) + type TPlatformProfileServiceClient struct + func NewTPlatformProfileServiceClient(c thrift.TClient) *TPlatformProfileServiceClient + func NewTPlatformProfileServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *TPlatformProfileServiceClient + func NewTPlatformProfileServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TPlatformProfileServiceClient + func (p *TPlatformProfileServiceClient) GetExtData(ctx context.Context, uid TKey, extKey string) (r string, err error) + func (p *TPlatformProfileServiceClient) RemoveSocialInfo(ctx context.Context, uid TKey, socialType string, ...) (r bool, err error) + func (p *TPlatformProfileServiceClient) RemoveTrustedEmail(ctx context.Context, uid TKey, email string) (r bool, err error) + func (p *TPlatformProfileServiceClient) RemoveTrustedMobile(ctx context.Context, uid TKey, mobile string) (r bool, err error) + func (p *TPlatformProfileServiceClient) SetExtData(ctx context.Context, uid TKey, extKey string, extValue string) (r string, err error) + func (p *TPlatformProfileServiceClient) SetSocialInfo(ctx context.Context, uid TKey, socialType string, ...) (r bool, err error) + func (p *TPlatformProfileServiceClient) SetTrustedEmail(ctx context.Context, uid TKey, email string, isTrusted bool) (r bool, err error) + func (p *TPlatformProfileServiceClient) SetTrustedMobile(ctx context.Context, uid TKey, email string, isTrusted bool) (r bool, err error) + type TPlatformProfileServiceGetExtDataArgs struct + ExtKey string + UID TKey + func NewTPlatformProfileServiceGetExtDataArgs() *TPlatformProfileServiceGetExtDataArgs + func (p *TPlatformProfileServiceGetExtDataArgs) GetExtKey() string + func (p *TPlatformProfileServiceGetExtDataArgs) GetUID() TKey + func (p *TPlatformProfileServiceGetExtDataArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceGetExtDataArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceGetExtDataArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceGetExtDataArgs) String() string + func (p *TPlatformProfileServiceGetExtDataArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceGetExtDataResult struct + Success *string + func NewTPlatformProfileServiceGetExtDataResult() *TPlatformProfileServiceGetExtDataResult + func (p *TPlatformProfileServiceGetExtDataResult) GetSuccess() string + func (p *TPlatformProfileServiceGetExtDataResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceGetExtDataResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceGetExtDataResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceGetExtDataResult) String() string + func (p *TPlatformProfileServiceGetExtDataResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceProcessor struct + func NewTPlatformProfileServiceProcessor(handler TPlatformProfileService) *TPlatformProfileServiceProcessor + type TPlatformProfileServiceRemoveSocialInfoArgs struct + SocialProfile *TSocialProfile + SocialType string + UID TKey + func NewTPlatformProfileServiceRemoveSocialInfoArgs() *TPlatformProfileServiceRemoveSocialInfoArgs + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) GetSocialProfile() *TSocialProfile + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) GetSocialType() string + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) GetUID() TKey + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) IsSetSocialProfile() bool + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) String() string + func (p *TPlatformProfileServiceRemoveSocialInfoArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceRemoveSocialInfoResult struct + Success *bool + func NewTPlatformProfileServiceRemoveSocialInfoResult() *TPlatformProfileServiceRemoveSocialInfoResult + func (p *TPlatformProfileServiceRemoveSocialInfoResult) GetSuccess() bool + func (p *TPlatformProfileServiceRemoveSocialInfoResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceRemoveSocialInfoResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveSocialInfoResult) String() string + func (p *TPlatformProfileServiceRemoveSocialInfoResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceRemoveTrustedEmailArgs struct + Email string + UID TKey + func NewTPlatformProfileServiceRemoveTrustedEmailArgs() *TPlatformProfileServiceRemoveTrustedEmailArgs + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) GetEmail() string + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) GetUID() TKey + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) String() string + func (p *TPlatformProfileServiceRemoveTrustedEmailArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceRemoveTrustedEmailResult struct + Success *bool + func NewTPlatformProfileServiceRemoveTrustedEmailResult() *TPlatformProfileServiceRemoveTrustedEmailResult + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) GetSuccess() bool + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) String() string + func (p *TPlatformProfileServiceRemoveTrustedEmailResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceRemoveTrustedMobileArgs struct + Mobile string + UID TKey + func NewTPlatformProfileServiceRemoveTrustedMobileArgs() *TPlatformProfileServiceRemoveTrustedMobileArgs + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) GetMobile() string + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) GetUID() TKey + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) String() string + func (p *TPlatformProfileServiceRemoveTrustedMobileArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceRemoveTrustedMobileResult struct + Success *bool + func NewTPlatformProfileServiceRemoveTrustedMobileResult() *TPlatformProfileServiceRemoveTrustedMobileResult + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) GetSuccess() bool + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) String() string + func (p *TPlatformProfileServiceRemoveTrustedMobileResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetExtDataArgs struct + ExtKey string + ExtValue string + UID TKey + func NewTPlatformProfileServiceSetExtDataArgs() *TPlatformProfileServiceSetExtDataArgs + func (p *TPlatformProfileServiceSetExtDataArgs) GetExtKey() string + func (p *TPlatformProfileServiceSetExtDataArgs) GetExtValue() string + func (p *TPlatformProfileServiceSetExtDataArgs) GetUID() TKey + func (p *TPlatformProfileServiceSetExtDataArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataArgs) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataArgs) String() string + func (p *TPlatformProfileServiceSetExtDataArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetExtDataResult struct + Success *string + func NewTPlatformProfileServiceSetExtDataResult() *TPlatformProfileServiceSetExtDataResult + func (p *TPlatformProfileServiceSetExtDataResult) GetSuccess() string + func (p *TPlatformProfileServiceSetExtDataResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceSetExtDataResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetExtDataResult) String() string + func (p *TPlatformProfileServiceSetExtDataResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetSocialInfoArgs struct + SocialProfile *TSocialProfile + SocialType string + UID TKey + func NewTPlatformProfileServiceSetSocialInfoArgs() *TPlatformProfileServiceSetSocialInfoArgs + func (p *TPlatformProfileServiceSetSocialInfoArgs) GetSocialProfile() *TSocialProfile + func (p *TPlatformProfileServiceSetSocialInfoArgs) GetSocialType() string + func (p *TPlatformProfileServiceSetSocialInfoArgs) GetUID() TKey + func (p *TPlatformProfileServiceSetSocialInfoArgs) IsSetSocialProfile() bool + func (p *TPlatformProfileServiceSetSocialInfoArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoArgs) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoArgs) String() string + func (p *TPlatformProfileServiceSetSocialInfoArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetSocialInfoResult struct + Success *bool + func NewTPlatformProfileServiceSetSocialInfoResult() *TPlatformProfileServiceSetSocialInfoResult + func (p *TPlatformProfileServiceSetSocialInfoResult) GetSuccess() bool + func (p *TPlatformProfileServiceSetSocialInfoResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceSetSocialInfoResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetSocialInfoResult) String() string + func (p *TPlatformProfileServiceSetSocialInfoResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetTrustedEmailArgs struct + Email string + IsTrusted bool + UID TKey + func NewTPlatformProfileServiceSetTrustedEmailArgs() *TPlatformProfileServiceSetTrustedEmailArgs + func (p *TPlatformProfileServiceSetTrustedEmailArgs) GetEmail() string + func (p *TPlatformProfileServiceSetTrustedEmailArgs) GetIsTrusted() bool + func (p *TPlatformProfileServiceSetTrustedEmailArgs) GetUID() TKey + func (p *TPlatformProfileServiceSetTrustedEmailArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailArgs) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailArgs) String() string + func (p *TPlatformProfileServiceSetTrustedEmailArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetTrustedEmailResult struct + Success *bool + func NewTPlatformProfileServiceSetTrustedEmailResult() *TPlatformProfileServiceSetTrustedEmailResult + func (p *TPlatformProfileServiceSetTrustedEmailResult) GetSuccess() bool + func (p *TPlatformProfileServiceSetTrustedEmailResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceSetTrustedEmailResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedEmailResult) String() string + func (p *TPlatformProfileServiceSetTrustedEmailResult) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetTrustedMobileArgs struct + Email string + IsTrusted bool + UID TKey + func NewTPlatformProfileServiceSetTrustedMobileArgs() *TPlatformProfileServiceSetTrustedMobileArgs + func (p *TPlatformProfileServiceSetTrustedMobileArgs) GetEmail() string + func (p *TPlatformProfileServiceSetTrustedMobileArgs) GetIsTrusted() bool + func (p *TPlatformProfileServiceSetTrustedMobileArgs) GetUID() TKey + func (p *TPlatformProfileServiceSetTrustedMobileArgs) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileArgs) ReadField1(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileArgs) ReadField2(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileArgs) ReadField3(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileArgs) String() string + func (p *TPlatformProfileServiceSetTrustedMobileArgs) Write(oprot thrift.TProtocol) error + type TPlatformProfileServiceSetTrustedMobileResult struct + Success *bool + func NewTPlatformProfileServiceSetTrustedMobileResult() *TPlatformProfileServiceSetTrustedMobileResult + func (p *TPlatformProfileServiceSetTrustedMobileResult) GetSuccess() bool + func (p *TPlatformProfileServiceSetTrustedMobileResult) IsSetSuccess() bool + func (p *TPlatformProfileServiceSetTrustedMobileResult) Read(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileResult) ReadField0(iprot thrift.TProtocol) error + func (p *TPlatformProfileServiceSetTrustedMobileResult) String() string + func (p *TPlatformProfileServiceSetTrustedMobileResult) Write(oprot thrift.TProtocol) error + type TSocialProfile struct + Email string + Name string + Sid string + var TPlatformProfileServiceRemoveSocialInfoArgs_SocialProfile_DEFAULT *TSocialProfile + var TPlatformProfileServiceSetSocialInfoArgs_SocialProfile_DEFAULT *TSocialProfile + func NewTSocialProfile() *TSocialProfile + func (p *TSocialProfile) GetEmail() string + func (p *TSocialProfile) GetName() string + func (p *TSocialProfile) GetSid() string + func (p *TSocialProfile) Read(iprot thrift.TProtocol) error + func (p *TSocialProfile) ReadField1(iprot thrift.TProtocol) error + func (p *TSocialProfile) ReadField2(iprot thrift.TProtocol) error + func (p *TSocialProfile) ReadField3(iprot thrift.TProtocol) error + func (p *TSocialProfile) String() string + func (p *TSocialProfile) Write(oprot thrift.TProtocol) error