gr_hz/testdata/protobuf3/psm/base.proto

9 lines
159 B
Protocol Buffer
Raw Normal View History

2024-04-30 19:30:09 +08:00
syntax = "proto2";
package base;
2024-04-30 23:00:05 +08:00
option go_package = "golib.gaore.com/xuy2/gr_hz/test/hertz_model/psm";
2024-04-30 19:30:09 +08:00
message Base {
optional string IsBaseString = 1;
}