Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInfoLogic ¶
func NewGetUserInfoLogic ¶
func NewGetUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserInfoLogic
func (*GetUserInfoLogic) GetUserInfo ¶
func (l *GetUserInfoLogic) GetUserInfo(req *types.GetUserInfoReq) (*types.GetUserInfoResp, error)
type LogoutLogic ¶
func NewLogoutLogic ¶
func NewLogoutLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LogoutLogic
func (*LogoutLogic) Logout ¶
func (l *LogoutLogic) Logout(req *types.LogoutReq) (*types.LogoutResp, error)
type RealNameAuthenticationLogic ¶
func NewRealNameAuthenticationLogic ¶
func NewRealNameAuthenticationLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RealNameAuthenticationLogic
func (*RealNameAuthenticationLogic) RealNameAuthentication ¶
func (l *RealNameAuthenticationLogic) RealNameAuthentication(req *types.RealNameAuthenticationReq) (resp *types.RealNameAuthenticationResp, err error)
type UpdateAvatarLogic ¶
func NewUpdateAvatarLogic ¶
func NewUpdateAvatarLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAvatarLogic
func (*UpdateAvatarLogic) UpdateAvatar ¶
func (l *UpdateAvatarLogic) UpdateAvatar(req *types.UpdateAvatarReq) (*types.UpdateAvatarResp, error)
type UpdateNickNameLogic ¶
func NewUpdateNickNameLogic ¶
func NewUpdateNickNameLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNickNameLogic
func (*UpdateNickNameLogic) UpdateNickName ¶
func (l *UpdateNickNameLogic) UpdateNickName(req *types.UpdateNickNameReq) (*types.UpdateNickNameResp, error)
type UpdatePassWordLogic ¶
func NewUpdatePassWordLogic ¶
func NewUpdatePassWordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePassWordLogic
func (*UpdatePassWordLogic) UpdatePassWord ¶
func (l *UpdatePassWordLogic) UpdatePassWord(req *types.UpdatePassWordReq) (*types.UpdatePassWordResp, error)
type UpdateSexLogic ¶
func NewUpdateSexLogic ¶
func NewUpdateSexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateSexLogic
func (*UpdateSexLogic) UpdateSex ¶
func (l *UpdateSexLogic) UpdateSex(req *types.UpdateSexReq) (*types.UpdateSexResp, error)
type UpdateStarLogic ¶
func NewUpdateStarLogic ¶
func NewUpdateStarLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateStarLogic
func (*UpdateStarLogic) UpdateStar ¶
func (l *UpdateStarLogic) UpdateStar(req *types.UpdateStarReq) (resp *types.UpdateStarResp, err error)
Click to show internal directories.
Click to hide internal directories.