Goby3
3.3.0
2025.07.10
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1
syntax = "proto2";
2
3
package goby.test.zeromq.protobuf;
4
5
message Sample
6
{
7
// option (dccl.msg).id = 127;
8
// option (dccl.msg).max_bytes = 32;
9
// option (dccl.msg).codec_version = 3;
10
11
optional int32 a = 1; // [(dccl.field) = { min: -10000 max: 10000}];
12
}
13
14
message Widget
15
{
16
optional int32 b = 1;
17
}
goby
test
zeromq
middleware_interprocess_forwarder
test.proto
Generated by
1.9.8