profile

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ClearProfilePhotoResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var ProfileServiceCheckProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceClearProfilePhotoResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceClearProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceCompleteProfilePhotoResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceCreateProfilePhotoResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceDeleteProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceGetAllProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceGetPendingProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceGetProfilePhotoResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceGetProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceGetSomeProfileResult_Success_DEFAULT *base.NilResponse
View Source
var ProfileServiceSubmitProfileResult_Success_DEFAULT *base.NilResponse
View Source
var SubmitProfileRequest_Identity_DEFAULT *base.Identity

Functions

This section is empty.

Types

type CheckProfileRequest

type CheckProfileRequest struct {
	AccountID string `thrift:"account_id,1" form:"account_id" json:"account_id" query:"account_id"`
	Accept    bool   `thrift:"accept,2" form:"accept" json:"accept" query:"accept"`
}
var ProfileServiceCheckProfileArgs_Req_DEFAULT *CheckProfileRequest

func NewCheckProfileRequest

func NewCheckProfileRequest() *CheckProfileRequest

func (*CheckProfileRequest) GetAccept

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

func (*CheckProfileRequest) GetAccountID added in v0.2.1

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

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 added in v0.2.1

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

func (*CheckProfileRequest) String

func (p *CheckProfileRequest) String() string

func (*CheckProfileRequest) Write

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

type ClearProfilePhotoRequest

type ClearProfilePhotoRequest struct {
}
var ProfileServiceClearProfilePhotoArgs_Req_DEFAULT *ClearProfilePhotoRequest

func NewClearProfilePhotoRequest

func NewClearProfilePhotoRequest() *ClearProfilePhotoRequest

func (*ClearProfilePhotoRequest) Read

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

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" form:"base_resp" json:"base_resp" query:"base_resp"`
}

func NewClearProfilePhotoResponse

func NewClearProfilePhotoResponse() *ClearProfilePhotoResponse

func (*ClearProfilePhotoResponse) GetBaseResp

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

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) String

func (p *ClearProfilePhotoResponse) String() string

func (*ClearProfilePhotoResponse) Write

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

type ClearProfileRequest

type ClearProfileRequest struct {
}
var ProfileServiceClearProfileArgs_Req_DEFAULT *ClearProfileRequest

func NewClearProfileRequest

func NewClearProfileRequest() *ClearProfileRequest

func (*ClearProfileRequest) Read

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

func (*ClearProfileRequest) String

func (p *ClearProfileRequest) String() string

func (*ClearProfileRequest) Write

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

type CompleteProfilePhotoRequest

type CompleteProfilePhotoRequest struct {
}
var ProfileServiceCompleteProfilePhotoArgs_Req_DEFAULT *CompleteProfilePhotoRequest

func NewCompleteProfilePhotoRequest

func NewCompleteProfilePhotoRequest() *CompleteProfilePhotoRequest

func (*CompleteProfilePhotoRequest) Read

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

func (*CompleteProfilePhotoRequest) String

func (p *CompleteProfilePhotoRequest) String() string

func (*CompleteProfilePhotoRequest) Write

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

type CreateProfilePhotoRequest

type CreateProfilePhotoRequest struct {
}
var ProfileServiceCreateProfilePhotoArgs_Req_DEFAULT *CreateProfilePhotoRequest

func NewCreateProfilePhotoRequest

func NewCreateProfilePhotoRequest() *CreateProfilePhotoRequest

func (*CreateProfilePhotoRequest) Read

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

func (*CreateProfilePhotoRequest) String

func (p *CreateProfilePhotoRequest) String() string

func (*CreateProfilePhotoRequest) Write

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

type DeleteProfileRequest

type DeleteProfileRequest struct {
	AccountID string `thrift:"account_id,1" form:"account_id" json:"account_id" query:"account_id"`
}
var ProfileServiceDeleteProfileArgs_Req_DEFAULT *DeleteProfileRequest

func NewDeleteProfileRequest

