Goby3 3.4.0
2026.04.13
Loading...
Searching...
No Matches
test.proto
Go to the documentation of this file.
1syntax = "proto2";
2
3package goby.test.middleware.protobuf;
4
5message Ready
6{
7 optional bool b = 1;
8}
9
10message Widget
11{
12 optional int32 b = 1;
13}