Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1syntax = "proto2";
2import "goby/middleware/protobuf/app_config.proto";
3import "goby/zeromq/protobuf/interprocess_config.proto";
4
5package goby.test.zeromq.protobuf;
6
7message TestConfig
8{
9 optional goby.middleware.protobuf.AppConfig app = 1;
10 optional goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
11}
12
13message Widget
14{
15 optional int32 b = 1;
16}