Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertLoadInterface ¶
type CertLoadInterface interface { ConfigCertLoad(pathCertFile, pathKeyFile, pathCAFile string, SSLVerify bool) GetTLSConfig() *tls.Config }
func NewCertLoad ¶
func NewCertLoad(pathCertFile, pathKeyFile, pathCAFile string, SSLVerify bool) CertLoadInterface
Click to show internal directories.
Click to hide internal directories.