Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "dccl/option_extensions.proto";
3
4package goby.test.middleware.protobuf;
5
6message Sample
7{
8 option (dccl.msg).id = 127;
9 option (dccl.msg).max_bytes = 32;
10 option (dccl.msg).codec_version = 3;
11
12 optional int32 a = 1;
13}
14
15message Widget
16{
17 optional int32 b = 1;
18}