github.com/jackc/pgconn.Config.TLSConfig (field)
6 uses
github.com/jackc/pgconn (current package)
config.go#L37: TLSConfig *tls.Config // nil disables TLS
config.go#L70: if newConf.TLSConfig != nil {
config.go#L71: newConf.TLSConfig = c.TLSConfig.Clone()
config.go#L317: config.TLSConfig = fallbacks[0].TLSConfig
pgconn.go#L135: TLSConfig: config.TLSConfig,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |