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