func NewDeleteProfileRequest() *DeleteProfileRequest

func (*DeleteProfileRequest) GetAccountID

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

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) String

func (p *DeleteProfileRequest) String() string

func (*DeleteProfileRequest) Write

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

type GetAllProfileRequest

type GetAllProfileRequest struct {
}
var ProfileServiceGetAllProfileArgs_Req_DEFAULT *GetAllProfileRequest

func NewGetAllProfileRequest

func NewGetAllProfileRequest() *GetAllProfileRequest

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 GetPendingProfileRequest

type GetPendingProfileRequest struct {
}
var ProfileServiceGetPendingProfileArgs_Req_DEFAULT *GetPendingProfileRequest

func NewGetPendingProfileRequest

func NewGetPendingProfileRequest() *GetPendingProfileRequest

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 GetProfilePhotoRequest

type GetProfilePhotoRequest struct {
}
var ProfileServiceGetProfilePhotoArgs_Req_DEFAULT *GetProfilePhotoRequest

func NewGetProfilePhotoRequest

func NewGetProfilePhotoRequest() *GetProfilePhotoRequest

func (*GetProfilePhotoRequest) Read

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

func (*GetProfilePhotoRequest) String

func (p *GetProfilePhotoRequest) String() string

func (*GetProfilePhotoRequest) Write

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

type GetProfileRequest

type GetProfileRequest struct {
}
var ProfileServiceGetProfileArgs_Req_DEFAULT *GetProfileRequest

func NewGetProfileRequest

func NewGetProfileRequest() *GetProfileRequest

func (*GetProfileRequest) Read

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

func (*GetProfileRequest) String

func (p *GetProfileRequest) String() string

func (*GetProfileRequest) Write

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

type GetSomeProfileRequest

type GetSomeProfileRequest struct {
}
var ProfileServiceGetSomeProfileArgs_Req_DEFAULT *GetSomeProfileRequest

func NewGetSomeProfileRequest

func NewGetSomeProfileRequest() *GetSomeProfileRequest

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 ProfileService

type ProfileService interface {
	// for back-stage management
	DeleteProfile(ctx context.Context, req *DeleteProfileRequest) (r *base.NilResponse, err error)

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

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

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

	GetPendingProfile(ctx context.Context, req *GetPendingProfileRequest) (r *base.NilResponse, err error)
	// for mini-program
	GetProfile(ctx context.Context, req *GetProfileRequest) (r *base.NilResponse, err error)

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

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

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

	ClearProfilePhoto(ctx context.Context, req *ClearProfilePhotoRequest) (r *base.NilResponse, err error)

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

	CompleteProfilePhoto(ctx context.Context, req *CompleteProfilePhotoRequest) (r *base.NilResponse, err error)
}

type ProfileServiceCheckProfileArgs

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

func NewProfileServiceCheckProfileArgs

func NewProfileServiceCheckProfileArgs() *ProfileServiceCheckProfileArgs

func (*ProfileServiceCheckProfileArgs) GetReq

func (*ProfileServiceCheckProfileArgs) IsSetReq

func (p *ProfileServiceCheckProfileArgs) IsSetReq() bool

func (*ProfileServiceCheckProfileArgs) Read

func (*ProfileServiceCheckProfileArgs) ReadField1

func (*ProfileServiceCheckProfileArgs) String

func (*ProfileServiceCheckProfileArgs) Write

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

type ProfileServiceCheckProfileResult

type ProfileServiceCheckProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceCheckProfileResult

func NewProfileServiceCheckProfileResult() *ProfileServiceCheckProfileResult

func (*ProfileServiceCheckProfileResult) GetSuccess

func (p *ProfileServiceCheckProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceCheckProfileResult) IsSetSuccess

func (p *ProfileServiceCheckProfileResult) IsSetSuccess() bool

func (*ProfileServiceCheckProfileResult) Read

func (*ProfileServiceCheckProfileResult) ReadField0

func (*ProfileServiceCheckProfileResult) String

func (*ProfileServiceCheckProfileResult) Write

