Documentation ¶
Index ¶
- Variables
- type Captcha
- func (c *Captcha) ConfigFields() []plugin.ConfigField
- func (c *Captcha) ConfigReceiver(config []byte) error
- func (c *Captcha) Create() (captcha, code string)
- func (c *Captcha) GetConfig() (config string)
- func (c *Captcha) Info() plugin.Info
- func (c *Captcha) Verify(captcha, userInput string) (pass bool)
- type CaptchaConfig
- type GoogleCaptchaResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var Info embed.FS
Functions ¶
This section is empty.
Types ¶
type Captcha ¶
type Captcha struct {
Config *CaptchaConfig
}
func (*Captcha) ConfigFields ¶
func (c *Captcha) ConfigFields() []plugin.ConfigField
func (*Captcha) ConfigReceiver ¶
type CaptchaConfig ¶
type GoogleCaptchaResponse ¶
Click to show internal directories.
Click to hide internal directories.