Documentation ¶
Verify calls Google Recaptcha API to verify token
ErrorCode is a reCaptcha error
Error fulfills the error interface
String fulfills the Stringer interface
type Response struct {
Success bool `json:"success"`
ChallengeTS string `json:"challenge_ts"`
Hostname string `json:"hostname"`
ErrorCodes []ErrorCode `json:"error-codes"`
}
Response is the structure of JSON returned from API
Source Files ¶
Click to show internal directories.
Click to hide internal directories.