type github.com/jackc/pgx/v5/pgproto3.AuthenticationCleartextPassword

10 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_cleartext_password.go#L12: type AuthenticationCleartextPassword struct{}
		authentication_cleartext_password.go#L15: func (*AuthenticationCleartextPassword) Backend() {}
		authentication_cleartext_password.go#L18: func (*AuthenticationCleartextPassword) AuthenticationResponse() {}
		authentication_cleartext_password.go#L22: func (dst *AuthenticationCleartextPassword) Decode(src []byte) error {
		authentication_cleartext_password.go#L37: func (src *AuthenticationCleartextPassword) Encode(dst []byte) ([]byte, error) {
		authentication_cleartext_password.go#L44: func (src AuthenticationCleartextPassword) MarshalJSON() ([]byte, error) {
		frontend.go#L26: 	authenticationCleartextPassword AuthenticationCleartextPassword
		trace.go#L34: 	case *AuthenticationCleartextPassword:
		trace.go#L129: func (t *tracer) traceAuthenticationCleartextPassword(sender byte, encodedLen int32, msg *AuthenticationCleartextPassword) {

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L417: 		case *pgproto3.AuthenticationCleartextPassword: