Versions in this module Expand all Collapse all v1 v1.4.2 Dec 15, 2023 Changes in this version + type GetEmailCaptchaLogic struct + func NewGetEmailCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetEmailCaptchaLogic + func (l *GetEmailCaptchaLogic) GetEmailCaptcha(req *types.EmailCaptchaReq) (resp *types.BaseMsgResp, err error) + type GetSmsCaptchaLogic struct + func NewGetSmsCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSmsCaptchaLogic + func (l *GetSmsCaptchaLogic) GetSmsCaptcha(req *types.SmsCaptchaReq) (resp *types.BaseMsgResp, err error) v0 v0.0.3 Apr 13, 2023 Changes in this version + var Store *captcha.RedisStore + type GetCaptchaLogic struct + func NewGetCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCaptchaLogic + func (l *GetCaptchaLogic) GetCaptcha() (resp *types.CaptchaResp, err error)