package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 7, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CertRequest struct {
RequesterEmail string `json:"email"`
Domain string `json:"domain"`
DNSCredentials map[string]string `json:"dns"`
Destinations []map[string]any `json:"destinations"`
UseDummyCert bool `json:"dummy"`
StageEnvironment bool `json:"stage"`
}
type CertResponse struct {
Status string `json:"status"`
}
type DestinationConfig struct {
Field string
Description string
IsCredential bool
}
type DestinationDescription struct {
Name string
Description string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.