Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckCertificateUsage ¶
CheckCertificateUsage polls letsdebug to get information about used certificates
Types ¶
type CertificateDetail ¶
CertificateDetail captures information on each individual certificate
type CertificateQueryResult ¶
CertificateQueryResult details each object in the returned response's results field
type Response ¶
type Response struct {
Query string `json:"string"`
Results []CertificateQueryResult `json:"results"`
}
Response documents the object received from the upstream API
Click to show internal directories.
Click to hide internal directories.