github.com/jackc/pgconn.FallbackConfig.Host (field)
10 uses
github.com/jackc/pgconn (current package)
config.go#L96: Host string // host (e.g. localhost) or path to unix domain socket directory (e.g. /private/tmp)
config.go#L308: Host: host,
config.go#L315: config.Host = fallbacks[0].Host
pgconn.go#L133: Host: config.Host,
pgconn.go#L183: if strings.HasPrefix(fb.Host, "/") {
pgconn.go#L185: Host: fb.Host,
pgconn.go#L193: ips, err := lookupFn(ctx, fb.Host)
pgconn.go#L200: Host: ip,
pgconn.go#L217: network, address := NetworkAddress(fallbackConfig.Host, fallbackConfig.Port)
![]() |
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. |