Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheKeyPayload ¶
type CheckLogic ¶
func NewCheckLogic ¶
func NewCheckLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CheckLogic
Check Account
func (*CheckLogic) Check ¶
func (l *CheckLogic) Check(req *types.AppAuthCheckRequest) (resp *types.AppAuthCheckResponse, err error)
type GetAppConfigLogic ¶
func NewGetAppConfigLogic ¶
func NewGetAppConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAppConfigLogic
GetAppConfig
func (*GetAppConfigLogic) GetAppConfig ¶
func (l *GetAppConfigLogic) GetAppConfig(req *types.AppConfigRequest) (resp *types.AppConfigResponse, err error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx *gin.Context, svcCtx *svc.ServiceContext) *LoginLogic
Login
func (*LoginLogic) Login ¶
func (l *LoginLogic) Login(req *types.AppAuthRequest) (resp *types.AppAuthRespone, err error)
type RegisterLogic ¶
func NewRegisterLogic ¶
func NewRegisterLogic(ctx *gin.Context, svcCtx *svc.ServiceContext) *RegisterLogic
Register
func (*RegisterLogic) Register ¶
func (l *RegisterLogic) Register(req *types.AppAuthRequest) (resp *types.AppAuthRespone, err error)
type ResetPasswordLogic ¶
func NewResetPasswordLogic ¶
func NewResetPasswordLogic(ctx *gin.Context, svcCtx *svc.ServiceContext) *ResetPasswordLogic
Reset Password
func (*ResetPasswordLogic) ResetPassword ¶
func (l *ResetPasswordLogic) ResetPassword(req *types.AppAuthRequest) (resp *types.AppAuthRespone, err error)
Click to show internal directories.
Click to hide internal directories.