type ProfileServiceClearProfileArgs

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

func NewProfileServiceClearProfileArgs

func NewProfileServiceClearProfileArgs() *ProfileServiceClearProfileArgs

func (*ProfileServiceClearProfileArgs) GetReq

func (*ProfileServiceClearProfileArgs) IsSetReq

func (p *ProfileServiceClearProfileArgs) IsSetReq() bool

func (*ProfileServiceClearProfileArgs) Read

func (*ProfileServiceClearProfileArgs) ReadField1

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"`
}

func NewProfileServiceClearProfilePhotoArgs

func NewProfileServiceClearProfilePhotoArgs() *ProfileServiceClearProfilePhotoArgs

func (*ProfileServiceClearProfilePhotoArgs) GetReq

func (*ProfileServiceClearProfilePhotoArgs) IsSetReq

func (*ProfileServiceClearProfilePhotoArgs) Read

func (*ProfileServiceClearProfilePhotoArgs) ReadField1

func (*ProfileServiceClearProfilePhotoArgs) String

func (*ProfileServiceClearProfilePhotoArgs) Write

type ProfileServiceClearProfilePhotoResult

type ProfileServiceClearProfilePhotoResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceClearProfilePhotoResult

func NewProfileServiceClearProfilePhotoResult() *ProfileServiceClearProfilePhotoResult

func (*ProfileServiceClearProfilePhotoResult) GetSuccess

func (*ProfileServiceClearProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceClearProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceClearProfilePhotoResult) Read

func (*ProfileServiceClearProfilePhotoResult) ReadField0

func (*ProfileServiceClearProfilePhotoResult) String

func (*ProfileServiceClearProfilePhotoResult) Write

type ProfileServiceClearProfileResult

type ProfileServiceClearProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceClearProfileResult

func NewProfileServiceClearProfileResult() *ProfileServiceClearProfileResult

func (*ProfileServiceClearProfileResult) GetSuccess

func (p *ProfileServiceClearProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceClearProfileResult) IsSetSuccess

func (p *ProfileServiceClearProfileResult) IsSetSuccess() bool

func (*ProfileServiceClearProfileResult) Read

func (*ProfileServiceClearProfileResult) ReadField0

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 (p *ProfileServiceClient) CheckProfile(ctx context.Context, req *CheckProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) ClearProfile

func (p *ProfileServiceClient) ClearProfile(ctx context.Context, req *ClearProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) ClearProfilePhoto

func (p *ProfileServiceClient) ClearProfilePhoto(ctx context.Context, req *ClearProfilePhotoRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) Client_

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

func (*ProfileServiceClient) CompleteProfilePhoto

func (p *ProfileServiceClient) CompleteProfilePhoto(ctx context.Context, req *CompleteProfilePhotoRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) CreateProfilePhoto

func (p *ProfileServiceClient) CreateProfilePhoto(ctx context.Context, req *CreateProfilePhotoRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) DeleteProfile

func (p *ProfileServiceClient) DeleteProfile(ctx context.Context, req *DeleteProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) GetAllProfile

func (p *ProfileServiceClient) GetAllProfile(ctx context.Context, req *GetAllProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) GetPendingProfile

func (p *ProfileServiceClient) GetPendingProfile(ctx context.Context, req *GetPendingProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) GetProfile

func (p *ProfileServiceClient) GetProfile(ctx context.Context, req *GetProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) GetProfilePhoto

func (p *ProfileServiceClient) GetProfilePhoto(ctx context.Context, req *GetProfilePhotoRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) GetSomeProfile

func (p *ProfileServiceClient) GetSomeProfile(ctx context.Context, req *GetSomeProfileRequest) (r *base.NilResponse, err error)

func (*ProfileServiceClient) SubmitProfile

func (p *ProfileServiceClient) SubmitProfile(ctx context.Context, req *SubmitProfileRequest) (r *base.NilResponse, err error)

type ProfileServiceCompleteProfilePhotoArgs

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

