Documentation
¶
Index ¶
- func NewV1() invite.IInviteV1
- type ControllerV1
- func (c *ControllerV1) ManageRelationsCancel(ctx context.Context, req *v1.ManageRelationsCancelReq) (res *v1.ManageRelationsCancelRes, err error)
- func (c *ControllerV1) ManageRelationsPage(ctx context.Context, req *v1.ManageRelationsPageReq) (res *v1.ManageRelationsPageRes, err error)
- func (c *ControllerV1) ManageRewardApplyApprove(ctx context.Context, req *v1.ManageRewardApplyApproveReq) (res *v1.ManageRewardApplyApproveRes, err error)
- func (c *ControllerV1) ManageRewardApplyPage(ctx context.Context, req *v1.ManageRewardApplyPageReq) (res *v1.ManageRewardApplyPageRes, err error)
- func (c *ControllerV1) ManageRewardApplyReject(ctx context.Context, req *v1.ManageRewardApplyRejectReq) (res *v1.ManageRewardApplyRejectRes, err error)
- func (c *ControllerV1) ManageRewardsCancel(ctx context.Context, req *v1.ManageRewardsCancelReq) (res *v1.ManageRewardsCancelRes, err error)
- func (c *ControllerV1) ManageRewardsPage(ctx context.Context, req *v1.ManageRewardsPageReq) (res *v1.ManageRewardsPageRes, err error)
- func (c *ControllerV1) Profile(ctx context.Context, req *v1.ProfileReq) (res *v1.ProfileRes, err error)
- func (c *ControllerV1) RelationsPage(ctx context.Context, req *v1.RelationsPageReq) (res *v1.RelationsPageRes, err error)
- func (c *ControllerV1) RewardApply(ctx context.Context, req *v1.RewardApplyReq) (res *v1.RewardApplyRes, err error)
- func (c *ControllerV1) RewardApplyPage(ctx context.Context, req *v1.RewardApplyPageReq) (res *v1.RewardApplyPageRes, err error)
- func (c *ControllerV1) RewardsPage(ctx context.Context, req *v1.RewardsPageReq) (res *v1.RewardsPageRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) ManageRelationsCancel ¶
func (c *ControllerV1) ManageRelationsCancel(ctx context.Context, req *v1.ManageRelationsCancelReq) (res *v1.ManageRelationsCancelRes, err error)
func (*ControllerV1) ManageRelationsPage ¶
func (c *ControllerV1) ManageRelationsPage(ctx context.Context, req *v1.ManageRelationsPageReq) (res *v1.ManageRelationsPageRes, err error)
func (*ControllerV1) ManageRewardApplyApprove ¶
func (c *ControllerV1) ManageRewardApplyApprove(ctx context.Context, req *v1.ManageRewardApplyApproveReq) (res *v1.ManageRewardApplyApproveRes, err error)
func (*ControllerV1) ManageRewardApplyPage ¶
func (c *ControllerV1) ManageRewardApplyPage(ctx context.Context, req *v1.ManageRewardApplyPageReq) (res *v1.ManageRewardApplyPageRes, err error)
func (*ControllerV1) ManageRewardApplyReject ¶
func (c *ControllerV1) ManageRewardApplyReject(ctx context.Context, req *v1.ManageRewardApplyRejectReq) (res *v1.ManageRewardApplyRejectRes, err error)
func (*ControllerV1) ManageRewardsCancel ¶
func (c *ControllerV1) ManageRewardsCancel(ctx context.Context, req *v1.ManageRewardsCancelReq) (res *v1.ManageRewardsCancelRes, err error)
func (*ControllerV1) ManageRewardsPage ¶
func (c *ControllerV1) ManageRewardsPage(ctx context.Context, req *v1.ManageRewardsPageReq) (res *v1.ManageRewardsPageRes, err error)
func (*ControllerV1) Profile ¶
func (c *ControllerV1) Profile(ctx context.Context, req *v1.ProfileReq) (res *v1.ProfileRes, err error)
func (*ControllerV1) RelationsPage ¶
func (c *ControllerV1) RelationsPage(ctx context.Context, req *v1.RelationsPageReq) (res *v1.RelationsPageRes, err error)
func (*ControllerV1) RewardApply ¶
func (c *ControllerV1) RewardApply(ctx context.Context, req *v1.RewardApplyReq) (res *v1.RewardApplyRes, err error)
func (*ControllerV1) RewardApplyPage ¶
func (c *ControllerV1) RewardApplyPage(ctx context.Context, req *v1.RewardApplyPageReq) (res *v1.RewardApplyPageRes, err error)
func (*ControllerV1) RewardsPage ¶
func (c *ControllerV1) RewardsPage(ctx context.Context, req *v1.RewardsPageReq) (res *v1.RewardsPageRes, err error)
Source Files
¶
- invite.go
- invite_new.go
- invite_v1_manage_relations_cancel.go
- invite_v1_manage_relations_page.go
- invite_v1_manage_reward_apply_approve.go
- invite_v1_manage_reward_apply_page.go
- invite_v1_manage_reward_apply_reject.go
- invite_v1_manage_rewards_cancel.go
- invite_v1_manage_rewards_page.go
- invite_v1_profile.go
- invite_v1_relations_page.go
- invite_v1_reward_apply.go
- invite_v1_reward_apply_page.go
- invite_v1_rewards_page.go
Click to show internal directories.
Click to hide internal directories.