HEX
Server: LiteSpeed
System: Linux in-mum-web785.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: u338768758 (338768758)
PHP: 8.3.30
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/testprotos/fuzz/fuzz.proto
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

syntax = "proto2";

package goproto.proto.fuzz;

import "internal/testprotos/test/test.proto";
import "internal/testprotos/test3/test.proto";

option go_package = "google.golang.org/protobuf/internal/testprotos/fuzz";

// Fuzz is a container for every message we want to make available to the fuzzer.
message Fuzz {
  optional goproto.proto.test.TestAllTypes test_all_types = 1;
  optional goproto.proto.test.TestAllExtensions test_all_extensions = 2;
  optional goproto.proto.test.TestRequired test_required = 3;
  optional goproto.proto.test.TestRequiredForeign test_required_foreign = 4;
  optional goproto.proto.test.TestRequiredGroupFields test_required_group_fields = 5;
  optional goproto.proto.test.TestPackedTypes test_packed_types = 6;
  optional goproto.proto.test.TestPackedExtensions test_packed_extensions = 7;
  optional goproto.proto.test3.TestAllTypes test_all_types3 = 8;
}