package
Version:
v0.9.13
Opens a new window with list of versions in this module.
Published: Nov 19, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Service struct {
URL *url.URL
}
type VerifyRequest struct {
Secret string `json:"secret"`
Response string `json:"response"`
RemoteIP string `json:"remoteip,omitempty"`
}
type VerifyResponse struct {
Success bool `json:"success"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.