12 lines
256 B
Protocol Buffer
12 lines
256 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package hertz.other;
|
|
|
|
import "other/other_base.proto";
|
|
|
|
option go_package = "golib.gaore.com/GaoreGo/gr_hz/test/hertz_model/other";
|
|
|
|
message OtherType {
|
|
optional string IsBaseString = 1;
|
|
optional OtherBaseType IsOtherBaseType = 2;
|
|
} |