profile

package
v0.0.0-...-8f9ff4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CheckProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var ClearProfilePhotoResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var ClearProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var ClearProfileResponse_Profile_DEFAULT *base.Profile
View Source
var CompleteProfilePhotoResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var CompleteProfilePhotoResponse_Identity_DEFAULT *base.Identity
View Source
var CreateProfilePhotoResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var DeleteProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetAllProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetPendingProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetProfilePhotoResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetProfileResponse_Profile_DEFAULT *base.Profile
View Source
var GetSomeProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

View Source
var SubmitProfileRequest_Identity_DEFAULT *base.Identity
View Source
var SubmitProfileResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var SubmitProfileResponse_Profile_DEFAULT *base.Profile

Functions

This section is empty.

Types

type CheckProfileRequest

type CheckProfileRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
	Accept    bool   `thrift:"accept,2" frugal:"2,default,bool" json:"accept"`
}
var ProfileServiceCheckProfileArgs_Req_DEFAULT *CheckProfileRequest

func NewCheckProfileRequest

func NewCheckProfileRequest() *CheckProfileRequest

func (*CheckProfileRequest) BLength

func (p *CheckProfileRequest) BLength() int

func (*CheckProfileRequest) DeepEqual

func (p *CheckProfileRequest) DeepEqual(ano *CheckProfileRequest) bool

func (*CheckProfileRequest) FastRead

func (p *CheckProfileRequest) FastRead(buf []byte) (int, error)

func (*CheckProfileRequest) FastReadField1

func (p *CheckProfileRequest) FastReadField1(buf []byte) (int, error)

func (*CheckProfileRequest) FastReadField2

func (p *CheckProfileRequest) FastReadField2(buf []byte) (int, error)

func (*CheckProfileRequest) FastWrite

func (p *CheckProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*CheckProfileRequest) FastWriteNocopy

func (p *CheckProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CheckProfileRequest) Field1DeepEqual

func (p *CheckProfileRequest) Field1DeepEqual(src string) bool

func (*CheckProfileRequest) Field2DeepEqual

func (p *CheckProfileRequest) Field2DeepEqual(src bool) bool

func (*CheckProfileRequest) GetAccept

func (p *CheckProfileRequest) GetAccept() (v bool)

func (*CheckProfileRequest) GetAccountId

func (p *CheckProfileRequest) GetAccountId() (v string)

func (*CheckProfileRequest) InitDefault

func (p *CheckProfileRequest) InitDefault()

func (*CheckProfileRequest) Read

func (p *CheckProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*CheckProfileRequest) ReadField1

func (p *CheckProfileRequest) ReadField1(iprot thrift.TProtocol) error

func (*CheckProfileRequest) ReadField2

func (p *CheckProfileRequest) ReadField2(iprot thrift.TProtocol) error

func (*CheckProfileRequest) SetAccept

func (p *CheckProfileRequest) SetAccept(val bool)

func (*CheckProfileRequest) SetAccountId

func (p *CheckProfileRequest) SetAccountId(val string)

func (*CheckProfileRequest) String

func (p *CheckProfileRequest) String() string

func (*CheckProfileRequest) Write

func (p *CheckProfileRequest) Write(oprot thrift.TProtocol) (err error)

type CheckProfileResponse

type CheckProfileResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
}
var ProfileServiceCheckProfileResult_Success_DEFAULT *CheckProfileResponse

func NewCheckProfileResponse

func NewCheckProfileResponse() *CheckProfileResponse

func (*CheckProfileResponse) BLength

func (p *CheckProfileResponse) BLength() int

func (*CheckProfileResponse) DeepEqual

func (p *CheckProfileResponse) DeepEqual(ano *CheckProfileResponse) bool

func (*CheckProfileResponse) FastRead

func (p *CheckProfileResponse) FastRead(buf []byte) (int, error)

func (*CheckProfileResponse) FastReadField1

func (p *CheckProfileResponse) FastReadField1(buf []byte) (int, error)

func (*CheckProfileResponse) FastWrite

func (p *CheckProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*CheckProfileResponse) FastWriteNocopy

func (p *CheckProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CheckProfileResponse) Field1DeepEqual

func (p *CheckProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*CheckProfileResponse) GetBaseResp

func (p *CheckProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*CheckProfileResponse) InitDefault

func (p *CheckProfileResponse) InitDefault()

func (*CheckProfileResponse) IsSetBaseResp

func (p *CheckProfileResponse) IsSetBaseResp() bool

func (*CheckProfileResponse) Read

func (p *CheckProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*CheckProfileResponse) ReadField1

func (p *CheckProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*CheckProfileResponse) SetBaseResp

func (p *CheckProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*CheckProfileResponse) String

func (p *CheckProfileResponse) String() string

func (*CheckProfileResponse) Write

func (p *CheckProfileResponse) Write(oprot thrift.TProtocol) (err error)

type ClearProfilePhotoRequest

type ClearProfilePhotoRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceClearProfilePhotoArgs_Req_DEFAULT *ClearProfilePhotoRequest

func NewClearProfilePhotoRequest

func NewClearProfilePhotoRequest() *ClearProfilePhotoRequest

func (*ClearProfilePhotoRequest) BLength

func (p *ClearProfilePhotoRequest) BLength() int

func (*ClearProfilePhotoRequest) DeepEqual

func (*ClearProfilePhotoRequest) FastRead

func (p *ClearProfilePhotoRequest) FastRead(buf []byte) (int, error)

func (*ClearProfilePhotoRequest) FastReadField1

func (p *ClearProfilePhotoRequest) FastReadField1(buf []byte) (int, error)

func (*ClearProfilePhotoRequest) FastWrite

func (p *ClearProfilePhotoRequest) FastWrite(buf []byte) int

for compatibility

func (*ClearProfilePhotoRequest) FastWriteNocopy

func (p *ClearProfilePhotoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ClearProfilePhotoRequest) Field1DeepEqual

func (p *ClearProfilePhotoRequest) Field1DeepEqual(src string) bool

func (*ClearProfilePhotoRequest) GetAccountId

func (p *ClearProfilePhotoRequest) GetAccountId() (v string)

func (*ClearProfilePhotoRequest) InitDefault

func (p *ClearProfilePhotoRequest) InitDefault()

func (*ClearProfilePhotoRequest) Read

func (p *ClearProfilePhotoRequest) Read(iprot thrift.TProtocol) (err error)

func (*ClearProfilePhotoRequest) ReadField1

func (p *ClearProfilePhotoRequest) ReadField1(iprot thrift.TProtocol) error

func (*ClearProfilePhotoRequest) SetAccountId

func (p *ClearProfilePhotoRequest) SetAccountId(val string)

func (*ClearProfilePhotoRequest) String

func (p *ClearProfilePhotoRequest) String() string

func (*ClearProfilePhotoRequest) Write

func (p *ClearProfilePhotoRequest) Write(oprot thrift.TProtocol) (err error)

type ClearProfilePhotoResponse

type ClearProfilePhotoResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
}
var ProfileServiceClearProfilePhotoResult_Success_DEFAULT *ClearProfilePhotoResponse

func NewClearProfilePhotoResponse

func NewClearProfilePhotoResponse() *ClearProfilePhotoResponse

func (*ClearProfilePhotoResponse) BLength

func (p *ClearProfilePhotoResponse) BLength() int

func (*ClearProfilePhotoResponse) DeepEqual

func (*ClearProfilePhotoResponse) FastRead

func (p *ClearProfilePhotoResponse) FastRead(buf []byte) (int, error)

func (*ClearProfilePhotoResponse) FastReadField1

func (p *ClearProfilePhotoResponse) FastReadField1(buf []byte) (int, error)

func (*ClearProfilePhotoResponse) FastWrite

func (p *ClearProfilePhotoResponse) FastWrite(buf []byte) int

for compatibility

func (*ClearProfilePhotoResponse) FastWriteNocopy

func (p *ClearProfilePhotoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ClearProfilePhotoResponse) Field1DeepEqual

func (p *ClearProfilePhotoResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*ClearProfilePhotoResponse) GetBaseResp

func (p *ClearProfilePhotoResponse) GetBaseResp() (v *base.BaseResponse)

func (*ClearProfilePhotoResponse) InitDefault

func (p *ClearProfilePhotoResponse) InitDefault()

func (*ClearProfilePhotoResponse) IsSetBaseResp

func (p *ClearProfilePhotoResponse) IsSetBaseResp() bool

func (*ClearProfilePhotoResponse) Read

func (p *ClearProfilePhotoResponse) Read(iprot thrift.TProtocol) (err error)

func (*ClearProfilePhotoResponse) ReadField1

func (p *ClearProfilePhotoResponse) ReadField1(iprot thrift.TProtocol) error

func (*ClearProfilePhotoResponse) SetBaseResp

func (p *ClearProfilePhotoResponse) SetBaseResp(val *base.BaseResponse)

func (*ClearProfilePhotoResponse) String

func (p *ClearProfilePhotoResponse) String() string

func (*ClearProfilePhotoResponse) Write

func (p *ClearProfilePhotoResponse) Write(oprot thrift.TProtocol) (err error)

type ClearProfileRequest

type ClearProfileRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceClearProfileArgs_Req_DEFAULT *ClearProfileRequest

func NewClearProfileRequest

func NewClearProfileRequest() *ClearProfileRequest

func (*ClearProfileRequest) BLength

func (p *ClearProfileRequest) BLength() int

func (*ClearProfileRequest) DeepEqual

func (p *ClearProfileRequest) DeepEqual(ano *ClearProfileRequest) bool

func (*ClearProfileRequest) FastRead

func (p *ClearProfileRequest) FastRead(buf []byte) (int, error)

func (*ClearProfileRequest) FastReadField1

func (p *ClearProfileRequest) FastReadField1(buf []byte) (int, error)

func (*ClearProfileRequest) FastWrite

func (p *ClearProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*ClearProfileRequest) FastWriteNocopy

func (p *ClearProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ClearProfileRequest) Field1DeepEqual

func (p *ClearProfileRequest) Field1DeepEqual(src string) bool

func (*ClearProfileRequest) GetAccountId

func (p *ClearProfileRequest) GetAccountId() (v string)

func (*ClearProfileRequest) InitDefault

func (p *ClearProfileRequest) InitDefault()

func (*ClearProfileRequest) Read

func (p *ClearProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*ClearProfileRequest) ReadField1

func (p *ClearProfileRequest) ReadField1(iprot thrift.TProtocol) error

func (*ClearProfileRequest) SetAccountId

func (p *ClearProfileRequest) SetAccountId(val string)

func (*ClearProfileRequest) String

func (p *ClearProfileRequest) String() string

func (*ClearProfileRequest) Write

func (p *ClearProfileRequest) Write(oprot thrift.TProtocol) (err error)

type ClearProfileResponse

type ClearProfileResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  *base.Profile      `thrift:"profile,2" frugal:"2,default,base.Profile" json:"profile"`
}
var ProfileServiceClearProfileResult_Success_DEFAULT *ClearProfileResponse

func NewClearProfileResponse

func NewClearProfileResponse() *ClearProfileResponse

func (*ClearProfileResponse) BLength

func (p *ClearProfileResponse) BLength() int

func (*ClearProfileResponse) DeepEqual

func (p *ClearProfileResponse) DeepEqual(ano *ClearProfileResponse) bool

func (*ClearProfileResponse) FastRead

func (p *ClearProfileResponse) FastRead(buf []byte) (int, error)

func (*ClearProfileResponse) FastReadField1

func (p *ClearProfileResponse) FastReadField1(buf []byte) (int, error)

func (*ClearProfileResponse) FastReadField2

func (p *ClearProfileResponse) FastReadField2(buf []byte) (int, error)

func (*ClearProfileResponse) FastWrite

func (p *ClearProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*ClearProfileResponse) FastWriteNocopy

func (p *ClearProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ClearProfileResponse) Field1DeepEqual

func (p *ClearProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*ClearProfileResponse) Field2DeepEqual

func (p *ClearProfileResponse) Field2DeepEqual(src *base.Profile) bool

func (*ClearProfileResponse) GetBaseResp

func (p *ClearProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*ClearProfileResponse) GetProfile

func (p *ClearProfileResponse) GetProfile() (v *base.Profile)

func (*ClearProfileResponse) InitDefault

func (p *ClearProfileResponse) InitDefault()

func (*ClearProfileResponse) IsSetBaseResp

