Documentation
¶
Index ¶
- func NewV1() user.IUserV1
- type ControllerV1
- func (c *ControllerV1) ApplyReviewer(ctx context.Context, req *v1.ApplyReviewerReq) (res *v1.ApplyReviewerRes, err error)
- func (c *ControllerV1) GetApplyToken(ctx context.Context, req *v1.GetApplyTokenReq) (res *v1.GetApplyTokenRes, err error)
- func (c *ControllerV1) GetUser(ctx context.Context, req *v1.GetUserReq) (res *v1.GetUserRes, err error)
- func (c *ControllerV1) GetUserPollLog(ctx context.Context, req *v1.GetUserPollLogReq) (res *v1.GetUserPollLogRes, err error)
- func (c *ControllerV1) GetUserPollResult(ctx context.Context, req *v1.GetUserPollResultReq) (res *v1.GetUserPollResultRes, err error)
- func (c *ControllerV1) GetUserPollUnreviewed(ctx context.Context, req *v1.GetUserPollUnreviewedReq) (res *v1.GetUserPollUnreviewedRes, err error)
- func (c *ControllerV1) GetUserScoreRecords(ctx context.Context, req *v1.GetUserScoreRecordsReq) (res *v1.GetUserScoreRecordsRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) ApplyReviewer ¶
func (c *ControllerV1) ApplyReviewer(ctx context.Context, req *v1.ApplyReviewerReq) (res *v1.ApplyReviewerRes, err error)
func (*ControllerV1) GetApplyToken ¶
func (c *ControllerV1) GetApplyToken(ctx context.Context, req *v1.GetApplyTokenReq) (res *v1.GetApplyTokenRes, err error)
func (*ControllerV1) GetUser ¶
func (c *ControllerV1) GetUser(ctx context.Context, req *v1.GetUserReq) (res *v1.GetUserRes, err error)
func (*ControllerV1) GetUserPollLog ¶
func (c *ControllerV1) GetUserPollLog(ctx context.Context, req *v1.GetUserPollLogReq) (res *v1.GetUserPollLogRes, err error)
func (*ControllerV1) GetUserPollResult ¶
func (c *ControllerV1) GetUserPollResult(ctx context.Context, req *v1.GetUserPollResultReq) (res *v1.GetUserPollResultRes, err error)
func (*ControllerV1) GetUserPollUnreviewed ¶
func (c *ControllerV1) GetUserPollUnreviewed(ctx context.Context, req *v1.GetUserPollUnreviewedReq) (res *v1.GetUserPollUnreviewedRes, err error)
func (*ControllerV1) GetUserScoreRecords ¶
func (c *ControllerV1) GetUserScoreRecords(ctx context.Context, req *v1.GetUserScoreRecordsReq) (res *v1.GetUserScoreRecordsRes, err error)
Click to show internal directories.
Click to hide internal directories.