gr_hz/testdata/protobuf2/psm/base.proto
2024-04-30 23:00:05 +08:00

14 lines
210 B
Protocol Buffer

syntax = "proto2";
package base;
option go_package = "golib.gaore.com/xuy2/gr_hz/test/hertz_model/psm";
message Base {
optional string IsBaseString = 1;
}
enum BaseEnumType {
TWEET = 0;
RETWEET = 1;
}