github.com/jackc/pgconn.PgConn.config (field)
13 uses
github.com/jackc/pgconn (current package)
auth_scram.go#L34: sc, err := newScramClient(serverAuthMechanisms, c.config.Password)
pgconn.go#L79: config *Config
pgconn.go#L212: pgConn.config = config
pgconn.go#L280: err = pgConn.txPasswordMessage(pgConn.config.Password)
pgconn.go#L286: digestedPassword := "md5" + hexMD5(hexMD5(pgConn.config.Password+pgConn.config.User)+string(msg.Salt[:]))
pgconn.go#L500: if pgConn.config.OnNotice != nil {
pgconn.go#L501: pgConn.config.OnNotice(pgConn, noticeResponseToNotice(msg))
pgconn.go#L504: if pgConn.config.OnNotification != nil {
pgconn.go#L505: pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})
pgconn.go#L834: cancelConn, err := pgConn.config.DialFunc(ctx, serverAddr.Network(), serverAddr.String())
pgconn.go#L1680: Config: pgConn.config,
pgconn.go#L1697: config: hc.Config,
 |
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. |