package
Version:
v0.0.0-...-6a53fb6
Opens a new window with list of versions in this module.
Published: Aug 28, 2021
License: AGPL-3.0
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
¶
type Request struct {
Secret string `json:"secret"`
Response string `json:"response"`
RemoteIP string `json:"remoteip"`
}
type Response 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.