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: