Versions in this module Expand all Collapse all v1 v1.0.0 Apr 5, 2024 Changes in this version + type GetCaptchaLogic struct + func NewGetCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCaptchaLogic + func (l *GetCaptchaLogic) GetCaptcha() (resp *types.CaptchaResp, err error) + 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)