func NewProfileServiceCompleteProfilePhotoArgs

func NewProfileServiceCompleteProfilePhotoArgs() *ProfileServiceCompleteProfilePhotoArgs

func (*ProfileServiceCompleteProfilePhotoArgs) GetReq

func (*ProfileServiceCompleteProfilePhotoArgs) IsSetReq

func (*ProfileServiceCompleteProfilePhotoArgs) Read

func (*ProfileServiceCompleteProfilePhotoArgs) ReadField1

func (*ProfileServiceCompleteProfilePhotoArgs) String

func (*ProfileServiceCompleteProfilePhotoArgs) Write

type ProfileServiceCompleteProfilePhotoResult

type ProfileServiceCompleteProfilePhotoResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceCompleteProfilePhotoResult

func NewProfileServiceCompleteProfilePhotoResult() *ProfileServiceCompleteProfilePhotoResult

func (*ProfileServiceCompleteProfilePhotoResult) GetSuccess

func (*ProfileServiceCompleteProfilePhotoResult) IsSetSuccess

func (*ProfileServiceCompleteProfilePhotoResult) Read

func (*ProfileServiceCompleteProfilePhotoResult) ReadField0

func (*ProfileServiceCompleteProfilePhotoResult) String

func (*ProfileServiceCompleteProfilePhotoResult) Write

type ProfileServiceCreateProfilePhotoArgs

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

func NewProfileServiceCreateProfilePhotoArgs

func NewProfileServiceCreateProfilePhotoArgs() *ProfileServiceCreateProfilePhotoArgs

func (*ProfileServiceCreateProfilePhotoArgs) GetReq

func (*ProfileServiceCreateProfilePhotoArgs) IsSetReq

func (*ProfileServiceCreateProfilePhotoArgs) Read

func (*ProfileServiceCreateProfilePhotoArgs) ReadField1

func (*ProfileServiceCreateProfilePhotoArgs) String

func (*ProfileServiceCreateProfilePhotoArgs) Write

type ProfileServiceCreateProfilePhotoResult

type ProfileServiceCreateProfilePhotoResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceCreateProfilePhotoResult

func NewProfileServiceCreateProfilePhotoResult() *ProfileServiceCreateProfilePhotoResult

func (*ProfileServiceCreateProfilePhotoResult) GetSuccess

func (*ProfileServiceCreateProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceCreateProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceCreateProfilePhotoResult) Read

func (*ProfileServiceCreateProfilePhotoResult) ReadField0

func (*ProfileServiceCreateProfilePhotoResult) String

func (*ProfileServiceCreateProfilePhotoResult) Write

type ProfileServiceDeleteProfileArgs

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

func NewProfileServiceDeleteProfileArgs

func NewProfileServiceDeleteProfileArgs() *ProfileServiceDeleteProfileArgs

func (*ProfileServiceDeleteProfileArgs) GetReq

func (*ProfileServiceDeleteProfileArgs) IsSetReq

func (p *ProfileServiceDeleteProfileArgs) IsSetReq() bool

func (*ProfileServiceDeleteProfileArgs) Read

func (*ProfileServiceDeleteProfileArgs) ReadField1

func (*ProfileServiceDeleteProfileArgs) String

func (*ProfileServiceDeleteProfileArgs) Write

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

type ProfileServiceDeleteProfileResult

type ProfileServiceDeleteProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceDeleteProfileResult

func NewProfileServiceDeleteProfileResult() *ProfileServiceDeleteProfileResult

func (*ProfileServiceDeleteProfileResult) GetSuccess

func (p *ProfileServiceDeleteProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceDeleteProfileResult) IsSetSuccess

func (p *ProfileServiceDeleteProfileResult) IsSetSuccess() bool

func (*ProfileServiceDeleteProfileResult) Read

func (*ProfileServiceDeleteProfileResult) ReadField0

func (*ProfileServiceDeleteProfileResult) String

func (*ProfileServiceDeleteProfileResult) Write

