package
Version:
v0.0.0-...-ccbecfa
Opens a new window with list of versions in this module.
Published: May 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TRecaptcha struct {
Secret string
}
type TRecaptchaResponse struct {
Success bool `json:"success"`
Score float64 `json:"score"`
Action string `json:"action"`
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.