func (p *ClearProfileResponse) IsSetBaseResp() bool

func (*ClearProfileResponse) IsSetProfile

func (p *ClearProfileResponse) IsSetProfile() bool

func (*ClearProfileResponse) Read

func (p *ClearProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*ClearProfileResponse) ReadField1

func (p *ClearProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*ClearProfileResponse) ReadField2

func (p *ClearProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*ClearProfileResponse) SetBaseResp

func (p *ClearProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*ClearProfileResponse) SetProfile

func (p *ClearProfileResponse) SetProfile(val *base.Profile)

func (*ClearProfileResponse) String

func (p *ClearProfileResponse) String() string

func (*ClearProfileResponse) Write

func (p *ClearProfileResponse) Write(oprot thrift.TProtocol) (err error)

type CompleteProfilePhotoRequest

type CompleteProfilePhotoRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceCompleteProfilePhotoArgs_Req_DEFAULT *CompleteProfilePhotoRequest

func NewCompleteProfilePhotoRequest

func NewCompleteProfilePhotoRequest() *CompleteProfilePhotoRequest

func (*CompleteProfilePhotoRequest) BLength

func (p *CompleteProfilePhotoRequest) BLength() int

func (*CompleteProfilePhotoRequest) DeepEqual

func (*CompleteProfilePhotoRequest) FastRead

func (p *CompleteProfilePhotoRequest) FastRead(buf []byte) (int, error)

func (*CompleteProfilePhotoRequest) FastReadField1

func (p *CompleteProfilePhotoRequest) FastReadField1(buf []byte) (int, error)

func (*CompleteProfilePhotoRequest) FastWrite

func (p *CompleteProfilePhotoRequest) FastWrite(buf []byte) int

for compatibility

func (*CompleteProfilePhotoRequest) FastWriteNocopy

func (p *CompleteProfilePhotoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CompleteProfilePhotoRequest) Field1DeepEqual

func (p *CompleteProfilePhotoRequest) Field1DeepEqual(src string) bool

func (*CompleteProfilePhotoRequest) GetAccountId

func (p *CompleteProfilePhotoRequest) GetAccountId() (v string)

func (*CompleteProfilePhotoRequest) InitDefault

func (p *CompleteProfilePhotoRequest) InitDefault()

func (*CompleteProfilePhotoRequest) Read

func (p *CompleteProfilePhotoRequest) Read(iprot thrift.TProtocol) (err error)

func (*CompleteProfilePhotoRequest) ReadField1

func (p *CompleteProfilePhotoRequest) ReadField1(iprot thrift.TProtocol) error

func (*CompleteProfilePhotoRequest) SetAccountId

func (p *CompleteProfilePhotoRequest) SetAccountId(val string)

func (*CompleteProfilePhotoRequest) String

func (p *CompleteProfilePhotoRequest) String() string

func (*CompleteProfilePhotoRequest) Write

func (p *CompleteProfilePhotoRequest) Write(oprot thrift.TProtocol) (err error)

type CompleteProfilePhotoResponse

type CompleteProfilePhotoResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Identity *base.Identity     `thrift:"identity,2" frugal:"2,default,base.Identity" json:"identity"`
}
var ProfileServiceCompleteProfilePhotoResult_Success_DEFAULT *CompleteProfilePhotoResponse

func NewCompleteProfilePhotoResponse

func NewCompleteProfilePhotoResponse() *CompleteProfilePhotoResponse

func (*CompleteProfilePhotoResponse) BLength

func (p *CompleteProfilePhotoResponse) BLength() int

func (*CompleteProfilePhotoResponse) DeepEqual

func (*CompleteProfilePhotoResponse) FastRead

func (p *CompleteProfilePhotoResponse) FastRead(buf []byte) (int, error)

func (*CompleteProfilePhotoResponse) FastReadField1

func (p *CompleteProfilePhotoResponse) FastReadField1(buf []byte) (int, error)

func (*CompleteProfilePhotoResponse) FastReadField2

func (p *CompleteProfilePhotoResponse) FastReadField2(buf []byte) (int, error)

func (*CompleteProfilePhotoResponse) FastWrite

func (p *CompleteProfilePhotoResponse) FastWrite(buf []byte) int

for compatibility

func (*CompleteProfilePhotoResponse) FastWriteNocopy

func (p *CompleteProfilePhotoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CompleteProfilePhotoResponse) Field1DeepEqual

func (p *CompleteProfilePhotoResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*CompleteProfilePhotoResponse) Field2DeepEqual

func (p *CompleteProfilePhotoResponse) Field2DeepEqual(src *base.Identity) bool

func (*CompleteProfilePhotoResponse) GetBaseResp

func (p *CompleteProfilePhotoResponse) GetBaseResp() (v *base.BaseResponse)

func (*CompleteProfilePhotoResponse) GetIdentity

func (p *CompleteProfilePhotoResponse) GetIdentity() (v *base.Identity)

func (*CompleteProfilePhotoResponse) InitDefault

func (p *CompleteProfilePhotoResponse) InitDefault()

func (*CompleteProfilePhotoResponse) IsSetBaseResp

func (p *CompleteProfilePhotoResponse) IsSetBaseResp() bool

func (*CompleteProfilePhotoResponse) IsSetIdentity

func (p *CompleteProfilePhotoResponse) IsSetIdentity() bool

func (*CompleteProfilePhotoResponse) Read

func (p *CompleteProfilePhotoResponse) Read(iprot thrift.TProtocol) (err error)

func (*CompleteProfilePhotoResponse) ReadField1

func (p *CompleteProfilePhotoResponse) ReadField1(iprot thrift.TProtocol) error

func (*CompleteProfilePhotoResponse) ReadField2

func (p *CompleteProfilePhotoResponse) ReadField2(iprot thrift.TProtocol) error

func (*CompleteProfilePhotoResponse) SetBaseResp

func (p *CompleteProfilePhotoResponse) SetBaseResp(val *base.BaseResponse)

func (*CompleteProfilePhotoResponse) SetIdentity

func (p *CompleteProfilePhotoResponse) SetIdentity(val *base.Identity)

func (*CompleteProfilePhotoResponse) String

func (*CompleteProfilePhotoResponse) Write

func (p *CompleteProfilePhotoResponse) Write(oprot thrift.TProtocol) (err error)

type CreateProfilePhotoRequest

type CreateProfilePhotoRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceCreateProfilePhotoArgs_Req_DEFAULT *CreateProfilePhotoRequest

func NewCreateProfilePhotoRequest

func NewCreateProfilePhotoRequest() *CreateProfilePhotoRequest

func (*CreateProfilePhotoRequest) BLength

func (p *CreateProfilePhotoRequest) BLength() int

func (*CreateProfilePhotoRequest) DeepEqual

func (*CreateProfilePhotoRequest) FastRead

func (p *CreateProfilePhotoRequest) FastRead(buf []byte) (int, error)

func (*CreateProfilePhotoRequest) FastReadField1

func (p *CreateProfilePhotoRequest) FastReadField1(buf []byte) (int, error)

func (*CreateProfilePhotoRequest) FastWrite

func (p *CreateProfilePhotoRequest) FastWrite(buf []byte) int

for compatibility

func (*CreateProfilePhotoRequest) FastWriteNocopy

func (p *CreateProfilePhotoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CreateProfilePhotoRequest) Field1DeepEqual

func (p *CreateProfilePhotoRequest) Field1DeepEqual(src string) bool

func (*CreateProfilePhotoRequest) GetAccountId

func (p *CreateProfilePhotoRequest) GetAccountId() (v string)

func (*CreateProfilePhotoRequest) InitDefault

func (p *CreateProfilePhotoRequest) InitDefault()

func (*CreateProfilePhotoRequest) Read

func (p *CreateProfilePhotoRequest) Read(iprot thrift.TProtocol) (err error)

func (*CreateProfilePhotoRequest) ReadField1

func (p *CreateProfilePhotoRequest) ReadField1(iprot thrift.TProtocol) error

func (*CreateProfilePhotoRequest) SetAccountId

func (p *CreateProfilePhotoRequest) SetAccountId(val string)

func (*CreateProfilePhotoRequest) String

func (p *CreateProfilePhotoRequest) String() string

func (*CreateProfilePhotoRequest) Write

func (p *CreateProfilePhotoRequest) Write(oprot thrift.TProtocol) (err error)

type CreateProfilePhotoResponse

type CreateProfilePhotoResponse struct {
	BaseResp  *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	UploadUrl string             `thrift:"upload_url,2" frugal:"2,default,string" json:"upload_url"`
}
var ProfileServiceCreateProfilePhotoResult_Success_DEFAULT *CreateProfilePhotoResponse

func NewCreateProfilePhotoResponse

func NewCreateProfilePhotoResponse() *CreateProfilePhotoResponse

func (*CreateProfilePhotoResponse) BLength

func (p *CreateProfilePhotoResponse) BLength() int

func (*CreateProfilePhotoResponse) DeepEqual

func (*CreateProfilePhotoResponse) FastRead

func (p *CreateProfilePhotoResponse) FastRead(buf []byte) (int, error)

func (*CreateProfilePhotoResponse) FastReadField1

func (p *CreateProfilePhotoResponse) FastReadField1(buf []byte) (int, error)

func (*CreateProfilePhotoResponse) FastReadField2

func (p *CreateProfilePhotoResponse) FastReadField2(buf []byte) (int, error)

func (*CreateProfilePhotoResponse) FastWrite

func (p *CreateProfilePhotoResponse) FastWrite(buf []byte) int

for compatibility

func (*CreateProfilePhotoResponse) FastWriteNocopy

func (p *CreateProfilePhotoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*CreateProfilePhotoResponse) Field1DeepEqual

func (p *CreateProfilePhotoResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*CreateProfilePhotoResponse) Field2DeepEqual

func (p *CreateProfilePhotoResponse) Field2DeepEqual(src string) bool

func (*CreateProfilePhotoResponse) GetBaseResp

func (p *CreateProfilePhotoResponse) GetBaseResp() (v *base.BaseResponse)

func (*CreateProfilePhotoResponse) GetUploadUrl

func (p *CreateProfilePhotoResponse) GetUploadUrl() (v string)

func (*CreateProfilePhotoResponse) InitDefault

func (p *CreateProfilePhotoResponse) InitDefault()

func (*CreateProfilePhotoResponse) IsSetBaseResp

func (p *CreateProfilePhotoResponse) IsSetBaseResp() bool

func (*CreateProfilePhotoResponse) Read

func (p *CreateProfilePhotoResponse) Read(iprot thrift.TProtocol) (err error)

func (*CreateProfilePhotoResponse) ReadField1

func (p *CreateProfilePhotoResponse) ReadField1(iprot thrift.TProtocol) error

func (*CreateProfilePhotoResponse) ReadField2

func (p *CreateProfilePhotoResponse) ReadField2(iprot thrift.TProtocol) error

func (*CreateProfilePhotoResponse) SetBaseResp

func (p *CreateProfilePhotoResponse) SetBaseResp(val *base.BaseResponse)

func (*CreateProfilePhotoResponse) SetUploadUrl

func (p *CreateProfilePhotoResponse) SetUploadUrl(val string)

func (*CreateProfilePhotoResponse) String

func (p *CreateProfilePhotoResponse) String() string

func (*CreateProfilePhotoResponse) Write

func (p *CreateProfilePhotoResponse) Write(oprot thrift.TProtocol) (err error)

type DeleteProfileRequest

type DeleteProfileRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceDeleteProfileArgs_Req_DEFAULT *DeleteProfileRequest

func NewDeleteProfileRequest

func NewDeleteProfileRequest() *DeleteProfileRequest

func (*DeleteProfileRequest) BLength

func (p *DeleteProfileRequest) BLength() int

func (*DeleteProfileRequest) DeepEqual

func (p *DeleteProfileRequest) DeepEqual(ano *DeleteProfileRequest) bool

func (*DeleteProfileRequest) FastRead

func (p *DeleteProfileRequest) FastRead(buf []byte) (int, error)

func (*DeleteProfileRequest) FastReadField1

func (p *DeleteProfileRequest) FastReadField1(buf []byte) (int, error)

func (*DeleteProfileRequest) FastWrite

func (p *DeleteProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*DeleteProfileRequest) FastWriteNocopy

func (p *DeleteProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DeleteProfileRequest) Field1DeepEqual

func (p *DeleteProfileRequest) Field1DeepEqual(src string) bool

