package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Mar 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ClientTLS struct {
CA string `json:"ca,omitempty"`
CAOptional bool `json:"caOptional,omitempty"`
Cert string `json:"cert,omitempty"`
Key string `json:"key,omitempty"`
InsecureSkipVerify bool `json:"insecureSkipVerify,omitempty"`
}
type Domain struct {
Main string `json:"main,omitempty"`
SANs []string `json:"sans,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.