package
Version:
v0.0.0-...-4515e61
Opens a new window with list of versions in this module.
Published: Jun 2, 2019
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Response struct {
Success bool `json:"success"`
ChallengedAt time.Time `json:"challenge_ts"`
Hostname string `json:"hostname"`
ErrorCodes []string `json:"error-codes"`
}
Response is the response of the recaptcha verification
type Verifier struct {
Secret string
}
Verifier for recaptcha requests
Verify a given recaptcha request
Source Files
¶
Click to show internal directories.
Click to hide internal directories.