type ProfileServiceGetAllProfileArgs

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

func NewProfileServiceGetAllProfileArgs

func NewProfileServiceGetAllProfileArgs() *ProfileServiceGetAllProfileArgs

func (*ProfileServiceGetAllProfileArgs) GetReq

func (*ProfileServiceGetAllProfileArgs) IsSetReq

func (p *ProfileServiceGetAllProfileArgs) IsSetReq() bool

func (*ProfileServiceGetAllProfileArgs) Read

func (*ProfileServiceGetAllProfileArgs) ReadField1

func (*ProfileServiceGetAllProfileArgs) String

func (*ProfileServiceGetAllProfileArgs) Write

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

type ProfileServiceGetAllProfileResult

type ProfileServiceGetAllProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceGetAllProfileResult

func NewProfileServiceGetAllProfileResult() *ProfileServiceGetAllProfileResult

func (*ProfileServiceGetAllProfileResult) GetSuccess

func (p *ProfileServiceGetAllProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceGetAllProfileResult) IsSetSuccess

func (p *ProfileServiceGetAllProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetAllProfileResult) Read

func (*ProfileServiceGetAllProfileResult) ReadField0

func (*ProfileServiceGetAllProfileResult) String

func (*ProfileServiceGetAllProfileResult) Write

type ProfileServiceGetPendingProfileArgs

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

func NewProfileServiceGetPendingProfileArgs

func NewProfileServiceGetPendingProfileArgs() *ProfileServiceGetPendingProfileArgs

func (*ProfileServiceGetPendingProfileArgs) GetReq

func (*ProfileServiceGetPendingProfileArgs) IsSetReq

func (*ProfileServiceGetPendingProfileArgs) Read

func (*ProfileServiceGetPendingProfileArgs) ReadField1

func (*ProfileServiceGetPendingProfileArgs) String

func (*ProfileServiceGetPendingProfileArgs) Write

type ProfileServiceGetPendingProfileResult

type ProfileServiceGetPendingProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceGetPendingProfileResult

func NewProfileServiceGetPendingProfileResult() *ProfileServiceGetPendingProfileResult

func (*ProfileServiceGetPendingProfileResult) GetSuccess

func (*ProfileServiceGetPendingProfileResult) IsSetSuccess

func (p *ProfileServiceGetPendingProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetPendingProfileResult) Read

func (*ProfileServiceGetPendingProfileResult) ReadField0

func (*ProfileServiceGetPendingProfileResult) String

func (*ProfileServiceGetPendingProfileResult) Write

type ProfileServiceGetProfileArgs

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

func NewProfileServiceGetProfileArgs

func NewProfileServiceGetProfileArgs() *ProfileServiceGetProfileArgs

func (*ProfileServiceGetProfileArgs) GetReq

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) String

func (*ProfileServiceGetProfileArgs) Write

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

type ProfileServiceGetProfilePhotoArgs

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

func NewProfileServiceGetProfilePhotoArgs

func NewProfileServiceGetProfilePhotoArgs() *ProfileServiceGetProfilePhotoArgs

func (*ProfileServiceGetProfilePhotoArgs) GetReq

func (*ProfileServiceGetProfilePhotoArgs) IsSetReq

func (*ProfileServiceGetProfilePhotoArgs) Read

func (*ProfileServiceGetProfilePhotoArgs) ReadField1

func (*ProfileServiceGetProfilePhotoArgs) String

func (*ProfileServiceGetProfilePhotoArgs) Write

type ProfileServiceGetProfilePhotoResult

type ProfileServiceGetProfilePhotoResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceGetProfilePhotoResult

func NewProfileServiceGetProfilePhotoResult() *ProfileServiceGetProfilePhotoResult

func (*ProfileServiceGetProfilePhotoResult) GetSuccess

func (*ProfileServiceGetProfilePhotoResult) IsSetSuccess

func (p *ProfileServiceGetProfilePhotoResult) IsSetSuccess() bool

func (*ProfileServiceGetProfilePhotoResult) Read

