package
Version:
v0.6.8
Opens a new window with list of versions in this module.
Published: Aug 30, 2021
License: Apache-2.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 Certificate struct {
Certificate string `json:"certificate"`
Key string `json:"key"`
Expiry string `json:"expiry"`
}
type NewCertificate struct {
CommonName string `json:"commonName"`
Organization *string `json:"organization"`
OrganizationalUnit *string `json:"organizationalUnit"`
Locality *string `json:"locality"`
Province *string `json:"province"`
Country *string `json:"country"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.