Goby3 3.2.3
2025.05.13
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 optional int32 a = 1;
8 optional string group = 2;
9}
10
11message Widget
12{
13 optional int32 b = 1;
14}