func (*DeleteProfileRequest) GetAccountId

func (p *DeleteProfileRequest) GetAccountId() (v string)

func (*DeleteProfileRequest) InitDefault

func (p *DeleteProfileRequest) InitDefault()

func (*DeleteProfileRequest) Read

func (p *DeleteProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*DeleteProfileRequest) ReadField1

func (p *DeleteProfileRequest) ReadField1(iprot thrift.TProtocol) error

func (*DeleteProfileRequest) SetAccountId

func (p *DeleteProfileRequest) SetAccountId(val string)

func (*DeleteProfileRequest) String

func (p *DeleteProfileRequest) String() string

func (*DeleteProfileRequest) Write

func (p *DeleteProfileRequest) Write(oprot thrift.TProtocol) (err error)

type DeleteProfileResponse

type DeleteProfileResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
}
var ProfileServiceDeleteProfileResult_Success_DEFAULT *DeleteProfileResponse

func NewDeleteProfileResponse

func NewDeleteProfileResponse() *DeleteProfileResponse

func (*DeleteProfileResponse) BLength

func (p *DeleteProfileResponse) BLength() int

func (*DeleteProfileResponse) DeepEqual

func (*DeleteProfileResponse) FastRead

func (p *DeleteProfileResponse) FastRead(buf []byte) (int, error)

func (*DeleteProfileResponse) FastReadField1

func (p *DeleteProfileResponse) FastReadField1(buf []byte) (int, error)

func (*DeleteProfileResponse) FastWrite

func (p *DeleteProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*DeleteProfileResponse) FastWriteNocopy

func (p *DeleteProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DeleteProfileResponse) Field1DeepEqual

func (p *DeleteProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*DeleteProfileResponse) GetBaseResp

func (p *DeleteProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*DeleteProfileResponse) InitDefault

func (p *DeleteProfileResponse) InitDefault()

func (*DeleteProfileResponse) IsSetBaseResp

func (p *DeleteProfileResponse) IsSetBaseResp() bool

func (*DeleteProfileResponse) Read

func (p *DeleteProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*DeleteProfileResponse) ReadField1

func (p *DeleteProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*DeleteProfileResponse) SetBaseResp

func (p *DeleteProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*DeleteProfileResponse) String

func (p *DeleteProfileResponse) String() string

func (*DeleteProfileResponse) Write

func (p *DeleteProfileResponse) Write(oprot thrift.TProtocol) (err error)

type GetAllProfileRequest

type GetAllProfileRequest struct {
}
var ProfileServiceGetAllProfileArgs_Req_DEFAULT *GetAllProfileRequest

func NewGetAllProfileRequest

func NewGetAllProfileRequest() *GetAllProfileRequest

func (*GetAllProfileRequest) BLength

func (p *GetAllProfileRequest) BLength() int

func (*GetAllProfileRequest) DeepEqual

func (p *GetAllProfileRequest) DeepEqual(ano *GetAllProfileRequest) bool

func (*GetAllProfileRequest) FastRead

func (p *GetAllProfileRequest) FastRead(buf []byte) (int, error)

func (*GetAllProfileRequest) FastWrite

func (p *GetAllProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*GetAllProfileRequest) FastWriteNocopy

func (p *GetAllProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetAllProfileRequest) InitDefault

func (p *GetAllProfileRequest) InitDefault()

func (*GetAllProfileRequest) Read

func (p *GetAllProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetAllProfileRequest) String

func (p *GetAllProfileRequest) String() string

func (*GetAllProfileRequest) Write

func (p *GetAllProfileRequest) Write(oprot thrift.TProtocol) (err error)

type GetAllProfileResponse

type GetAllProfileResponse struct {
	BaseResp *base.BaseResponse    `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  []*base.ProfileRecord `thrift:"profile,2" frugal:"2,default,list<base.ProfileRecord>" json:"profile"`
}
var ProfileServiceGetAllProfileResult_Success_DEFAULT *GetAllProfileResponse

func NewGetAllProfileResponse

func NewGetAllProfileResponse() *GetAllProfileResponse

func (*GetAllProfileResponse) BLength

func (p *GetAllProfileResponse) BLength() int

func (*GetAllProfileResponse) DeepEqual

func (*GetAllProfileResponse) FastRead

func (p *GetAllProfileResponse) FastRead(buf []byte) (int, error)

func (*GetAllProfileResponse) FastReadField1

func (p *GetAllProfileResponse) FastReadField1(buf []byte) (int, error)

func (*GetAllProfileResponse) FastReadField2

func (p *GetAllProfileResponse) FastReadField2(buf []byte) (int, error)

func (*GetAllProfileResponse) FastWrite

func (p *GetAllProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*GetAllProfileResponse) FastWriteNocopy

func (p *GetAllProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetAllProfileResponse) Field1DeepEqual

func (p *GetAllProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetAllProfileResponse) Field2DeepEqual

func (p *GetAllProfileResponse) Field2DeepEqual(src []*base.ProfileRecord) bool

func (*GetAllProfileResponse) GetBaseResp

func (p *GetAllProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetAllProfileResponse) GetProfile

func (p *GetAllProfileResponse) GetProfile() (v []*base.ProfileRecord)

func (*GetAllProfileResponse) InitDefault

func (p *GetAllProfileResponse) InitDefault()

func (*GetAllProfileResponse) IsSetBaseResp

func (p *GetAllProfileResponse) IsSetBaseResp() bool

func (*GetAllProfileResponse) Read

func (p *GetAllProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetAllProfileResponse) ReadField1

func (p *GetAllProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetAllProfileResponse) ReadField2

func (p *GetAllProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetAllProfileResponse) SetBaseResp

func (p *GetAllProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*GetAllProfileResponse) SetProfile

func (p *GetAllProfileResponse) SetProfile(val []*base.ProfileRecord)

func (*GetAllProfileResponse) String

func (p *GetAllProfileResponse) String() string

func (*GetAllProfileResponse) Write

func (p *GetAllProfileResponse) Write(oprot thrift.TProtocol) (err error)

type GetPendingProfileRequest

type GetPendingProfileRequest struct {
}
var ProfileServiceGetPendingProfileArgs_Req_DEFAULT *GetPendingProfileRequest

func NewGetPendingProfileRequest

func NewGetPendingProfileRequest() *GetPendingProfileRequest

func (*GetPendingProfileRequest) BLength

func (p *GetPendingProfileRequest) BLength() int

func (*GetPendingProfileRequest) DeepEqual

func (*GetPendingProfileRequest) FastRead

func (p *GetPendingProfileRequest) FastRead(buf []byte) (int, error)

func (*GetPendingProfileRequest) FastWrite

func (p *GetPendingProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*GetPendingProfileRequest) FastWriteNocopy

func (p *GetPendingProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetPendingProfileRequest) InitDefault

func (p *GetPendingProfileRequest) InitDefault()

func (*GetPendingProfileRequest) Read

func (p *GetPendingProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetPendingProfileRequest) String

func (p *GetPendingProfileRequest) String() string

func (*GetPendingProfileRequest) Write

func (p *GetPendingProfileRequest) Write(oprot thrift.TProtocol) (err error)

type GetPendingProfileResponse

type GetPendingProfileResponse struct {
	BaseResp *base.BaseResponse    `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  []*base.ProfileRecord `thrift:"profile,2" frugal:"2,default,list<base.ProfileRecord>" json:"profile"`
}
var ProfileServiceGetPendingProfileResult_Success_DEFAULT *GetPendingProfileResponse

func NewGetPendingProfileResponse

func NewGetPendingProfileResponse() *GetPendingProfileResponse

func (*GetPendingProfileResponse) BLength

func (p *GetPendingProfileResponse) BLength() int

func (*GetPendingProfileResponse) DeepEqual

func (*GetPendingProfileResponse) FastRead

func (p *GetPendingProfileResponse) FastRead(buf []byte) (int, error)

func (*GetPendingProfileResponse) FastReadField1

func (p *GetPendingProfileResponse) FastReadField1(buf []byte) (int, error)

func (*GetPendingProfileResponse) FastReadField2

func (p *GetPendingProfileResponse) FastReadField2(buf []byte) (int, error)

func (*GetPendingProfileResponse) FastWrite

func (p *GetPendingProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*GetPendingProfileResponse) FastWriteNocopy

func (p *GetPendingProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetPendingProfileResponse) Field1DeepEqual

func (p *GetPendingProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetPendingProfileResponse) Field2DeepEqual

func (p *GetPendingProfileResponse) Field2DeepEqual(src []*base.ProfileRecord) bool

func (*GetPendingProfileResponse) GetBaseResp

func (p *GetPendingProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetPendingProfileResponse) GetProfile

func (p *GetPendingProfileResponse) GetProfile() (v []*base.ProfileRecord)

func (*GetPendingProfileResponse) InitDefault

func (p *GetPendingProfileResponse) InitDefault()

func (*GetPendingProfileResponse) IsSetBaseResp

func (p *GetPendingProfileResponse) IsSetBaseResp() bool

func (*GetPendingProfileResponse) Read

func (p *GetPendingProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetPendingProfileResponse) ReadField1

func (p *GetPendingProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetPendingProfileResponse) ReadField2

func (p *GetPendingProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetPendingProfileResponse) SetBaseResp

func (p *GetPendingProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*GetPendingProfileResponse) SetProfile

func (p *GetPendingProfileResponse) SetProfile(val []*base.ProfileRecord)

func (*GetPendingProfileResponse) String

func (p *GetPendingProfileResponse) String() string

func (*GetPendingProfileResponse) Write

func (p *GetPendingProfileResponse) Write(oprot thrift.TProtocol) (err error)

type GetProfilePhotoRequest

type GetProfilePhotoRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceGetProfilePhotoArgs_Req_DEFAULT *GetProfilePhotoRequest

func NewGetProfilePhotoRequest

func NewGetProfilePhotoRequest() *GetProfilePhotoRequest

func (*GetProfilePhotoRequest) BLength

func (p *GetProfilePhotoRequest) BLength() int

func (*GetProfilePhotoRequest) DeepEqual

func (*GetProfilePhotoRequest) FastRead

func (p *GetProfilePhotoRequest) FastRead(buf []byte) (int, error)

func (*GetProfilePhotoRequest) FastReadField1

func (p *GetProfilePhotoRequest) FastReadField1(buf []byte) (int, error)

func (*GetProfilePhotoRequest) FastWrite

func (p *GetProfilePhotoRequest) FastWrite(buf []byte) int

for compatibility

func (*GetProfilePhotoRequest) FastWriteNocopy

func (p *GetProfilePhotoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetProfilePhotoRequest) Field1DeepEqual

func (p *GetProfilePhotoRequest) Field1DeepEqual(src string) bool

func (*GetProfilePhotoRequest) GetAccountId

func (p *GetProfilePhotoRequest) GetAccountId() (v string)

func (*GetProfilePhotoRequest) InitDefault

func (p *GetProfilePhotoRequest) InitDefault()

func (*GetProfilePhotoRequest) Read

func (p *GetProfilePhotoRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetProfilePhotoRequest) ReadField1

func (p *GetProfilePhotoRequest) ReadField1(iprot thrift.TProtocol) error

func (*GetProfilePhotoRequest) SetAccountId

func (p *GetProfilePhotoRequest) SetAccountId(val string)

func (*GetProfilePhotoRequest) String

func (p *GetProfilePhotoRequest) String() string

func (*GetProfilePhotoRequest) Write

func (p *GetProfilePhotoRequest) Write(oprot thrift.TProtocol) (err error)

type GetProfilePhotoResponse

type GetProfilePhotoResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Url      string             `thrift:"url,2" frugal:"2,default,string" json:"url"`
}
var ProfileServiceGetProfilePhotoResult_Success_DEFAULT *GetProfilePhotoResponse

func NewGetProfilePhotoResponse

func NewGetProfilePhotoResponse() *GetProfilePhotoResponse

func (*GetProfilePhotoResponse) BLength

func (p *GetProfilePhotoResponse) BLength() int

func (*GetProfilePhotoResponse) DeepEqual

func (*GetProfilePhotoResponse) FastRead

func (p *GetProfilePhotoResponse) FastRead(buf []byte) (int, error)

func (*GetProfilePhotoResponse) FastReadField1

func (p *GetProfilePhotoResponse) FastReadField1(buf []byte) (int, error)

func (*GetProfilePhotoResponse) FastReadField2

