Documentation ¶
Index ¶
- func NewV1() vip.IVipV1
- type ControllerV1
- func (c *ControllerV1) GenerateSecretKey(ctx context.Context, req *v1.GenerateSecretKeyReq) (res *v1.GenerateSecretKeyRes, err error)
- func (c *ControllerV1) InviteFriends(ctx context.Context, req *v1.InviteFriendsReq) (res *v1.InviteFriendsRes, err error)
- func (c *ControllerV1) InviteReg(ctx context.Context, req *v1.InviteRegReq) (res *v1.InviteRegRes, err error)
- func (c *ControllerV1) VipInfo(ctx context.Context, req *v1.VipInfoReq) (res *v1.VipInfoRes, err error)
- func (c *ControllerV1) Vips(ctx context.Context, req *v1.VipsReq) (res *v1.VipsRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) GenerateSecretKey ¶
func (c *ControllerV1) GenerateSecretKey(ctx context.Context, req *v1.GenerateSecretKeyReq) (res *v1.GenerateSecretKeyRes, err error)
func (*ControllerV1) InviteFriends ¶
func (c *ControllerV1) InviteFriends(ctx context.Context, req *v1.InviteFriendsReq) (res *v1.InviteFriendsRes, err error)
func (*ControllerV1) InviteReg ¶
func (c *ControllerV1) InviteReg(ctx context.Context, req *v1.InviteRegReq) (res *v1.InviteRegRes, err error)
func (*ControllerV1) VipInfo ¶
func (c *ControllerV1) VipInfo(ctx context.Context, req *v1.VipInfoReq) (res *v1.VipInfoRes, err error)
Click to show internal directories.
Click to hide internal directories.