func (*ProfileServiceGetProfilePhotoResult) ReadField0

func (*ProfileServiceGetProfilePhotoResult) String

func (*ProfileServiceGetProfilePhotoResult) Write

type ProfileServiceGetProfileResult

type ProfileServiceGetProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceGetProfileResult

func NewProfileServiceGetProfileResult() *ProfileServiceGetProfileResult

func (*ProfileServiceGetProfileResult) GetSuccess

func (p *ProfileServiceGetProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceGetProfileResult) IsSetSuccess

func (p *ProfileServiceGetProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetProfileResult) Read

func (*ProfileServiceGetProfileResult) ReadField0

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"`
}

func NewProfileServiceGetSomeProfileArgs

func NewProfileServiceGetSomeProfileArgs() *ProfileServiceGetSomeProfileArgs

func (*ProfileServiceGetSomeProfileArgs) GetReq

func (*ProfileServiceGetSomeProfileArgs) IsSetReq

func (p *ProfileServiceGetSomeProfileArgs) IsSetReq() bool

func (*ProfileServiceGetSomeProfileArgs) Read

func (*ProfileServiceGetSomeProfileArgs) ReadField1

func (*ProfileServiceGetSomeProfileArgs) String

func (*ProfileServiceGetSomeProfileArgs) Write

type ProfileServiceGetSomeProfileResult

type ProfileServiceGetSomeProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceGetSomeProfileResult

func NewProfileServiceGetSomeProfileResult() *ProfileServiceGetSomeProfileResult

func (*ProfileServiceGetSomeProfileResult) GetSuccess

func (*ProfileServiceGetSomeProfileResult) IsSetSuccess

func (p *ProfileServiceGetSomeProfileResult) IsSetSuccess() bool

func (*ProfileServiceGetSomeProfileResult) Read

func (*ProfileServiceGetSomeProfileResult) ReadField0

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"`
}

func NewProfileServiceSubmitProfileArgs

func NewProfileServiceSubmitProfileArgs() *ProfileServiceSubmitProfileArgs

func (*ProfileServiceSubmitProfileArgs) GetReq

func (*ProfileServiceSubmitProfileArgs) IsSetReq

func (p *ProfileServiceSubmitProfileArgs) IsSetReq() bool

func (*ProfileServiceSubmitProfileArgs) Read

func (*ProfileServiceSubmitProfileArgs) ReadField1

func (*ProfileServiceSubmitProfileArgs) String

func (*ProfileServiceSubmitProfileArgs) Write

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

type ProfileServiceSubmitProfileResult

type ProfileServiceSubmitProfileResult struct {
	Success *base.NilResponse `thrift:"success,0,optional"`
}

func NewProfileServiceSubmitProfileResult

func NewProfileServiceSubmitProfileResult() *ProfileServiceSubmitProfileResult

func (*ProfileServiceSubmitProfileResult) GetSuccess

func (p *ProfileServiceSubmitProfileResult) GetSuccess() (v *base.NilResponse)

func (*ProfileServiceSubmitProfileResult) IsSetSuccess

func (p *ProfileServiceSubmitProfileResult) IsSetSuccess() bool

func (*ProfileServiceSubmitProfileResult) Read

func (*ProfileServiceSubmitProfileResult) ReadField0

func (*ProfileServiceSubmitProfileResult) String

func (*ProfileServiceSubmitProfileResult) Write

type SubmitProfileRequest

type SubmitProfileRequest struct {
	Identity *base.Identity `thrift:"identity,1" form:"identity" json:"identity" query:"identity"`
}
var ProfileServiceSubmitProfileArgs_Req_DEFAULT *SubmitProfileRequest

func NewSubmitProfileRequest

func NewSubmitProfileRequest() *SubmitProfileRequest

func (*SubmitProfileRequest) GetIdentity

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

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) String

func (p *SubmitProfileRequest) String() string

func (*SubmitProfileRequest) Write

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

Jump to

Keyboard shortcuts

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