gr_hz/testdata/protobuf3/psm/base.proto
2024-04-30 20:22:44 +08:00

9 lines
138 B
Protocol Buffer

syntax = "proto2";
package base;
option go_package = "gr_hz/test/hertz_model/psm";
message Base {
optional string IsBaseString = 1;
}