Documentation ¶
Overview ¶
Copyright (C) 2021-2023, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Copyright (C) 2021-2023, Kubefirst ¶
This program is licensed under MIT. See the LICENSE file for more details.
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.