Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "dccl/option_extensions.proto";
3
4package goby.test.zeromq.protobuf;
5
6message Sample
7{
8 optional int32 a = 1;
9}
10
11message Widget
12{
13 optional int32 b = 1;
14}
15
16
17
18message Complete
19{
20 optional int32 subscriber_id = 1;
21}