type github.com/lib/pq.defaultDialer
8 uses
github.com/lib/pq (current package)
conn.go#L100: type defaultDialer struct {
conn.go#L104: func (d defaultDialer) Dial(network, address string) (net.Conn, error) {
conn.go#L107: func (d defaultDialer) DialTimeout(network, address string, timeout time.Duration) (net.Conn, error) {
conn.go#L112: func (d defaultDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
conn.go#L266: return DialOpen(defaultDialer{}, dsn)
connector.go#L109: return &Connector{opts: o, dialer: defaultDialer{}}, nil
notify.go#L65: return newDialListenerConn(defaultDialer{}, name, notificationChan)
notify.go#L441: return NewDialListener(defaultDialer{}, name, minReconnectInterval, maxReconnectInterval, eventCallback)
 |
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. |