Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSClientConfig ¶
type TLSClientConfig struct { KeyFile string `mapstructure:"tls_key_file"` CertFile string `mapstructure:"tls_cert_file"` CAFile string `mapstructure:"tls_ca_file"` MinVersion string `mapstructure:"tls_min_version"` ServerName string `mapstructure:"tls_server_name"` InsecureSkipVerify bool `mapstructure:"tls_insecure_skip_verify"` Enable bool `mapstructure:"tls_enable"` }
type TLSServerConfig ¶
type TLSServerConfig struct { KeyFile string `mapstructure:"tls_key_file"` CertFile string `mapstructure:"tls_cert_file"` AllovedCACerts []string `mapstructure:"tls_allowed_cacerts"` MinVersion string `mapstructure:"tls_min_version"` MaxVersion string `mapstructure:"tls_max_version"` Enable bool `mapstructure:"tls_enable"` }
Click to show internal directories.
Click to hide internal directories.