gr_hz/testdata/protobuf2/other/other_base.proto
2024-04-30 20:22:44 +08:00

9 lines
165 B
Protocol Buffer

syntax = "proto2";
package hertz.other;
option go_package = "gr_hz/test/hertz_model/other";
message OtherBaseType {
optional string IsOtherBaseTypeString = 1;
}