github.com/jackc/pgconn.Config.User (field)
6 uses
github.com/jackc/pgconn (current package)
config.go#L35: User string
config.go#L230: User: settings["user"],
config.go#L328: config.Password = passfile.FindPassword(host, strconv.Itoa(int(config.Port)), config.Database, config.User)
errors.go#L72: fmt.Fprintf(sb, "failed to connect to `host=%s user=%s database=%s`: %s", e.config.Host, e.config.User, e.config.Database, e.msg)
pgconn.go#L253: startupMsg.Parameters["user"] = config.User
pgconn.go#L286: digestedPassword := "md5" + hexMD5(hexMD5(pgConn.config.Password+pgConn.config.User)+string(msg.Salt[:]))
 |
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. |