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