WAWebProtobufsRoutingInfo.proto 325 B

123456789101112
  1. syntax = "proto2";
  2. package WAWebProtobufsRoutingInfo;
  3. option go_package = "git.bobomao.top/joey/testwh/proto/waRoutingInfo";
  4. message RoutingInfo {
  5. repeated int32 regionID = 1;
  6. repeated int32 clusterID = 2;
  7. optional int32 taskID = 3;
  8. optional bool debug = 4;
  9. optional bool tcpBbr = 5;
  10. optional bool tcpKeepalive = 6;
  11. }