9 lines
161 B
Protocol Buffer
9 lines
161 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package base;
|
|
|
|
option go_package = "std.gaore.com/Gaore-Go/gr_hz/test/hertz_model/psm";
|
|
|
|
message Base {
|
|
optional string IsBaseString = 1;
|
|
} |