github.com/jackc/pgconn.FallbackConfig.TLSConfig (field)
13 uses
github.com/jackc/pgconn (current package)
config.go#L84: if newFallback.TLSConfig != nil {
config.go#L85: newFallback.TLSConfig = fallback.TLSConfig.Clone()
config.go#L98: TLSConfig *tls.Config // nil disables TLS
config.go#L310: TLSConfig: tlsConfig,
config.go#L317: config.TLSConfig = fallbacks[0].TLSConfig
pgconn.go#L135: TLSConfig: config.TLSConfig,
pgconn.go#L187: TLSConfig: fb.TLSConfig,
pgconn.go#L202: TLSConfig: fb.TLSConfig,
pgconn.go#L225: if fallbackConfig.TLSConfig != nil {
pgconn.go#L226: if err := pgConn.startTLS(fallbackConfig.TLSConfig); err != nil {
![]() |
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. |