Documentation ¶ Index ¶ Variables func NormalizeTLSConfig(cfg *tls.Config) *tls.Config func TLSConfigFromPath(certPath, certKeyPath string) (*tls.Config, error) type Driver Constants ¶ This section is empty. Variables ¶ View Source var ErrTLSPathsNotProvided = errors.New("TLS certificate path or key path not provided") Functions ¶ func NormalizeTLSConfig ¶ func NormalizeTLSConfig(cfg *tls.Config) *tls.Config func TLSConfigFromPath ¶ func TLSConfigFromPath(certPath, certKeyPath string) (*tls.Config, error) Types ¶ type Driver ¶ type Driver interface { driver.Server driver.TLSServer } Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis implementation Click to show internal directories. Click to hide internal directories.