package
Version:
v1.8.0-rc1
Opens a new window with list of versions in this module.
Published: Mar 19, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Verify calls Google Recaptcha API to verify token
type Response struct {
Success bool `json:"success"`
ChallengeTS time.Time `json:"challenge_ts"`
Hostname string `json:"hostname"`
ErrorCodes []string `json:"error-codes"`
}
Response is the structure of JSON returned from API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.