github.com/jackc/pgproto3/v2.PasswordMessage.Password (field)
6 uses
github.com/jackc/pgproto3/v2 (current package)
password_message.go#L11: Password string
password_message.go#L26: dst.Password = string(b[:len(b)-1])
password_message.go#L34: dst = pgio.AppendInt32(dst, int32(4+len(src.Password)+1))
password_message.go#L36: dst = append(dst, src.Password...)
password_message.go#L49: Password: src.Password,
github.com/jackc/pgconn
pgconn.go#L349: msg := &pgproto3.PasswordMessage{Password: password}
![]() |
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. |