9 lines
189 B
Protocol Buffer
9 lines
189 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package hertz.other;
|
|
|
|
option go_package = "golib.gaore.com/GaoreGo/gr_hz/test/hertz_model/other";
|
|
|
|
message OtherBaseType {
|
|
optional string IsOtherBaseTypeString = 1;
|
|
} |