gr_hz/testdata/protobuf3/other/other.proto
2024-04-30 20:39:07 +08:00

12 lines
255 B
Protocol Buffer

syntax = "proto2";
package hertz.other;
import "other/other_base.proto";
option go_package = "std.gaore.com/Gaore-Go/gr_hz/test/hertz_model/other";
message OtherType {
optional string IsBaseString = 1;
optional OtherBaseType IsOtherBaseType = 2;
}