gr_hz/testdata/protobuf2/other/other_base.proto

9 lines
189 B
Protocol Buffer
Raw Normal View History

2024-04-30 19:30:09 +08:00
syntax = "proto2";
package hertz.other;
2024-04-30 23:07:06 +08:00
option go_package = "golib.gaore.com/GaoreGo/gr_hz/test/hertz_model/other";
2024-04-30 19:30:09 +08:00
message OtherBaseType {
optional string IsOtherBaseTypeString = 1;
}