package
Version:
v0.0.0-...-14f5664
Opens a new window with list of versions in this module.
Published: Aug 14, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func VerifyCaptcha(captchaResponse []byte) error
type Captcha struct {
Captcha string `json:"captcha"`
}
type RecaptchaResponse struct {
Success bool `json:"success"`
ChallengeTS time.Time `json:"challenge_ts"`
Hostname string `json:"hostname"`
ErrorCodes []string `json:"error-codes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.