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";
3import "goby/middleware/protobuf/app_config.proto";
4import "goby/zeromq/protobuf/interprocess_config.proto";
5
6package goby.test.zeromq.protobuf;
7
8message TestConfig
9{
10 optional goby.middleware.protobuf.AppConfig app = 1;
11 optional goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
12}
13
14message Ready
15{
16 optional bool b = 1;
17}
18
19message Widget
20{
21 optional int32 b = 1;
22}