gr_hz/testdata/protobuf3/other/other_base.proto
2024-04-30 19:30:09 +08:00

9 lines
193 B
Protocol Buffer

syntax = "proto2";
package hertz.other;
option go_package = "github.com/cloudwego/hertz/cmd/hz/test/hertz_model/other";
message OtherBaseType {
optional string IsOtherBaseTypeString = 1;
}