Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCaptcha = errors.New("验证码错误")
Functions ¶
This section is empty.
Types ¶
type CaptchaService ¶
type CaptchaService struct {
// contains filtered or unexported fields
}
func NewCaptchaService ¶
func NewCaptchaService(config config.Config, httpClient *http.Client) *CaptchaService
func (*CaptchaService) VerifyCaptcha ¶
func (c *CaptchaService) VerifyCaptcha(ctx context.Context, token, ip string) error
type ErrTurnstile ¶
type ErrTurnstile struct {
ErrorCodes []string
}
func (ErrTurnstile) Error ¶
func (e ErrTurnstile) Error() string
Click to show internal directories.
Click to hide internal directories.