const github.com/jackc/pgx/v5/pgproto3.AuthTypeGSS

6 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_gss.go#L24: 	if authType != AuthTypeGSS {
		authentication_gss.go#L32: 	dst = pgio.AppendUint32(dst, AuthTypeGSS)
		backend.go#L221: 		case AuthTypeGSS, AuthTypeGSSCont:
		backend.go#L277: 		AuthTypeGSS,
		frontend.go#L413: 	AuthTypeGSS               = 7
		frontend.go#L436: 	case AuthTypeGSS: