README ¶ captcha basic This plug-in is the default graphical verification code plug-in, used to do some human-machine verification, prevent malicious registration and malicious submission, etc. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables type Captcha 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) Constants ¶ This section is empty. Variables ¶ View Source var Info embed.FS Functions ¶ This section is empty. Types ¶ type Captcha ¶ type Captcha struct { } func (*Captcha) Create ¶ func (c *Captcha) Create() (captcha, code string) func (*Captcha) GetConfig ¶ func (c *Captcha) GetConfig() (config string) func (*Captcha) Info ¶ func (c *Captcha) Info() plugin.Info func (*Captcha) Verify ¶ func (c *Captcha) Verify(captcha, userInput string) (pass bool) Source Files ¶ View all Source files basic.go Directories ¶ Show internal Expand all Path Synopsis i18n Click to show internal directories. Click to hide internal directories.