func (p *GetProfilePhotoResponse) FastReadField2(buf []byte) (int, error)

func (*GetProfilePhotoResponse) FastWrite

func (p *GetProfilePhotoResponse) FastWrite(buf []byte) int

for compatibility

func (*GetProfilePhotoResponse) FastWriteNocopy

func (p *GetProfilePhotoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetProfilePhotoResponse) Field1DeepEqual

func (p *GetProfilePhotoResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetProfilePhotoResponse) Field2DeepEqual

func (p *GetProfilePhotoResponse) Field2DeepEqual(src string) bool

func (*GetProfilePhotoResponse) GetBaseResp

func (p *GetProfilePhotoResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetProfilePhotoResponse) GetUrl

func (p *GetProfilePhotoResponse) GetUrl() (v string)

func (*GetProfilePhotoResponse) InitDefault

func (p *GetProfilePhotoResponse) InitDefault()

func (*GetProfilePhotoResponse) IsSetBaseResp

func (p *GetProfilePhotoResponse) IsSetBaseResp() bool

func (*GetProfilePhotoResponse) Read

func (p *GetProfilePhotoResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetProfilePhotoResponse) ReadField1

func (p *GetProfilePhotoResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetProfilePhotoResponse) ReadField2

func (p *GetProfilePhotoResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetProfilePhotoResponse) SetBaseResp

func (p *GetProfilePhotoResponse) SetBaseResp(val *base.BaseResponse)

func (*GetProfilePhotoResponse) SetUrl

func (p *GetProfilePhotoResponse) SetUrl(val string)

func (*GetProfilePhotoResponse) String

func (p *GetProfilePhotoResponse) String() string

func (*GetProfilePhotoResponse) Write

func (p *GetProfilePhotoResponse) Write(oprot thrift.TProtocol) (err error)

type GetProfileRequest

type GetProfileRequest struct {
	AccountId string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
}
var ProfileServiceGetProfileArgs_Req_DEFAULT *GetProfileRequest

func NewGetProfileRequest

func NewGetProfileRequest() *GetProfileRequest

func (*GetProfileRequest) BLength

func (p *GetProfileRequest) BLength() int

func (*GetProfileRequest) DeepEqual

func (p *GetProfileRequest) DeepEqual(ano *GetProfileRequest) bool

func (*GetProfileRequest) FastRead

func (p *GetProfileRequest) FastRead(buf []byte) (int, error)

func (*GetProfileRequest) FastReadField1

func (p *GetProfileRequest) FastReadField1(buf []byte) (int, error)

func (*GetProfileRequest) FastWrite

func (p *GetProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*GetProfileRequest) FastWriteNocopy

func (p *GetProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetProfileRequest) Field1DeepEqual

func (p *GetProfileRequest) Field1DeepEqual(src string) bool

func (*GetProfileRequest) GetAccountId

func (p *GetProfileRequest) GetAccountId() (v string)

func (*GetProfileRequest) InitDefault

func (p *GetProfileRequest) InitDefault()

func (*GetProfileRequest) Read

func (p *GetProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetProfileRequest) ReadField1

func (p *GetProfileRequest) ReadField1(iprot thrift.TProtocol) error

func (*GetProfileRequest) SetAccountId

func (p *GetProfileRequest) SetAccountId(val string)

func (*GetProfileRequest) String

func (p *GetProfileRequest) String() string

func (*GetProfileRequest) Write

func (p *GetProfileRequest) Write(oprot thrift.TProtocol) (err error)

type GetProfileResponse

type GetProfileResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  *base.Profile      `thrift:"profile,2" frugal:"2,default,base.Profile" json:"profile"`
}
var ProfileServiceGetProfileResult_Success_DEFAULT *GetProfileResponse

func NewGetProfileResponse

func NewGetProfileResponse() *GetProfileResponse

func (*GetProfileResponse) BLength

func (p *GetProfileResponse) BLength() int

func (*GetProfileResponse) DeepEqual

func (p *GetProfileResponse) DeepEqual(ano *GetProfileResponse) bool

func (*GetProfileResponse) FastRead

func (p *GetProfileResponse) FastRead(buf []byte) (int, error)

func (*GetProfileResponse) FastReadField1

func (p *GetProfileResponse) FastReadField1(buf []byte) (int, error)

func (*GetProfileResponse) FastReadField2

func (p *GetProfileResponse) FastReadField2(buf []byte) (int, error)

func (*GetProfileResponse) FastWrite

func (p *GetProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*GetProfileResponse) FastWriteNocopy

func (p *GetProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetProfileResponse) Field1DeepEqual

func (p *GetProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetProfileResponse) Field2DeepEqual

func (p *GetProfileResponse) Field2DeepEqual(src *base.Profile) bool

func (*GetProfileResponse) GetBaseResp

func (p *GetProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetProfileResponse) GetProfile

func (p *GetProfileResponse) GetProfile() (v *base.Profile)

func (*GetProfileResponse) InitDefault

func (p *GetProfileResponse) InitDefault()

func (*GetProfileResponse) IsSetBaseResp

func (p *GetProfileResponse) IsSetBaseResp() bool

func (*GetProfileResponse) IsSetProfile

func (p *GetProfileResponse) IsSetProfile() bool

func (*GetProfileResponse) Read

func (p *GetProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetProfileResponse) ReadField1

func (p *GetProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetProfileResponse) ReadField2

func (p *GetProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetProfileResponse) SetBaseResp

func (p *GetProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*GetProfileResponse) SetProfile

func (p *GetProfileResponse) SetProfile(val *base.Profile)

func (*GetProfileResponse) String

func (p *GetProfileResponse) String() string

func (*GetProfileResponse) Write

func (p *GetProfileResponse) Write(oprot thrift.TProtocol) (err error)

type GetSomeProfileRequest

type GetSomeProfileRequest struct {
}
var ProfileServiceGetSomeProfileArgs_Req_DEFAULT *GetSomeProfileRequest

func NewGetSomeProfileRequest

func NewGetSomeProfileRequest() *GetSomeProfileRequest

func (*GetSomeProfileRequest) BLength

func (p *GetSomeProfileRequest) BLength() int

func (*GetSomeProfileRequest) DeepEqual

func (*GetSomeProfileRequest) FastRead

func (p *GetSomeProfileRequest) FastRead(buf []byte) (int, error)

func (*GetSomeProfileRequest) FastWrite

func (p *GetSomeProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*GetSomeProfileRequest) FastWriteNocopy

func (p *GetSomeProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetSomeProfileRequest) InitDefault

func (p *GetSomeProfileRequest) InitDefault()

func (*GetSomeProfileRequest) Read

func (p *GetSomeProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*GetSomeProfileRequest) String

func (p *GetSomeProfileRequest) String() string

func (*GetSomeProfileRequest) Write

func (p *GetSomeProfileRequest) Write(oprot thrift.TProtocol) (err error)

type GetSomeProfileResponse

