Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Default number of digits in captcha solution. DefaultLen = 6 DefaultDotCount = 30 // The number of captchas created that triggers garbage collection used // by default store. CollectNum = 100 DefaultMaxSkew = 3 // Expiration time of captchas used by default store. Expiration = 10 * time.Minute // Standard width and height of a captcha image. StdWidth = 240 StdHeight = 80 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigJsonBody ¶
type ConfigJsonBody struct {
Id string `json:"id"`
VerifyValue string `json:"verify_value"`
DriverDigit *base64Captcha.DriverDigit
}
Click to show internal directories.
Click to hide internal directories.