const github.com/jackc/pgproto3/v2.AuthTypeCleartextPassword

4 uses

	github.com/jackc/pgproto3/v2 (current package)
		authentication_cleartext_password.go#L26: 	if authType != AuthTypeCleartextPassword {
		authentication_cleartext_password.go#L37: 	dst = pgio.AppendUint32(dst, AuthTypeCleartextPassword)
		frontend.go#L151: 	AuthTypeCleartextPassword = 3
		frontend.go#L167: 	case AuthTypeCleartextPassword: