commands.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0
  4. // protoc v3.17.3
  5. // source: commands.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. // 状态命令枚举
  20. type ECommand int32
  21. const (
  22. ECommand_SEND_MSG ECommand = 0 // 消息信息
  23. ECommand_MSG_HEART_BEAT ECommand = 3 // 心跳
  24. // status
  25. ECommand_ON_PLAYER_DISCONNECT ECommand = 1004 // 玩家断开连接 cmd_str:玩家id cmd_val:登出原因ErrorReason
  26. ECommand_ON_PLAYER_CONNECT ECommand = 1005 // 玩家连接 cmd_str:玩家id
  27. ECommand_ON_PLAYER_WAIT_QUEUE_INFO ECommand = 1006 // 玩家等待队列信息 消息体:CommandMsg.buff.array_id_info
  28. ECommand_ON_PLAYER_RECEIVE_REPLY ECommand = 1007 // 玩家被应答 cmd_str:客服id
  29. ECommand_ON_PLAYER_WAIT_QUEUE_LEN ECommand = 1008 // 玩家等待队列长度 cmd_val: 队列人数
  30. ECommand_ON_SERVICE_DISCONNECT ECommand = 3002 // 客服断开连接 cmd_str:客服id
  31. ECommand_ON_SERVICE_CONNECT ECommand = 3003 // 客服连接 cmd_str:客服id
  32. ECommand_ON_SERVICE_HANG_UP_LIST ECommand = 3004 // 客服-玩家挂断列表 消息体:CommandMsg.buff.array_id_info
  33. // 请求操作
  34. ECommand_CALL_PLAYER_MSG ECommand = 2001 // 玩家->服务端 发送消息
  35. ECommand_CALL_SERVICE_MSG ECommand = 2002 // 客服->服务端 发送消息
  36. ECommand_CALL_PLAYER_LOGOUT ECommand = 2003 // 玩家登出
  37. ECommand_CALL_SERVICE_LOGOUT ECommand = 2004 // 客服登出
  38. ECommand_CALL_SERVICE_REPLY ECommand = 2005 // 客服应答 cmd_str:待应答的玩家id
  39. ECommand_CALL_PLAYER_CHAT_LOG ECommand = 2006 // 获取玩家聊天记录 cmd_str:玩家id 返回:CommandMsg.buff.array_chat_log
  40. // gm debug
  41. ECommand_MSG_TEST ECommand = 100001
  42. )
  43. // Enum value maps for ECommand.
  44. var (
  45. ECommand_name = map[int32]string{
  46. 0: "SEND_MSG",
  47. 3: "MSG_HEART_BEAT",
  48. 1004: "ON_PLAYER_DISCONNECT",
  49. 1005: "ON_PLAYER_CONNECT",
  50. 1006: "ON_PLAYER_WAIT_QUEUE_INFO",
  51. 1007: "ON_PLAYER_RECEIVE_REPLY",
  52. 1008: "ON_PLAYER_WAIT_QUEUE_LEN",
  53. 3002: "ON_SERVICE_DISCONNECT",
  54. 3003: "ON_SERVICE_CONNECT",
  55. 3004: "ON_SERVICE_HANG_UP_LIST",
  56. 2001: "CALL_PLAYER_MSG",
  57. 2002: "CALL_SERVICE_MSG",
  58. 2003: "CALL_PLAYER_LOGOUT",
  59. 2004: "CALL_SERVICE_LOGOUT",
  60. 2005: "CALL_SERVICE_REPLY",
  61. 2006: "CALL_PLAYER_CHAT_LOG",
  62. 100001: "MSG_TEST",
  63. }
  64. ECommand_value = map[string]int32{
  65. "SEND_MSG": 0,
  66. "MSG_HEART_BEAT": 3,
  67. "ON_PLAYER_DISCONNECT": 1004,
  68. "ON_PLAYER_CONNECT": 1005,
  69. "ON_PLAYER_WAIT_QUEUE_INFO": 1006,
  70. "ON_PLAYER_RECEIVE_REPLY": 1007,
  71. "ON_PLAYER_WAIT_QUEUE_LEN": 1008,
  72. "ON_SERVICE_DISCONNECT": 3002,
  73. "ON_SERVICE_CONNECT": 3003,
  74. "ON_SERVICE_HANG_UP_LIST": 3004,
  75. "CALL_PLAYER_MSG": 2001,
  76. "CALL_SERVICE_MSG": 2002,
  77. "CALL_PLAYER_LOGOUT": 2003,
  78. "CALL_SERVICE_LOGOUT": 2004,
  79. "CALL_SERVICE_REPLY": 2005,
  80. "CALL_PLAYER_CHAT_LOG": 2006,
  81. "MSG_TEST": 100001,
  82. }
  83. )
  84. func (x ECommand) Enum() *ECommand {
  85. p := new(ECommand)
  86. *p = x
  87. return p
  88. }
  89. func (x ECommand) String() string {
  90. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  91. }
  92. func (ECommand) Descriptor() protoreflect.EnumDescriptor {
  93. return file_commands_proto_enumTypes[0].Descriptor()
  94. }
  95. func (ECommand) Type() protoreflect.EnumType {
  96. return &file_commands_proto_enumTypes[0]
  97. }
  98. func (x ECommand) Number() protoreflect.EnumNumber {
  99. return protoreflect.EnumNumber(x)
  100. }
  101. // Deprecated: Use ECommand.Descriptor instead.
  102. func (ECommand) EnumDescriptor() ([]byte, []int) {
  103. return file_commands_proto_rawDescGZIP(), []int{0}
  104. }
  105. // 错误枚举
  106. type ErrorReason int32
  107. const (
  108. ErrorReason_ERROR_DUMMY ErrorReason = 0
  109. ErrorReason_PLAYER_HEART_BEAT_FAILED ErrorReason = 1000 // 玩家心跳失败
  110. ErrorReason_PLAYER_REPEAT_LOGIN ErrorReason = 1001 // 玩家重复登录
  111. ErrorReason_PLAYER_WAIT_QUEUE_OVERTIME ErrorReason = 1002 // 玩家等待队列超时
  112. ErrorReason_PLAYER_TALK_INTERVAL_LIMIT ErrorReason = 1003 // 玩家发言时间超时
  113. ErrorReason_PLAYER_CALL_LOGOUT ErrorReason = 1004 // 玩家主动登出
  114. ErrorReason_SERVICE_REPEAT_LOGIN ErrorReason = 2001 // 客服重复登录
  115. ErrorReason_SERVICE_CALL_LOGOUT ErrorReason = 2002 // 客服主动登出
  116. ErrorReason_SERVICE_HEART_BEAT_FAILED ErrorReason = 2003 // 客服心跳超时
  117. )
  118. // Enum value maps for ErrorReason.
  119. var (
  120. ErrorReason_name = map[int32]string{
  121. 0: "ERROR_DUMMY",
  122. 1000: "PLAYER_HEART_BEAT_FAILED",
  123. 1001: "PLAYER_REPEAT_LOGIN",
  124. 1002: "PLAYER_WAIT_QUEUE_OVERTIME",
  125. 1003: "PLAYER_TALK_INTERVAL_LIMIT",
  126. 1004: "PLAYER_CALL_LOGOUT",
  127. 2001: "SERVICE_REPEAT_LOGIN",
  128. 2002: "SERVICE_CALL_LOGOUT",
  129. 2003: "SERVICE_HEART_BEAT_FAILED",
  130. }
  131. ErrorReason_value = map[string]int32{
  132. "ERROR_DUMMY": 0,
  133. "PLAYER_HEART_BEAT_FAILED": 1000,
  134. "PLAYER_REPEAT_LOGIN": 1001,
  135. "PLAYER_WAIT_QUEUE_OVERTIME": 1002,
  136. "PLAYER_TALK_INTERVAL_LIMIT": 1003,
  137. "PLAYER_CALL_LOGOUT": 1004,
  138. "SERVICE_REPEAT_LOGIN": 2001,
  139. "SERVICE_CALL_LOGOUT": 2002,
  140. "SERVICE_HEART_BEAT_FAILED": 2003,
  141. }
  142. )
  143. func (x ErrorReason) Enum() *ErrorReason {
  144. p := new(ErrorReason)
  145. *p = x
  146. return p
  147. }
  148. func (x ErrorReason) String() string {
  149. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  150. }
  151. func (ErrorReason) Descriptor() protoreflect.EnumDescriptor {
  152. return file_commands_proto_enumTypes[1].Descriptor()
  153. }
  154. func (ErrorReason) Type() protoreflect.EnumType {
  155. return &file_commands_proto_enumTypes[1]
  156. }
  157. func (x ErrorReason) Number() protoreflect.EnumNumber {
  158. return protoreflect.EnumNumber(x)
  159. }
  160. // Deprecated: Use ErrorReason.Descriptor instead.
  161. func (ErrorReason) EnumDescriptor() ([]byte, []int) {
  162. return file_commands_proto_rawDescGZIP(), []int{1}
  163. }
  164. // 内网调试debug命令
  165. type EDebugCmd int32
  166. const (
  167. //
  168. //修改队列等待时间(s):
  169. //cmd_str: WaitConnServiceLimit
  170. //cmd_val: 30
  171. //修改长时间聊天未发言时限(s):
  172. //cmd_str:LastTalkIntervalLimit
  173. //cmd_val:60
  174. //
  175. //消息example:
  176. //msg.cmd_type: ECommand.MSG_TEST
  177. //msg.cmd_val: EDebugCmd.MODIFY_CONFIG
  178. //msg.cmd_str: "{\"WaitConnServiceLimit\": 3600}"
  179. EDebugCmd_MODIFY_CONFIG EDebugCmd = 0 // 修改配置
  180. EDebugCmd_SERVICE_REPLY EDebugCmd = 1 // 客服连接
  181. EDebugCmd_GET_CHAT_LOG EDebugCmd = 2 // 获取聊天log cmd_str:客服id
  182. )
  183. // Enum value maps for EDebugCmd.
  184. var (
  185. EDebugCmd_name = map[int32]string{
  186. 0: "MODIFY_CONFIG",
  187. 1: "SERVICE_REPLY",
  188. 2: "GET_CHAT_LOG",
  189. }
  190. EDebugCmd_value = map[string]int32{
  191. "MODIFY_CONFIG": 0,
  192. "SERVICE_REPLY": 1,
  193. "GET_CHAT_LOG": 2,
  194. }
  195. )
  196. func (x EDebugCmd) Enum() *EDebugCmd {
  197. p := new(EDebugCmd)
  198. *p = x
  199. return p
  200. }
  201. func (x EDebugCmd) String() string {
  202. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  203. }
  204. func (EDebugCmd) Descriptor() protoreflect.EnumDescriptor {
  205. return file_commands_proto_enumTypes[2].Descriptor()
  206. }
  207. func (EDebugCmd) Type() protoreflect.EnumType {
  208. return &file_commands_proto_enumTypes[2]
  209. }
  210. func (x EDebugCmd) Number() protoreflect.EnumNumber {
  211. return protoreflect.EnumNumber(x)
  212. }
  213. // Deprecated: Use EDebugCmd.Descriptor instead.
  214. func (EDebugCmd) EnumDescriptor() ([]byte, []int) {
  215. return file_commands_proto_rawDescGZIP(), []int{2}
  216. }
  217. // error
  218. type EErrorCode int32
  219. const (
  220. EErrorCode_ERR_DUMMY EErrorCode = 0
  221. EErrorCode_ERR_HANDLER_CALL_ERR EErrorCode = 1 // 请求调用失败
  222. EErrorCode_ERR_REQUEST_LIMIT EErrorCode = 101 // 请求过于频繁
  223. EErrorCode_ERR_PLAYER_CONN_ERR EErrorCode = 102 // 玩家连接失败
  224. EErrorCode_ERR_PARAM_ERROR EErrorCode = 103 // 参数错误
  225. EErrorCode_ERR_SERVICE_CONN_ERR EErrorCode = 104 // 客服连接失败
  226. )
  227. // Enum value maps for EErrorCode.
  228. var (
  229. EErrorCode_name = map[int32]string{
  230. 0: "ERR_DUMMY",
  231. 1: "ERR_HANDLER_CALL_ERR",
  232. 101: "ERR_REQUEST_LIMIT",
  233. 102: "ERR_PLAYER_CONN_ERR",
  234. 103: "ERR_PARAM_ERROR",
  235. 104: "ERR_SERVICE_CONN_ERR",
  236. }
  237. EErrorCode_value = map[string]int32{
  238. "ERR_DUMMY": 0,
  239. "ERR_HANDLER_CALL_ERR": 1,
  240. "ERR_REQUEST_LIMIT": 101,
  241. "ERR_PLAYER_CONN_ERR": 102,
  242. "ERR_PARAM_ERROR": 103,
  243. "ERR_SERVICE_CONN_ERR": 104,
  244. }
  245. )
  246. func (x EErrorCode) Enum() *EErrorCode {
  247. p := new(EErrorCode)
  248. *p = x
  249. return p
  250. }
  251. func (x EErrorCode) String() string {
  252. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  253. }
  254. func (EErrorCode) Descriptor() protoreflect.EnumDescriptor {
  255. return file_commands_proto_enumTypes[3].Descriptor()
  256. }
  257. func (EErrorCode) Type() protoreflect.EnumType {
  258. return &file_commands_proto_enumTypes[3]
  259. }
  260. func (x EErrorCode) Number() protoreflect.EnumNumber {
  261. return protoreflect.EnumNumber(x)
  262. }
  263. // Deprecated: Use EErrorCode.Descriptor instead.
  264. func (EErrorCode) EnumDescriptor() ([]byte, []int) {
  265. return file_commands_proto_rawDescGZIP(), []int{3}
  266. }
  267. var File_commands_proto protoreflect.FileDescriptor
  268. var file_commands_proto_rawDesc = []byte{
  269. 0x0a, 0x0e, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  270. 0x12, 0x02, 0x70, 0x62, 0x2a, 0xb3, 0x03, 0x0a, 0x08, 0x45, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
  271. 0x64, 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x45, 0x4e, 0x44, 0x5f, 0x4d, 0x53, 0x47, 0x10, 0x00, 0x12,
  272. 0x12, 0x0a, 0x0e, 0x4d, 0x53, 0x47, 0x5f, 0x48, 0x45, 0x41, 0x52, 0x54, 0x5f, 0x42, 0x45, 0x41,
  273. 0x54, 0x10, 0x03, 0x12, 0x19, 0x0a, 0x14, 0x4f, 0x4e, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52,
  274. 0x5f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x10, 0xec, 0x07, 0x12, 0x16,
  275. 0x0a, 0x11, 0x4f, 0x4e, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x43, 0x4f, 0x4e, 0x4e,
  276. 0x45, 0x43, 0x54, 0x10, 0xed, 0x07, 0x12, 0x1e, 0x0a, 0x19, 0x4f, 0x4e, 0x5f, 0x50, 0x4c, 0x41,
  277. 0x59, 0x45, 0x52, 0x5f, 0x57, 0x41, 0x49, 0x54, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x5f, 0x49,
  278. 0x4e, 0x46, 0x4f, 0x10, 0xee, 0x07, 0x12, 0x1c, 0x0a, 0x17, 0x4f, 0x4e, 0x5f, 0x50, 0x4c, 0x41,
  279. 0x59, 0x45, 0x52, 0x5f, 0x52, 0x45, 0x43, 0x45, 0x49, 0x56, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c,
  280. 0x59, 0x10, 0xef, 0x07, 0x12, 0x1d, 0x0a, 0x18, 0x4f, 0x4e, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45,
  281. 0x52, 0x5f, 0x57, 0x41, 0x49, 0x54, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x5f, 0x4c, 0x45, 0x4e,
  282. 0x10, 0xf0, 0x07, 0x12, 0x1a, 0x0a, 0x15, 0x4f, 0x4e, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43,
  283. 0x45, 0x5f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x10, 0xba, 0x17, 0x12,
  284. 0x17, 0x0a, 0x12, 0x4f, 0x4e, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x43, 0x4f,
  285. 0x4e, 0x4e, 0x45, 0x43, 0x54, 0x10, 0xbb, 0x17, 0x12, 0x1c, 0x0a, 0x17, 0x4f, 0x4e, 0x5f, 0x53,
  286. 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x48, 0x41, 0x4e, 0x47, 0x5f, 0x55, 0x50, 0x5f, 0x4c,
  287. 0x49, 0x53, 0x54, 0x10, 0xbc, 0x17, 0x12, 0x14, 0x0a, 0x0f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x50,
  288. 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x4d, 0x53, 0x47, 0x10, 0xd1, 0x0f, 0x12, 0x15, 0x0a, 0x10,
  289. 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x4d, 0x53, 0x47,
  290. 0x10, 0xd2, 0x0f, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x50, 0x4c, 0x41, 0x59,
  291. 0x45, 0x52, 0x5f, 0x4c, 0x4f, 0x47, 0x4f, 0x55, 0x54, 0x10, 0xd3, 0x0f, 0x12, 0x18, 0x0a, 0x13,
  292. 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x4c, 0x4f, 0x47,
  293. 0x4f, 0x55, 0x54, 0x10, 0xd4, 0x0f, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x53,
  294. 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x4c, 0x59, 0x10, 0xd5, 0x0f, 0x12,
  295. 0x19, 0x0a, 0x14, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x43,
  296. 0x48, 0x41, 0x54, 0x5f, 0x4c, 0x4f, 0x47, 0x10, 0xd6, 0x0f, 0x12, 0x0e, 0x0a, 0x08, 0x4d, 0x53,
  297. 0x47, 0x5f, 0x54, 0x45, 0x53, 0x54, 0x10, 0xa1, 0x8d, 0x06, 0x2a, 0x87, 0x02, 0x0a, 0x0b, 0x45,
  298. 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x0f, 0x0a, 0x0b, 0x45, 0x52,
  299. 0x52, 0x4f, 0x52, 0x5f, 0x44, 0x55, 0x4d, 0x4d, 0x59, 0x10, 0x00, 0x12, 0x1d, 0x0a, 0x18, 0x50,
  300. 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x48, 0x45, 0x41, 0x52, 0x54, 0x5f, 0x42, 0x45, 0x41, 0x54,
  301. 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45, 0x44, 0x10, 0xe8, 0x07, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x4c,
  302. 0x41, 0x59, 0x45, 0x52, 0x5f, 0x52, 0x45, 0x50, 0x45, 0x41, 0x54, 0x5f, 0x4c, 0x4f, 0x47, 0x49,
  303. 0x4e, 0x10, 0xe9, 0x07, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x57,
  304. 0x41, 0x49, 0x54, 0x5f, 0x51, 0x55, 0x45, 0x55, 0x45, 0x5f, 0x4f, 0x56, 0x45, 0x52, 0x54, 0x49,
  305. 0x4d, 0x45, 0x10, 0xea, 0x07, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f,
  306. 0x54, 0x41, 0x4c, 0x4b, 0x5f, 0x49, 0x4e, 0x54, 0x45, 0x52, 0x56, 0x41, 0x4c, 0x5f, 0x4c, 0x49,
  307. 0x4d, 0x49, 0x54, 0x10, 0xeb, 0x07, 0x12, 0x17, 0x0a, 0x12, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52,
  308. 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x4c, 0x4f, 0x47, 0x4f, 0x55, 0x54, 0x10, 0xec, 0x07, 0x12,
  309. 0x19, 0x0a, 0x14, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x52, 0x45, 0x50, 0x45, 0x41,
  310. 0x54, 0x5f, 0x4c, 0x4f, 0x47, 0x49, 0x4e, 0x10, 0xd1, 0x0f, 0x12, 0x18, 0x0a, 0x13, 0x53, 0x45,
  311. 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x4c, 0x4f, 0x47, 0x4f, 0x55,
  312. 0x54, 0x10, 0xd2, 0x0f, 0x12, 0x1e, 0x0a, 0x19, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f,
  313. 0x48, 0x45, 0x41, 0x52, 0x54, 0x5f, 0x42, 0x45, 0x41, 0x54, 0x5f, 0x46, 0x41, 0x49, 0x4c, 0x45,
  314. 0x44, 0x10, 0xd3, 0x0f, 0x2a, 0x43, 0x0a, 0x09, 0x45, 0x44, 0x65, 0x62, 0x75, 0x67, 0x43, 0x6d,
  315. 0x64, 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x4f, 0x44, 0x49, 0x46, 0x59, 0x5f, 0x43, 0x4f, 0x4e, 0x46,
  316. 0x49, 0x47, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x45, 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f,
  317. 0x52, 0x45, 0x50, 0x4c, 0x59, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x47, 0x45, 0x54, 0x5f, 0x43,
  318. 0x48, 0x41, 0x54, 0x5f, 0x4c, 0x4f, 0x47, 0x10, 0x02, 0x2a, 0x94, 0x01, 0x0a, 0x0a, 0x45, 0x45,
  319. 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x45, 0x52, 0x52, 0x5f,
  320. 0x44, 0x55, 0x4d, 0x4d, 0x59, 0x10, 0x00, 0x12, 0x18, 0x0a, 0x14, 0x45, 0x52, 0x52, 0x5f, 0x48,
  321. 0x41, 0x4e, 0x44, 0x4c, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x45, 0x52, 0x52, 0x10,
  322. 0x01, 0x12, 0x15, 0x0a, 0x11, 0x45, 0x52, 0x52, 0x5f, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54,
  323. 0x5f, 0x4c, 0x49, 0x4d, 0x49, 0x54, 0x10, 0x65, 0x12, 0x17, 0x0a, 0x13, 0x45, 0x52, 0x52, 0x5f,
  324. 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x5f, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x10,
  325. 0x66, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x52, 0x52, 0x5f, 0x50, 0x41, 0x52, 0x41, 0x4d, 0x5f, 0x45,
  326. 0x52, 0x52, 0x4f, 0x52, 0x10, 0x67, 0x12, 0x18, 0x0a, 0x14, 0x45, 0x52, 0x52, 0x5f, 0x53, 0x45,
  327. 0x52, 0x56, 0x49, 0x43, 0x45, 0x5f, 0x43, 0x4f, 0x4e, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x10, 0x68,
  328. 0x42, 0x05, 0x5a, 0x03, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  329. }
  330. var (
  331. file_commands_proto_rawDescOnce sync.Once
  332. file_commands_proto_rawDescData = file_commands_proto_rawDesc
  333. )
  334. func file_commands_proto_rawDescGZIP() []byte {
  335. file_commands_proto_rawDescOnce.Do(func() {
  336. file_commands_proto_rawDescData = protoimpl.X.CompressGZIP(file_commands_proto_rawDescData)
  337. })
  338. return file_commands_proto_rawDescData
  339. }
  340. var file_commands_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
  341. var file_commands_proto_goTypes = []interface{}{
  342. (ECommand)(0), // 0: pb.ECommand
  343. (ErrorReason)(0), // 1: pb.ErrorReason
  344. (EDebugCmd)(0), // 2: pb.EDebugCmd
  345. (EErrorCode)(0), // 3: pb.EErrorCode
  346. }
  347. var file_commands_proto_depIdxs = []int32{
  348. 0, // [0:0] is the sub-list for method output_type
  349. 0, // [0:0] is the sub-list for method input_type
  350. 0, // [0:0] is the sub-list for extension type_name
  351. 0, // [0:0] is the sub-list for extension extendee
  352. 0, // [0:0] is the sub-list for field type_name
  353. }
  354. func init() { file_commands_proto_init() }
  355. func file_commands_proto_init() {
  356. if File_commands_proto != nil {
  357. return
  358. }
  359. type x struct{}
  360. out := protoimpl.TypeBuilder{
  361. File: protoimpl.DescBuilder{
  362. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  363. RawDescriptor: file_commands_proto_rawDesc,
  364. NumEnums: 4,
  365. NumMessages: 0,
  366. NumExtensions: 0,
  367. NumServices: 0,
  368. },
  369. GoTypes: file_commands_proto_goTypes,
  370. DependencyIndexes: file_commands_proto_depIdxs,
  371. EnumInfos: file_commands_proto_enumTypes,
  372. }.Build()
  373. File_commands_proto = out.File
  374. file_commands_proto_rawDesc = nil
  375. file_commands_proto_goTypes = nil
  376. file_commands_proto_depIdxs = nil
  377. }