type github.com/jackc/pgproto3/v2.AuthenticationCleartextPassword
6 uses
github.com/jackc/pgproto3/v2 (current package)
authentication_cleartext_password.go#L11: type AuthenticationCleartextPassword struct {
authentication_cleartext_password.go#L15: func (*AuthenticationCleartextPassword) Backend() {}
authentication_cleartext_password.go#L19: func (dst *AuthenticationCleartextPassword) Decode(src []byte) error {
authentication_cleartext_password.go#L34: func (src *AuthenticationCleartextPassword) Encode(dst []byte) []byte {
frontend.go#L17: authenticationCleartextPassword AuthenticationCleartextPassword
github.com/jackc/pgconn
pgconn.go#L279: case *pgproto3.AuthenticationCleartextPassword:
![]() |
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. |