gr_hz/testdata/protobuf3/other/other.proto

12 lines
260 B
Protocol Buffer
Raw Normal View History

2024-04-30 19:30:09 +08:00
syntax = "proto2";
package hertz.other;
import "other/other_base.proto";
option go_package = "github.com/cloudwego/hertz/cmd/hz/test/hertz_model/other";
message OtherType {
optional string IsBaseString = 1;
optional OtherBaseType IsOtherBaseType = 2;
}