type GetSomeProfileResponse struct {
	BaseResp *base.BaseResponse    `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  []*base.ProfileRecord `thrift:"profile,2" frugal:"2,default,list<base.ProfileRecord>" json:"profile"`
}
var ProfileServiceGetSomeProfileResult_Success_DEFAULT *GetSomeProfileResponse

func NewGetSomeProfileResponse

func NewGetSomeProfileResponse() *GetSomeProfileResponse

func (*GetSomeProfileResponse) BLength

func (p *GetSomeProfileResponse) BLength() int

func (*GetSomeProfileResponse) DeepEqual

func (*GetSomeProfileResponse) FastRead

func (p *GetSomeProfileResponse) FastRead(buf []byte) (int, error)

func (*GetSomeProfileResponse) FastReadField1

func (p *GetSomeProfileResponse) FastReadField1(buf []byte) (int, error)

func (*GetSomeProfileResponse) FastReadField2

func (p *GetSomeProfileResponse) FastReadField2(buf []byte) (int, error)

func (*GetSomeProfileResponse) FastWrite

func (p *GetSomeProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*GetSomeProfileResponse) FastWriteNocopy

func (p *GetSomeProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*GetSomeProfileResponse) Field1DeepEqual

func (p *GetSomeProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetSomeProfileResponse) Field2DeepEqual

func (p *GetSomeProfileResponse) Field2DeepEqual(src []*base.ProfileRecord) bool

func (*GetSomeProfileResponse) GetBaseResp

func (p *GetSomeProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetSomeProfileResponse) GetProfile

func (p *GetSomeProfileResponse) GetProfile() (v []*base.ProfileRecord)

func (*GetSomeProfileResponse) InitDefault

func (p *GetSomeProfileResponse) InitDefault()

func (*GetSomeProfileResponse) IsSetBaseResp

func (p *GetSomeProfileResponse) IsSetBaseResp() bool

func (*GetSomeProfileResponse) Read

func (p *GetSomeProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*GetSomeProfileResponse) ReadField1

func (p *GetSomeProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*GetSomeProfileResponse) ReadField2

func (p *GetSomeProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*GetSomeProfileResponse) SetBaseResp

func (p *GetSomeProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*GetSomeProfileResponse) SetProfile

func (p *GetSomeProfileResponse) SetProfile(val []*base.ProfileRecord)

func (*GetSomeProfileResponse) String

func (p *GetSomeProfileResponse) String() string

func (*GetSomeProfileResponse) Write

func (p *GetSomeProfileResponse) Write(oprot thrift.TProtocol) (err error)

type ProfileService

type ProfileService interface {
	GetProfile(ctx context.Context, req *GetProfileRequest) (r *GetProfileResponse, err error)

	SubmitProfile(ctx context.Context, req *SubmitProfileRequest) (r *SubmitProfileResponse, err error)

	ClearProfile(ctx context.Context, req *ClearProfileRequest) (r *ClearProfileResponse, err error)

	GetAllProfile(ctx context.Context, req *GetAllProfileRequest) (r *GetAllProfileResponse, err error)

	GetSomeProfile(ctx context.Context, req *GetSomeProfileRequest) (r *GetSomeProfileResponse, err error)

	GetPendingProfile(ctx context.Context, req *GetPendingProfileRequest) (r *GetPendingProfileResponse, err error)

	CheckProfile(ctx context.Context, req *CheckProfileRequest) (r *CheckProfileResponse, err error)

	DeleteProfile(ctx context.Context, req *DeleteProfileRequest) (r *DeleteProfileResponse, err error)

	GetProfilePhoto(ctx context.Context, req *GetProfilePhotoRequest) (r *GetProfilePhotoResponse, err error)

	CreateProfilePhoto(ctx context.Context, req *CreateProfilePhotoRequest) (r *CreateProfilePhotoResponse, err error)

	CompleteProfilePhoto(ctx context.Context, req *CompleteProfilePhotoRequest) (r *CompleteProfilePhotoResponse, err error)

	ClearProfilePhoto(ctx context.Context, req *ClearProfilePhotoRequest) (r *ClearProfilePhotoResponse, err error)
}

type ProfileServiceCheckProfileArgs

type ProfileServiceCheckProfileArgs struct {
	Req *CheckProfileRequest `thrift:"req,1" frugal:"1,default,CheckProfileRequest" json:"req"`
}

func NewProfileServiceCheckProfileArgs

func NewProfileServiceCheckProfileArgs() *ProfileServiceCheckProfileArgs

func (*ProfileServiceCheckProfileArgs) BLength

func (p *ProfileServiceCheckProfileArgs) BLength() int

func (*ProfileServiceCheckProfileArgs) DeepEqual

func (*ProfileServiceCheckProfileArgs) FastRead

func (p *ProfileServiceCheckProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceCheckProfileArgs) FastReadField1

func (p *ProfileServiceCheckProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceCheckProfileArgs) FastWrite

func (p *ProfileServiceCheckProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceCheckProfileArgs) FastWriteNocopy

func (p *ProfileServiceCheckProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCheckProfileArgs) Field1DeepEqual

func (p *ProfileServiceCheckProfileArgs) Field1DeepEqual(src *CheckProfileRequest) bool

func (*ProfileServiceCheckProfileArgs) GetFirstArgument

func (p *ProfileServiceCheckProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceCheckProfileArgs) GetReq

func (*ProfileServiceCheckProfileArgs) InitDefault

func (p *ProfileServiceCheckProfileArgs) InitDefault()

func (*ProfileServiceCheckProfileArgs) IsSetReq

func (p *ProfileServiceCheckProfileArgs) IsSetReq() bool

func (*ProfileServiceCheckProfileArgs) Read

func (*ProfileServiceCheckProfileArgs) ReadField1

func (*ProfileServiceCheckProfileArgs) SetReq

func (*ProfileServiceCheckProfileArgs) String

func (*ProfileServiceCheckProfileArgs) Write

func (p *ProfileServiceCheckProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceCheckProfileResult

type ProfileServiceCheckProfileResult struct {
	Success *CheckProfileResponse `thrift:"success,0,optional" frugal:"0,optional,CheckProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceCheckProfileResult

func NewProfileServiceCheckProfileResult() *ProfileServiceCheckProfileResult

func (*ProfileServiceCheckProfileResult) BLength

func (*ProfileServiceCheckProfileResult) DeepEqual

func (*ProfileServiceCheckProfileResult) FastRead

func (p *ProfileServiceCheckProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceCheckProfileResult) FastReadField0

func (p *ProfileServiceCheckProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceCheckProfileResult) FastWrite

func (p *ProfileServiceCheckProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceCheckProfileResult) FastWriteNocopy

func (p *ProfileServiceCheckProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCheckProfileResult) Field0DeepEqual

func (*ProfileServiceCheckProfileResult) GetResult

func (p *ProfileServiceCheckProfileResult) GetResult() interface{}

func (*ProfileServiceCheckProfileResult) GetSuccess

func (*ProfileServiceCheckProfileResult) InitDefault

func (p *ProfileServiceCheckProfileResult) InitDefault()

func (*ProfileServiceCheckProfileResult) IsSetSuccess

func (p *ProfileServiceCheckProfileResult) IsSetSuccess() bool

func (*ProfileServiceCheckProfileResult) Read

func (*ProfileServiceCheckProfileResult) ReadField0

func (*ProfileServiceCheckProfileResult) SetSuccess

func (p *ProfileServiceCheckProfileResult) SetSuccess(x interface{})

func (*ProfileServiceCheckProfileResult) String

func (*ProfileServiceCheckProfileResult) Write

type ProfileServiceClearProfileArgs

type ProfileServiceClearProfileArgs struct {
	Req *ClearProfileRequest `thrift:"req,1" frugal:"1,default,ClearProfileRequest" json:"req"`
}

func NewProfileServiceClearProfileArgs

func NewProfileServiceClearProfileArgs() *ProfileServiceClearProfileArgs

func (*ProfileServiceClearProfileArgs) BLength

func (p *ProfileServiceClearProfileArgs) BLength() int

func (*ProfileServiceClearProfileArgs) DeepEqual

func (*ProfileServiceClearProfileArgs) FastRead

func (p *ProfileServiceClearProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceClearProfileArgs) FastReadField1

func (p *ProfileServiceClearProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceClearProfileArgs) FastWrite

func (p *ProfileServiceClearProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceClearProfileArgs) FastWriteNocopy

func (p *ProfileServiceClearProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceClearProfileArgs) Field1DeepEqual

func (p *ProfileServiceClearProfileArgs) Field1DeepEqual(src *ClearProfileRequest) bool

func (*ProfileServiceClearProfileArgs) GetFirstArgument

func (p *ProfileServiceClearProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceClearProfileArgs) GetReq

func (*ProfileServiceClearProfileArgs) InitDefault

func (p *ProfileServiceClearProfileArgs) InitDefault()

func (*ProfileServiceClearProfileArgs) IsSetReq

func (p *ProfileServiceClearProfileArgs) IsSetReq() bool

func (*ProfileServiceClearProfileArgs) Read

func (*ProfileServiceClearProfileArgs) ReadField1

func (*ProfileServiceClearProfileArgs) SetReq

func (*ProfileServiceClearProfileArgs) String

func (*ProfileServiceClearProfileArgs) Write

func (p *ProfileServiceClearProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceClearProfilePhotoArgs

type ProfileServiceClearProfilePhotoArgs struct {
	Req *ClearProfilePhotoRequest `thrift:"req,1" frugal:"1,default,ClearProfilePhotoRequest" json:"req"`
}

func NewProfileServiceClearProfilePhotoArgs

func NewProfileServiceClearProfilePhotoArgs() *ProfileServiceClearProfilePhotoArgs

func (*ProfileServiceClearProfilePhotoArgs) BLength

func (*ProfileServiceClearProfilePhotoArgs) DeepEqual

func (*ProfileServiceClearProfilePhotoArgs) FastRead

func (p *ProfileServiceClearProfilePhotoArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceClearProfilePhotoArgs) FastReadField1

func (p *ProfileServiceClearProfilePhotoArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceClearProfilePhotoArgs) FastWrite

func (p *ProfileServiceClearProfilePhotoArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceClearProfilePhotoArgs) FastWriteNocopy

func (p *ProfileServiceClearProfilePhotoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceClearProfilePhotoArgs) Field1DeepEqual

func (*ProfileServiceClearProfilePhotoArgs) GetFirstArgument

func (p *ProfileServiceClearProfilePhotoArgs) GetFirstArgument() interface{}

func (*ProfileServiceClearProfilePhotoArgs) GetReq

func (*ProfileServiceClearProfilePhotoArgs) InitDefault

func (p *ProfileServiceClearProfilePhotoArgs) InitDefault()

func (*ProfileServiceClearProfilePhotoArgs) IsSetReq

func (*ProfileServiceClearProfilePhotoArgs) Read

func (*ProfileServiceClearProfilePhotoArgs) ReadField1

func (*ProfileServiceClearProfilePhotoArgs) SetReq

func (*ProfileServiceClearProfilePhotoArgs) String

func (*ProfileServiceClearProfilePhotoArgs) Write

type ProfileServiceClearProfilePhotoResult

type ProfileServiceClearProfilePhotoResult struct {
	Success *ClearProfilePhotoResponse `thrift:"success,0,optional" frugal:"0,optional,ClearProfilePhotoResponse" json:"success,omitempty"`
}

func NewProfileServiceClearProfilePhotoResult

func NewProfileServiceClearProfilePhotoResult() *ProfileServiceClearProfilePhotoResult

func (*ProfileServiceClearProfilePhotoResult) BLength

func (*ProfileServiceClearProfilePhotoResult) DeepEqual

func (*ProfileServiceClearProfilePhotoResult) FastRead

func (p *ProfileServiceClearProfilePhotoResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceClearProfilePhotoResult) FastReadField0

func (p *ProfileServiceClearProfilePhotoResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceClearProfilePhotoResult) FastWrite

func (p *ProfileServiceClearProfilePhotoResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceClearProfilePhotoResult) FastWriteNocopy

func (p *ProfileServiceClearProfilePhotoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceClearProfilePhotoResult) Field0DeepEqual

func (*ProfileServiceClearProfilePhotoResult) GetResult

func (p *ProfileServiceClearProfilePhotoResult) GetResult() interface{}

func (*ProfileServiceClearProfilePhotoResult) GetSuccess

func (*ProfileServiceClearProfilePhotoResult) InitDefault

func (p *ProfileServiceClearProfilePhotoResult) InitDefault()

func (*ProfileServiceClearProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceClearProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceClearProfilePhotoResult) Read

func (*ProfileServiceClearProfilePhotoResult) ReadField0

func (*ProfileServiceClearProfilePhotoResult) SetSuccess

func (p *ProfileServiceClearProfilePhotoResult) SetSuccess(x interface{})

func (*ProfileServiceClearProfilePhotoResult) String

func (*ProfileServiceClearProfilePhotoResult) Write

type ProfileServiceClearProfileResult

type ProfileServiceClearProfileResult struct {
	Success *ClearProfileResponse `thrift:"success,0,optional" frugal:"0,optional,ClearProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceClearProfileResult

func NewProfileServiceClearProfileResult() *ProfileServiceClearProfileResult

func (*ProfileServiceClearProfileResult) BLength

func (*ProfileServiceClearProfileResult) DeepEqual

func (*ProfileServiceClearProfileResult) FastRead

func (p *ProfileServiceClearProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceClearProfileResult) FastReadField0

func (p *ProfileServiceClearProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceClearProfileResult) FastWrite

func (p *ProfileServiceClearProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceClearProfileResult) FastWriteNocopy

func (p *ProfileServiceClearProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceClearProfileResult) Field0DeepEqual

func (*ProfileServiceClearProfileResult) GetResult

func (p *ProfileServiceClearProfileResult) GetResult() interface{}

func (*ProfileServiceClearProfileResult) GetSuccess

func (*ProfileServiceClearProfileResult) InitDefault

func (p *ProfileServiceClearProfileResult) InitDefault()

func (*ProfileServiceClearProfileResult) IsSetSuccess

func (p *ProfileServiceClearProfileResult) IsSetSuccess() bool

func (*ProfileServiceClearProfileResult) Read

func (*ProfileServiceClearProfileResult) ReadField0

func (*ProfileServiceClearProfileResult) SetSuccess

func (p *ProfileServiceClearProfileResult) SetSuccess(x interface{})

func (*ProfileServiceClearProfileResult) String

func (*ProfileServiceClearProfileResult) Write

type ProfileServiceClient

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

func NewProfileServiceClient

func NewProfileServiceClient(c thrift.TClient) *ProfileServiceClient

func NewProfileServiceClientProtocol

func NewProfileServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *ProfileServiceClient

func (*ProfileServiceClient) CheckProfile

func (*ProfileServiceClient) ClearProfile

func (*ProfileServiceClient) ClearProfilePhoto

func (*ProfileServiceClient) Client_

func (p *ProfileServiceClient) Client_() thrift.TClient

func (*ProfileServiceClient) CompleteProfilePhoto

func (*ProfileServiceClient) CreateProfilePhoto

func (*ProfileServiceClient) DeleteProfile

func (*ProfileServiceClient) GetAllProfile

func (*ProfileServiceClient) GetPendingProfile

func (*ProfileServiceClient) GetProfile

func (*ProfileServiceClient) GetProfilePhoto

func (*ProfileServiceClient) GetSomeProfile

func (*ProfileServiceClient) SubmitProfile

type ProfileServiceCompleteProfilePhotoArgs

type ProfileServiceCompleteProfilePhotoArgs struct {
	Req *CompleteProfilePhotoRequest `thrift:"req,1" frugal:"1,default,CompleteProfilePhotoRequest" json:"req"`
}

func NewProfileServiceCompleteProfilePhotoArgs

func NewProfileServiceCompleteProfilePhotoArgs() *ProfileServiceCompleteProfilePhotoArgs

func (*ProfileServiceCompleteProfilePhotoArgs) BLength

func (*ProfileServiceCompleteProfilePhotoArgs) DeepEqual

func (*ProfileServiceCompleteProfilePhotoArgs) FastRead

func (p *ProfileServiceCompleteProfilePhotoArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceCompleteProfilePhotoArgs) FastReadField1

func (p *ProfileServiceCompleteProfilePhotoArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceCompleteProfilePhotoArgs) FastWrite

func (p *ProfileServiceCompleteProfilePhotoArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceCompleteProfilePhotoArgs) FastWriteNocopy

func (p *ProfileServiceCompleteProfilePhotoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCompleteProfilePhotoArgs) Field1DeepEqual

func (*ProfileServiceCompleteProfilePhotoArgs) GetFirstArgument

func (p *ProfileServiceCompleteProfilePhotoArgs) GetFirstArgument() interface{}

func (*ProfileServiceCompleteProfilePhotoArgs) GetReq

func (*ProfileServiceCompleteProfilePhotoArgs) InitDefault

func (p *ProfileServiceCompleteProfilePhotoArgs) InitDefault()

func (*ProfileServiceCompleteProfilePhotoArgs) IsSetReq

func (*ProfileServiceCompleteProfilePhotoArgs) Read

func (*ProfileServiceCompleteProfilePhotoArgs) ReadField1

func (*ProfileServiceCompleteProfilePhotoArgs) SetReq

func (*ProfileServiceCompleteProfilePhotoArgs) String

func (*ProfileServiceCompleteProfilePhotoArgs) Write

type ProfileServiceCompleteProfilePhotoResult

type ProfileServiceCompleteProfilePhotoResult struct {
	Success *CompleteProfilePhotoResponse `thrift:"success,0,optional" frugal:"0,optional,CompleteProfilePhotoResponse" json:"success,omitempty"`
}

func NewProfileServiceCompleteProfilePhotoResult

func NewProfileServiceCompleteProfilePhotoResult() *ProfileServiceCompleteProfilePhotoResult

func (*ProfileServiceCompleteProfilePhotoResult) BLength

func (*ProfileServiceCompleteProfilePhotoResult) DeepEqual

func (*ProfileServiceCompleteProfilePhotoResult) FastRead

func (*ProfileServiceCompleteProfilePhotoResult) FastReadField0

func (p *ProfileServiceCompleteProfilePhotoResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceCompleteProfilePhotoResult) FastWrite

for compatibility

func (*ProfileServiceCompleteProfilePhotoResult) FastWriteNocopy

func (p *ProfileServiceCompleteProfilePhotoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCompleteProfilePhotoResult) Field0DeepEqual

func (*ProfileServiceCompleteProfilePhotoResult) GetResult

func (p *ProfileServiceCompleteProfilePhotoResult) GetResult() interface{}

func (*ProfileServiceCompleteProfilePhotoResult) GetSuccess

func (*ProfileServiceCompleteProfilePhotoResult) InitDefault

func (*ProfileServiceCompleteProfilePhotoResult) IsSetSuccess

func (*ProfileServiceCompleteProfilePhotoResult) Read

func (*ProfileServiceCompleteProfilePhotoResult) ReadField0

func (*ProfileServiceCompleteProfilePhotoResult) SetSuccess

func (p *ProfileServiceCompleteProfilePhotoResult) SetSuccess(x interface{})

func (*ProfileServiceCompleteProfilePhotoResult) String

func (*ProfileServiceCompleteProfilePhotoResult) Write

type ProfileServiceCreateProfilePhotoArgs

type ProfileServiceCreateProfilePhotoArgs struct {
	Req *CreateProfilePhotoRequest `thrift:"req,1" frugal:"1,default,CreateProfilePhotoRequest" json:"req"`
}

func NewProfileServiceCreateProfilePhotoArgs

func NewProfileServiceCreateProfilePhotoArgs() *ProfileServiceCreateProfilePhotoArgs

func (*ProfileServiceCreateProfilePhotoArgs) BLength

func (*ProfileServiceCreateProfilePhotoArgs) DeepEqual

func (*ProfileServiceCreateProfilePhotoArgs) FastRead

func (p *ProfileServiceCreateProfilePhotoArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceCreateProfilePhotoArgs) FastReadField1

func (p *ProfileServiceCreateProfilePhotoArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceCreateProfilePhotoArgs) FastWrite

func (p *ProfileServiceCreateProfilePhotoArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceCreateProfilePhotoArgs) FastWriteNocopy

func (p *ProfileServiceCreateProfilePhotoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCreateProfilePhotoArgs) Field1DeepEqual

func (*ProfileServiceCreateProfilePhotoArgs) GetFirstArgument

func (p *ProfileServiceCreateProfilePhotoArgs) GetFirstArgument() interface{}

func (*ProfileServiceCreateProfilePhotoArgs) GetReq

func (*ProfileServiceCreateProfilePhotoArgs) InitDefault

func (p *ProfileServiceCreateProfilePhotoArgs) InitDefault()

func (*ProfileServiceCreateProfilePhotoArgs) IsSetReq

func (*ProfileServiceCreateProfilePhotoArgs) Read

func (*ProfileServiceCreateProfilePhotoArgs) ReadField1

func (*ProfileServiceCreateProfilePhotoArgs) SetReq

func (*ProfileServiceCreateProfilePhotoArgs) String

func (*ProfileServiceCreateProfilePhotoArgs) Write

type ProfileServiceCreateProfilePhotoResult

type ProfileServiceCreateProfilePhotoResult struct {
	Success *CreateProfilePhotoResponse `thrift:"success,0,optional" frugal:"0,optional,CreateProfilePhotoResponse" json:"success,omitempty"`
}

func NewProfileServiceCreateProfilePhotoResult

func NewProfileServiceCreateProfilePhotoResult() *ProfileServiceCreateProfilePhotoResult

func (*ProfileServiceCreateProfilePhotoResult) BLength

func (*ProfileServiceCreateProfilePhotoResult) DeepEqual

func (*ProfileServiceCreateProfilePhotoResult) FastRead

func (p *ProfileServiceCreateProfilePhotoResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceCreateProfilePhotoResult) FastReadField0

func (p *ProfileServiceCreateProfilePhotoResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceCreateProfilePhotoResult) FastWrite

func (p *ProfileServiceCreateProfilePhotoResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceCreateProfilePhotoResult) FastWriteNocopy

func (p *ProfileServiceCreateProfilePhotoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceCreateProfilePhotoResult) Field0DeepEqual

func (*ProfileServiceCreateProfilePhotoResult) GetResult

func (p *ProfileServiceCreateProfilePhotoResult) GetResult() interface{}

func (*ProfileServiceCreateProfilePhotoResult) GetSuccess

func (*ProfileServiceCreateProfilePhotoResult) InitDefault

func (p *ProfileServiceCreateProfilePhotoResult) InitDefault()

func (*ProfileServiceCreateProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceCreateProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceCreateProfilePhotoResult) Read

func (*ProfileServiceCreateProfilePhotoResult) ReadField0

func (*ProfileServiceCreateProfilePhotoResult) SetSuccess

func (p *ProfileServiceCreateProfilePhotoResult) SetSuccess(x interface{})

func (*ProfileServiceCreateProfilePhotoResult) String

func (*ProfileServiceCreateProfilePhotoResult) Write

type ProfileServiceDeleteProfileArgs

type ProfileServiceDeleteProfileArgs struct {
	Req *DeleteProfileRequest `thrift:"req,1" frugal:"1,default,DeleteProfileRequest" json:"req"`
}

func NewProfileServiceDeleteProfileArgs

func NewProfileServiceDeleteProfileArgs() *ProfileServiceDeleteProfileArgs

func (*ProfileServiceDeleteProfileArgs) BLength

func (p *ProfileServiceDeleteProfileArgs) BLength() int

func (*ProfileServiceDeleteProfileArgs) DeepEqual

func (*ProfileServiceDeleteProfileArgs) FastRead

func (p *ProfileServiceDeleteProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceDeleteProfileArgs) FastReadField1

func (p *ProfileServiceDeleteProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceDeleteProfileArgs) FastWrite

func (p *ProfileServiceDeleteProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceDeleteProfileArgs) FastWriteNocopy

func (p *ProfileServiceDeleteProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceDeleteProfileArgs) Field1DeepEqual

func (*ProfileServiceDeleteProfileArgs) GetFirstArgument

func (p *ProfileServiceDeleteProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceDeleteProfileArgs) GetReq

func (*ProfileServiceDeleteProfileArgs) InitDefault

func (p *ProfileServiceDeleteProfileArgs) InitDefault()

func (*ProfileServiceDeleteProfileArgs) IsSetReq

func (p *ProfileServiceDeleteProfileArgs) IsSetReq() bool

func (*ProfileServiceDeleteProfileArgs) Read

func (*ProfileServiceDeleteProfileArgs) ReadField1

func (*ProfileServiceDeleteProfileArgs) SetReq

func (*ProfileServiceDeleteProfileArgs) String

func (*ProfileServiceDeleteProfileArgs) Write

func (p *ProfileServiceDeleteProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceDeleteProfileResult

type ProfileServiceDeleteProfileResult struct {
	Success *DeleteProfileResponse `thrift:"success,0,optional" frugal:"0,optional,DeleteProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceDeleteProfileResult

func NewProfileServiceDeleteProfileResult() *ProfileServiceDeleteProfileResult

func (*ProfileServiceDeleteProfileResult) BLength

func (*ProfileServiceDeleteProfileResult) DeepEqual

func (*ProfileServiceDeleteProfileResult) FastRead

func (p *ProfileServiceDeleteProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceDeleteProfileResult) FastReadField0

func (p *ProfileServiceDeleteProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceDeleteProfileResult) FastWrite

func (p *ProfileServiceDeleteProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceDeleteProfileResult) FastWriteNocopy

func (p *ProfileServiceDeleteProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceDeleteProfileResult) Field0DeepEqual

func (*ProfileServiceDeleteProfileResult) GetResult

func (p *ProfileServiceDeleteProfileResult) GetResult() interface{}

func (*ProfileServiceDeleteProfileResult) GetSuccess

func (*ProfileServiceDeleteProfileResult) InitDefault

func (p *ProfileServiceDeleteProfileResult) InitDefault()

func (*ProfileServiceDeleteProfileResult) IsSetSuccess

func (p *ProfileServiceDeleteProfileResult) IsSetSuccess() bool

func (*ProfileServiceDeleteProfileResult) Read

func (*ProfileServiceDeleteProfileResult) ReadField0

func (*ProfileServiceDeleteProfileResult) SetSuccess

func (p *ProfileServiceDeleteProfileResult) SetSuccess(x interface{})

func (*ProfileServiceDeleteProfileResult) String

func (*ProfileServiceDeleteProfileResult) Write

type ProfileServiceGetAllProfileArgs

type ProfileServiceGetAllProfileArgs struct {
	Req *GetAllProfileRequest `thrift:"req,1" frugal:"1,default,GetAllProfileRequest" json:"req"`
}

func NewProfileServiceGetAllProfileArgs

func NewProfileServiceGetAllProfileArgs() *ProfileServiceGetAllProfileArgs

func (*ProfileServiceGetAllProfileArgs) BLength

func (p *ProfileServiceGetAllProfileArgs) BLength() int

func (*ProfileServiceGetAllProfileArgs) DeepEqual

func (*ProfileServiceGetAllProfileArgs) FastRead

func (p *ProfileServiceGetAllProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetAllProfileArgs) FastReadField1

func (p *ProfileServiceGetAllProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceGetAllProfileArgs) FastWrite

func (p *ProfileServiceGetAllProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetAllProfileArgs) FastWriteNocopy

func (p *ProfileServiceGetAllProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetAllProfileArgs) Field1DeepEqual

func (*ProfileServiceGetAllProfileArgs) GetFirstArgument

func (p *ProfileServiceGetAllProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceGetAllProfileArgs) GetReq

func (*ProfileServiceGetAllProfileArgs) InitDefault

func (p *ProfileServiceGetAllProfileArgs) InitDefault()

func (*ProfileServiceGetAllProfileArgs) IsSetReq

func (p *ProfileServiceGetAllProfileArgs) IsSetReq() bool

func (*ProfileServiceGetAllProfileArgs) Read

func (*ProfileServiceGetAllProfileArgs) ReadField1

func (*ProfileServiceGetAllProfileArgs) SetReq

func (*ProfileServiceGetAllProfileArgs) String

func (*ProfileServiceGetAllProfileArgs) Write

func (p *ProfileServiceGetAllProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceGetAllProfileResult

type ProfileServiceGetAllProfileResult struct {
	Success *GetAllProfileResponse `thrift:"success,0,optional" frugal:"0,optional,GetAllProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceGetAllProfileResult

func NewProfileServiceGetAllProfileResult() *ProfileServiceGetAllProfileResult

func (*ProfileServiceGetAllProfileResult) BLength

func (*ProfileServiceGetAllProfileResult) DeepEqual

func (*ProfileServiceGetAllProfileResult) FastRead

func (p *ProfileServiceGetAllProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetAllProfileResult) FastReadField0

func (p *ProfileServiceGetAllProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceGetAllProfileResult) FastWrite

func (p *ProfileServiceGetAllProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetAllProfileResult) FastWriteNocopy

func (p *ProfileServiceGetAllProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetAllProfileResult) Field0DeepEqual

func (*ProfileServiceGetAllProfileResult) GetResult

func (p *ProfileServiceGetAllProfileResult) GetResult() interface{}

func (*ProfileServiceGetAllProfileResult) GetSuccess

func (*ProfileServiceGetAllProfileResult) InitDefault

func (p *ProfileServiceGetAllProfileResult) InitDefault()

func (*ProfileServiceGetAllProfileResult) IsSetSuccess

func (p *ProfileServiceGetAllProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetAllProfileResult) Read

func (*ProfileServiceGetAllProfileResult) ReadField0

func (*ProfileServiceGetAllProfileResult) SetSuccess

func (p *ProfileServiceGetAllProfileResult) SetSuccess(x interface{})

func (*ProfileServiceGetAllProfileResult) String

func (*ProfileServiceGetAllProfileResult) Write

type ProfileServiceGetPendingProfileArgs

type ProfileServiceGetPendingProfileArgs struct {
	Req *GetPendingProfileRequest `thrift:"req,1" frugal:"1,default,GetPendingProfileRequest" json:"req"`
}

func NewProfileServiceGetPendingProfileArgs

func NewProfileServiceGetPendingProfileArgs() *ProfileServiceGetPendingProfileArgs

func (*ProfileServiceGetPendingProfileArgs) BLength

func (*ProfileServiceGetPendingProfileArgs) DeepEqual

func (*ProfileServiceGetPendingProfileArgs) FastRead

func (p *ProfileServiceGetPendingProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetPendingProfileArgs) FastReadField1

func (p *ProfileServiceGetPendingProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceGetPendingProfileArgs) FastWrite

func (p *ProfileServiceGetPendingProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetPendingProfileArgs) FastWriteNocopy

func (p *ProfileServiceGetPendingProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetPendingProfileArgs) Field1DeepEqual

func (*ProfileServiceGetPendingProfileArgs) GetFirstArgument

func (p *ProfileServiceGetPendingProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceGetPendingProfileArgs) GetReq

func (*ProfileServiceGetPendingProfileArgs) InitDefault

func (p *ProfileServiceGetPendingProfileArgs) InitDefault()

func (*ProfileServiceGetPendingProfileArgs) IsSetReq

func (*ProfileServiceGetPendingProfileArgs) Read

func (*ProfileServiceGetPendingProfileArgs) ReadField1

func (*ProfileServiceGetPendingProfileArgs) SetReq

func (*ProfileServiceGetPendingProfileArgs) String

func (*ProfileServiceGetPendingProfileArgs) Write

type ProfileServiceGetPendingProfileResult

type ProfileServiceGetPendingProfileResult struct {
	Success *GetPendingProfileResponse `thrift:"success,0,optional" frugal:"0,optional,GetPendingProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceGetPendingProfileResult

func NewProfileServiceGetPendingProfileResult() *ProfileServiceGetPendingProfileResult

func (*ProfileServiceGetPendingProfileResult) BLength

func (*ProfileServiceGetPendingProfileResult) DeepEqual

func (*ProfileServiceGetPendingProfileResult) FastRead

func (p *ProfileServiceGetPendingProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetPendingProfileResult) FastReadField0

func (p *ProfileServiceGetPendingProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceGetPendingProfileResult) FastWrite

func (p *ProfileServiceGetPendingProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetPendingProfileResult) FastWriteNocopy

func (p *ProfileServiceGetPendingProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetPendingProfileResult) Field0DeepEqual

func (*ProfileServiceGetPendingProfileResult) GetResult

func (p *ProfileServiceGetPendingProfileResult) GetResult() interface{}

func (*ProfileServiceGetPendingProfileResult) GetSuccess

func (*ProfileServiceGetPendingProfileResult) InitDefault

func (p *ProfileServiceGetPendingProfileResult) InitDefault()

func (*ProfileServiceGetPendingProfileResult) IsSetSuccess

func (p *ProfileServiceGetPendingProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetPendingProfileResult) Read

func (*ProfileServiceGetPendingProfileResult) ReadField0

func (*ProfileServiceGetPendingProfileResult) SetSuccess

func (p *ProfileServiceGetPendingProfileResult) SetSuccess(x interface{})

func (*ProfileServiceGetPendingProfileResult) String

func (*ProfileServiceGetPendingProfileResult) Write

type ProfileServiceGetProfileArgs

type ProfileServiceGetProfileArgs struct {
	Req *GetProfileRequest `thrift:"req,1" frugal:"1,default,GetProfileRequest" json:"req"`
}

func NewProfileServiceGetProfileArgs

func NewProfileServiceGetProfileArgs() *ProfileServiceGetProfileArgs

func (*ProfileServiceGetProfileArgs) BLength

func (p *ProfileServiceGetProfileArgs) BLength() int

func (*ProfileServiceGetProfileArgs) DeepEqual

func (*ProfileServiceGetProfileArgs) FastRead

func (p *ProfileServiceGetProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetProfileArgs) FastReadField1

func (p *ProfileServiceGetProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceGetProfileArgs) FastWrite

func (p *ProfileServiceGetProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetProfileArgs) FastWriteNocopy

func (p *ProfileServiceGetProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetProfileArgs) Field1DeepEqual

func (p *ProfileServiceGetProfileArgs) Field1DeepEqual(src *GetProfileRequest) bool

func (*ProfileServiceGetProfileArgs) GetFirstArgument

func (p *ProfileServiceGetProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceGetProfileArgs) GetReq

func (*ProfileServiceGetProfileArgs) InitDefault

func (p *ProfileServiceGetProfileArgs) InitDefault()

func (*ProfileServiceGetProfileArgs) IsSetReq

func (p *ProfileServiceGetProfileArgs) IsSetReq() bool

func (*ProfileServiceGetProfileArgs) Read

func (p *ProfileServiceGetProfileArgs) Read(iprot thrift.TProtocol) (err error)

func (*ProfileServiceGetProfileArgs) ReadField1

func (p *ProfileServiceGetProfileArgs) ReadField1(iprot thrift.TProtocol) error

func (*ProfileServiceGetProfileArgs) SetReq

func (*ProfileServiceGetProfileArgs) String

func (*ProfileServiceGetProfileArgs) Write

func (p *ProfileServiceGetProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceGetProfilePhotoArgs

type ProfileServiceGetProfilePhotoArgs struct {
	Req *GetProfilePhotoRequest `thrift:"req,1" frugal:"1,default,GetProfilePhotoRequest" json:"req"`
}

func NewProfileServiceGetProfilePhotoArgs

func NewProfileServiceGetProfilePhotoArgs() *ProfileServiceGetProfilePhotoArgs

func (*ProfileServiceGetProfilePhotoArgs) BLength

func (*ProfileServiceGetProfilePhotoArgs) DeepEqual

func (*ProfileServiceGetProfilePhotoArgs) FastRead

func (p *ProfileServiceGetProfilePhotoArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetProfilePhotoArgs) FastReadField1

func (p *ProfileServiceGetProfilePhotoArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceGetProfilePhotoArgs) FastWrite

func (p *ProfileServiceGetProfilePhotoArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetProfilePhotoArgs) FastWriteNocopy

func (p *ProfileServiceGetProfilePhotoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetProfilePhotoArgs) Field1DeepEqual

func (*ProfileServiceGetProfilePhotoArgs) GetFirstArgument

func (p *ProfileServiceGetProfilePhotoArgs) GetFirstArgument() interface{}

func (*ProfileServiceGetProfilePhotoArgs) GetReq

func (*ProfileServiceGetProfilePhotoArgs) InitDefault

func (p *ProfileServiceGetProfilePhotoArgs) InitDefault()

func (*ProfileServiceGetProfilePhotoArgs) IsSetReq

func (*ProfileServiceGetProfilePhotoArgs) Read

func (*ProfileServiceGetProfilePhotoArgs) ReadField1

func (*ProfileServiceGetProfilePhotoArgs) SetReq

func (*ProfileServiceGetProfilePhotoArgs) String

func (*ProfileServiceGetProfilePhotoArgs) Write

type ProfileServiceGetProfilePhotoResult

type ProfileServiceGetProfilePhotoResult struct {
	Success *GetProfilePhotoResponse `thrift:"success,0,optional" frugal:"0,optional,GetProfilePhotoResponse" json:"success,omitempty"`
}

func NewProfileServiceGetProfilePhotoResult

func NewProfileServiceGetProfilePhotoResult() *ProfileServiceGetProfilePhotoResult

func (*ProfileServiceGetProfilePhotoResult) BLength

func (*ProfileServiceGetProfilePhotoResult) DeepEqual

func (*ProfileServiceGetProfilePhotoResult) FastRead

func (p *ProfileServiceGetProfilePhotoResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetProfilePhotoResult) FastReadField0

func (p *ProfileServiceGetProfilePhotoResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceGetProfilePhotoResult) FastWrite

func (p *ProfileServiceGetProfilePhotoResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetProfilePhotoResult) FastWriteNocopy

func (p *ProfileServiceGetProfilePhotoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetProfilePhotoResult) Field0DeepEqual

func (*ProfileServiceGetProfilePhotoResult) GetResult

func (p *ProfileServiceGetProfilePhotoResult) GetResult() interface{}

func (*ProfileServiceGetProfilePhotoResult) GetSuccess

func (*ProfileServiceGetProfilePhotoResult) InitDefault

func (p *ProfileServiceGetProfilePhotoResult) InitDefault()

func (*ProfileServiceGetProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceGetProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceGetProfilePhotoResult) Read

func (*ProfileServiceGetProfilePhotoResult) ReadField0

func (*ProfileServiceGetProfilePhotoResult) SetSuccess

func (p *ProfileServiceGetProfilePhotoResult) SetSuccess(x interface{})

func (*ProfileServiceGetProfilePhotoResult) String

func (*ProfileServiceGetProfilePhotoResult) Write

type ProfileServiceGetProfileResult

type ProfileServiceGetProfileResult struct {
	Success *GetProfileResponse `thrift:"success,0,optional" frugal:"0,optional,GetProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceGetProfileResult

func NewProfileServiceGetProfileResult() *ProfileServiceGetProfileResult

func (*ProfileServiceGetProfileResult) BLength

func (p *ProfileServiceGetProfileResult) BLength() int

func (*ProfileServiceGetProfileResult) DeepEqual

func (*ProfileServiceGetProfileResult) FastRead

func (p *ProfileServiceGetProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetProfileResult) FastReadField0

func (p *ProfileServiceGetProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceGetProfileResult) FastWrite

func (p *ProfileServiceGetProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetProfileResult) FastWriteNocopy

func (p *ProfileServiceGetProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetProfileResult) Field0DeepEqual

func (p *ProfileServiceGetProfileResult) Field0DeepEqual(src *GetProfileResponse) bool

func (*ProfileServiceGetProfileResult) GetResult

func (p *ProfileServiceGetProfileResult) GetResult() interface{}

func (*ProfileServiceGetProfileResult) GetSuccess

func (*ProfileServiceGetProfileResult) InitDefault

func (p *ProfileServiceGetProfileResult) InitDefault()

func (*ProfileServiceGetProfileResult) IsSetSuccess

func (p *ProfileServiceGetProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetProfileResult) Read

func (*ProfileServiceGetProfileResult) ReadField0

func (*ProfileServiceGetProfileResult) SetSuccess

func (p *ProfileServiceGetProfileResult) SetSuccess(x interface{})

func (*ProfileServiceGetProfileResult) String

func (*ProfileServiceGetProfileResult) Write

func (p *ProfileServiceGetProfileResult) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceGetSomeProfileArgs

type ProfileServiceGetSomeProfileArgs struct {
	Req *GetSomeProfileRequest `thrift:"req,1" frugal:"1,default,GetSomeProfileRequest" json:"req"`
}

func NewProfileServiceGetSomeProfileArgs

func NewProfileServiceGetSomeProfileArgs() *ProfileServiceGetSomeProfileArgs

func (*ProfileServiceGetSomeProfileArgs) BLength

func (*ProfileServiceGetSomeProfileArgs) DeepEqual

func (*ProfileServiceGetSomeProfileArgs) FastRead

func (p *ProfileServiceGetSomeProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetSomeProfileArgs) FastReadField1

func (p *ProfileServiceGetSomeProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceGetSomeProfileArgs) FastWrite

func (p *ProfileServiceGetSomeProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetSomeProfileArgs) FastWriteNocopy

func (p *ProfileServiceGetSomeProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetSomeProfileArgs) Field1DeepEqual

func (*ProfileServiceGetSomeProfileArgs) GetFirstArgument

func (p *ProfileServiceGetSomeProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceGetSomeProfileArgs) GetReq

func (*ProfileServiceGetSomeProfileArgs) InitDefault

func (p *ProfileServiceGetSomeProfileArgs) InitDefault()

func (*ProfileServiceGetSomeProfileArgs) IsSetReq

func (p *ProfileServiceGetSomeProfileArgs) IsSetReq() bool

func (*ProfileServiceGetSomeProfileArgs) Read

func (*ProfileServiceGetSomeProfileArgs) ReadField1

func (*ProfileServiceGetSomeProfileArgs) SetReq

func (*ProfileServiceGetSomeProfileArgs) String

func (*ProfileServiceGetSomeProfileArgs) Write

type ProfileServiceGetSomeProfileResult

type ProfileServiceGetSomeProfileResult struct {
	Success *GetSomeProfileResponse `thrift:"success,0,optional" frugal:"0,optional,GetSomeProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceGetSomeProfileResult

func NewProfileServiceGetSomeProfileResult() *ProfileServiceGetSomeProfileResult

func (*ProfileServiceGetSomeProfileResult) BLength

func (*ProfileServiceGetSomeProfileResult) DeepEqual

func (*ProfileServiceGetSomeProfileResult) FastRead

func (p *ProfileServiceGetSomeProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceGetSomeProfileResult) FastReadField0

func (p *ProfileServiceGetSomeProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceGetSomeProfileResult) FastWrite

func (p *ProfileServiceGetSomeProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceGetSomeProfileResult) FastWriteNocopy

func (p *ProfileServiceGetSomeProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceGetSomeProfileResult) Field0DeepEqual

func (*ProfileServiceGetSomeProfileResult) GetResult

func (p *ProfileServiceGetSomeProfileResult) GetResult() interface{}

func (*ProfileServiceGetSomeProfileResult) GetSuccess

func (*ProfileServiceGetSomeProfileResult) InitDefault

func (p *ProfileServiceGetSomeProfileResult) InitDefault()

func (*ProfileServiceGetSomeProfileResult) IsSetSuccess

func (p *ProfileServiceGetSomeProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetSomeProfileResult) Read

func (*ProfileServiceGetSomeProfileResult) ReadField0

func (*ProfileServiceGetSomeProfileResult) SetSuccess

func (p *ProfileServiceGetSomeProfileResult) SetSuccess(x interface{})

func (*ProfileServiceGetSomeProfileResult) String

func (*ProfileServiceGetSomeProfileResult) Write

type ProfileServiceProcessor

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

func NewProfileServiceProcessor

func NewProfileServiceProcessor(handler ProfileService) *ProfileServiceProcessor

func (*ProfileServiceProcessor) AddToProcessorMap

func (p *ProfileServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*ProfileServiceProcessor) GetProcessorFunction

func (p *ProfileServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*ProfileServiceProcessor) Process

func (p *ProfileServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*ProfileServiceProcessor) ProcessorMap

type ProfileServiceSubmitProfileArgs

type ProfileServiceSubmitProfileArgs struct {
	Req *SubmitProfileRequest `thrift:"req,1" frugal:"1,default,SubmitProfileRequest" json:"req"`
}

func NewProfileServiceSubmitProfileArgs

func NewProfileServiceSubmitProfileArgs() *ProfileServiceSubmitProfileArgs

func (*ProfileServiceSubmitProfileArgs) BLength

func (p *ProfileServiceSubmitProfileArgs) BLength() int

func (*ProfileServiceSubmitProfileArgs) DeepEqual

func (*ProfileServiceSubmitProfileArgs) FastRead

func (p *ProfileServiceSubmitProfileArgs) FastRead(buf []byte) (int, error)

func (*ProfileServiceSubmitProfileArgs) FastReadField1

func (p *ProfileServiceSubmitProfileArgs) FastReadField1(buf []byte) (int, error)

func (*ProfileServiceSubmitProfileArgs) FastWrite

func (p *ProfileServiceSubmitProfileArgs) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceSubmitProfileArgs) FastWriteNocopy

func (p *ProfileServiceSubmitProfileArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceSubmitProfileArgs) Field1DeepEqual

func (*ProfileServiceSubmitProfileArgs) GetFirstArgument

func (p *ProfileServiceSubmitProfileArgs) GetFirstArgument() interface{}

func (*ProfileServiceSubmitProfileArgs) GetReq

func (*ProfileServiceSubmitProfileArgs) InitDefault

func (p *ProfileServiceSubmitProfileArgs) InitDefault()

func (*ProfileServiceSubmitProfileArgs) IsSetReq

func (p *ProfileServiceSubmitProfileArgs) IsSetReq() bool

func (*ProfileServiceSubmitProfileArgs) Read

func (*ProfileServiceSubmitProfileArgs) ReadField1

func (*ProfileServiceSubmitProfileArgs) SetReq

func (*ProfileServiceSubmitProfileArgs) String

func (*ProfileServiceSubmitProfileArgs) Write

func (p *ProfileServiceSubmitProfileArgs) Write(oprot thrift.TProtocol) (err error)

type ProfileServiceSubmitProfileResult

type ProfileServiceSubmitProfileResult struct {
	Success *SubmitProfileResponse `thrift:"success,0,optional" frugal:"0,optional,SubmitProfileResponse" json:"success,omitempty"`
}

func NewProfileServiceSubmitProfileResult

func NewProfileServiceSubmitProfileResult() *ProfileServiceSubmitProfileResult

func (*ProfileServiceSubmitProfileResult) BLength

func (*ProfileServiceSubmitProfileResult) DeepEqual

func (*ProfileServiceSubmitProfileResult) FastRead

func (p *ProfileServiceSubmitProfileResult) FastRead(buf []byte) (int, error)

func (*ProfileServiceSubmitProfileResult) FastReadField0

func (p *ProfileServiceSubmitProfileResult) FastReadField0(buf []byte) (int, error)

func (*ProfileServiceSubmitProfileResult) FastWrite

func (p *ProfileServiceSubmitProfileResult) FastWrite(buf []byte) int

for compatibility

func (*ProfileServiceSubmitProfileResult) FastWriteNocopy

func (p *ProfileServiceSubmitProfileResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*ProfileServiceSubmitProfileResult) Field0DeepEqual

func (*ProfileServiceSubmitProfileResult) GetResult

func (p *ProfileServiceSubmitProfileResult) GetResult() interface{}

func (*ProfileServiceSubmitProfileResult) GetSuccess

func (*ProfileServiceSubmitProfileResult) InitDefault

func (p *ProfileServiceSubmitProfileResult) InitDefault()

func (*ProfileServiceSubmitProfileResult) IsSetSuccess

func (p *ProfileServiceSubmitProfileResult) IsSetSuccess() bool

func (*ProfileServiceSubmitProfileResult) Read

func (*ProfileServiceSubmitProfileResult) ReadField0

func (*ProfileServiceSubmitProfileResult) SetSuccess

func (p *ProfileServiceSubmitProfileResult) SetSuccess(x interface{})

func (*ProfileServiceSubmitProfileResult) String

func (*ProfileServiceSubmitProfileResult) Write

type SubmitProfileRequest

type SubmitProfileRequest struct {
	AccountId string         `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
	Identity  *base.Identity `thrift:"identity,2" frugal:"2,default,base.Identity" json:"identity"`
}
var ProfileServiceSubmitProfileArgs_Req_DEFAULT *SubmitProfileRequest

func NewSubmitProfileRequest

func NewSubmitProfileRequest() *SubmitProfileRequest

func (*SubmitProfileRequest) BLength

func (p *SubmitProfileRequest) BLength() int

func (*SubmitProfileRequest) DeepEqual

func (p *SubmitProfileRequest) DeepEqual(ano *SubmitProfileRequest) bool

func (*SubmitProfileRequest) FastRead

func (p *SubmitProfileRequest) FastRead(buf []byte) (int, error)

func (*SubmitProfileRequest) FastReadField1

func (p *SubmitProfileRequest) FastReadField1(buf []byte) (int, error)

func (*SubmitProfileRequest) FastReadField2

func (p *SubmitProfileRequest) FastReadField2(buf []byte) (int, error)

func (*SubmitProfileRequest) FastWrite

func (p *SubmitProfileRequest) FastWrite(buf []byte) int

for compatibility

func (*SubmitProfileRequest) FastWriteNocopy

func (p *SubmitProfileRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*SubmitProfileRequest) Field1DeepEqual

func (p *SubmitProfileRequest) Field1DeepEqual(src string) bool

func (*SubmitProfileRequest) Field2DeepEqual

func (p *SubmitProfileRequest) Field2DeepEqual(src *base.Identity) bool

func (*SubmitProfileRequest) GetAccountId

func (p *SubmitProfileRequest) GetAccountId() (v string)

func (*SubmitProfileRequest) GetIdentity

func (p *SubmitProfileRequest) GetIdentity() (v *base.Identity)

func (*SubmitProfileRequest) InitDefault

func (p *SubmitProfileRequest) InitDefault()

func (*SubmitProfileRequest) IsSetIdentity

func (p *SubmitProfileRequest) IsSetIdentity() bool

func (*SubmitProfileRequest) Read

func (p *SubmitProfileRequest) Read(iprot thrift.TProtocol) (err error)

func (*SubmitProfileRequest) ReadField1

func (p *SubmitProfileRequest) ReadField1(iprot thrift.TProtocol) error

func (*SubmitProfileRequest) ReadField2

func (p *SubmitProfileRequest) ReadField2(iprot thrift.TProtocol) error

func (*SubmitProfileRequest) SetAccountId

func (p *SubmitProfileRequest) SetAccountId(val string)

func (*SubmitProfileRequest) SetIdentity

func (p *SubmitProfileRequest) SetIdentity(val *base.Identity)

func (*SubmitProfileRequest) String

func (p *SubmitProfileRequest) String() string

func (*SubmitProfileRequest) Write

func (p *SubmitProfileRequest) Write(oprot thrift.TProtocol) (err error)

type SubmitProfileResponse

type SubmitProfileResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Profile  *base.Profile      `thrift:"profile,2" frugal:"2,default,base.Profile" json:"profile"`
}
var ProfileServiceSubmitProfileResult_Success_DEFAULT *SubmitProfileResponse

func NewSubmitProfileResponse

func NewSubmitProfileResponse() *SubmitProfileResponse

func (*SubmitProfileResponse) BLength

func (p *SubmitProfileResponse) BLength() int

func (*SubmitProfileResponse) DeepEqual

func (*SubmitProfileResponse) FastRead

func (p *SubmitProfileResponse) FastRead(buf []byte) (int, error)

func (*SubmitProfileResponse) FastReadField1

func (p *SubmitProfileResponse) FastReadField1(buf []byte) (int, error)

func (*SubmitProfileResponse) FastReadField2

func (p *SubmitProfileResponse) FastReadField2(buf []byte) (int, error)

func (*SubmitProfileResponse) FastWrite

func (p *SubmitProfileResponse) FastWrite(buf []byte) int

for compatibility

func (*SubmitProfileResponse) FastWriteNocopy

func (p *SubmitProfileResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*SubmitProfileResponse) Field1DeepEqual

func (p *SubmitProfileResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*SubmitProfileResponse) Field2DeepEqual

func (p *SubmitProfileResponse) Field2DeepEqual(src *base.Profile) bool

func (*SubmitProfileResponse) GetBaseResp

func (p *SubmitProfileResponse) GetBaseResp() (v *base.BaseResponse)

func (*SubmitProfileResponse) GetProfile

func (p *SubmitProfileResponse) GetProfile() (v *base.Profile)

func (*SubmitProfileResponse) InitDefault

func (p *SubmitProfileResponse) InitDefault()

func (*SubmitProfileResponse) IsSetBaseResp

func (p *SubmitProfileResponse) IsSetBaseResp() bool

func (*SubmitProfileResponse) IsSetProfile

func (p *SubmitProfileResponse) IsSetProfile() bool

func (*SubmitProfileResponse) Read

func (p *SubmitProfileResponse) Read(iprot thrift.TProtocol) (err error)

func (*SubmitProfileResponse) ReadField1

func (p *SubmitProfileResponse) ReadField1(iprot thrift.TProtocol) error

func (*SubmitProfileResponse) ReadField2

func (p *SubmitProfileResponse) ReadField2(iprot thrift.TProtocol) error

func (*SubmitProfileResponse) SetBaseResp

func (p *SubmitProfileResponse) SetBaseResp(val *base.BaseResponse)

func (*SubmitProfileResponse) SetProfile

func (p *SubmitProfileResponse) SetProfile(val *base.Profile)

func (*SubmitProfileResponse) String

func (p *SubmitProfileResponse) String() string

func (*SubmitProfileResponse) Write

func (p *SubmitProfileResponse) Write(oprot thrift.TProtocol) (err error)

Directories

Path Synopsis
Code generated by Kitex v0.8.0.
Code generated by Kitex v0.8.0.

Jump to

Keyboard shortcuts

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