Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package goby.test.zeromq.protobuf;
4
5message 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
14message Widget
15{
16 optional int32 b = 1;
17}