gr_hz/testdata/protobuf3/psm/base.proto

9 lines
166 B
Protocol Buffer
Raw Normal View History

2024-04-30 19:30:09 +08:00
syntax = "proto2";
package base;
option go_package = "github.com/cloudwego/hertz/cmd/hz/test/hertz_model/psm";
message Base {
optional string IsBaseString = 1;
}