cmd.pb.go 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.19.4
  5. // source: pb/cmd.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. structpb "google.golang.org/protobuf/types/known/structpb"
  11. reflect "reflect"
  12. sync "sync"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. //*
  21. //Player Command Request Bean
  22. type PlayerFetchCsInfoReq struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  27. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  28. CsId string `protobuf:"bytes,3,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  29. }
  30. func (x *PlayerFetchCsInfoReq) Reset() {
  31. *x = PlayerFetchCsInfoReq{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_pb_cmd_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *PlayerFetchCsInfoReq) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*PlayerFetchCsInfoReq) ProtoMessage() {}
  42. func (x *PlayerFetchCsInfoReq) ProtoReflect() protoreflect.Message {
  43. mi := &file_pb_cmd_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use PlayerFetchCsInfoReq.ProtoReflect.Descriptor instead.
  54. func (*PlayerFetchCsInfoReq) Descriptor() ([]byte, []int) {
  55. return file_pb_cmd_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *PlayerFetchCsInfoReq) GetPlayerId() string {
  58. if x != nil {
  59. return x.PlayerId
  60. }
  61. return ""
  62. }
  63. func (x *PlayerFetchCsInfoReq) GetGameId() string {
  64. if x != nil {
  65. return x.GameId
  66. }
  67. return ""
  68. }
  69. func (x *PlayerFetchCsInfoReq) GetCsId() string {
  70. if x != nil {
  71. return x.CsId
  72. }
  73. return ""
  74. }
  75. type PlayerFetchCsInfoResp struct {
  76. state protoimpl.MessageState
  77. sizeCache protoimpl.SizeCache
  78. unknownFields protoimpl.UnknownFields
  79. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  80. CsNickname string `protobuf:"bytes,2,opt,name=cs_nickname,json=csNickname,proto3" json:"cs_nickname,omitempty"`
  81. CsAvatarUrl string `protobuf:"bytes,3,opt,name=cs_avatar_url,json=csAvatarUrl,proto3" json:"cs_avatar_url,omitempty"`
  82. CsSignature string `protobuf:"bytes,4,opt,name=cs_signature,json=csSignature,proto3" json:"cs_signature,omitempty"`
  83. OnlineStatus int64 `protobuf:"varint,5,opt,name=online_status,json=onlineStatus,proto3" json:"online_status,omitempty"`
  84. }
  85. func (x *PlayerFetchCsInfoResp) Reset() {
  86. *x = PlayerFetchCsInfoResp{}
  87. if protoimpl.UnsafeEnabled {
  88. mi := &file_pb_cmd_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. }
  93. func (x *PlayerFetchCsInfoResp) String() string {
  94. return protoimpl.X.MessageStringOf(x)
  95. }
  96. func (*PlayerFetchCsInfoResp) ProtoMessage() {}
  97. func (x *PlayerFetchCsInfoResp) ProtoReflect() protoreflect.Message {
  98. mi := &file_pb_cmd_proto_msgTypes[1]
  99. if protoimpl.UnsafeEnabled && x != nil {
  100. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  101. if ms.LoadMessageInfo() == nil {
  102. ms.StoreMessageInfo(mi)
  103. }
  104. return ms
  105. }
  106. return mi.MessageOf(x)
  107. }
  108. // Deprecated: Use PlayerFetchCsInfoResp.ProtoReflect.Descriptor instead.
  109. func (*PlayerFetchCsInfoResp) Descriptor() ([]byte, []int) {
  110. return file_pb_cmd_proto_rawDescGZIP(), []int{1}
  111. }
  112. func (x *PlayerFetchCsInfoResp) GetCsId() string {
  113. if x != nil {
  114. return x.CsId
  115. }
  116. return ""
  117. }
  118. func (x *PlayerFetchCsInfoResp) GetCsNickname() string {
  119. if x != nil {
  120. return x.CsNickname
  121. }
  122. return ""
  123. }
  124. func (x *PlayerFetchCsInfoResp) GetCsAvatarUrl() string {
  125. if x != nil {
  126. return x.CsAvatarUrl
  127. }
  128. return ""
  129. }
  130. func (x *PlayerFetchCsInfoResp) GetCsSignature() string {
  131. if x != nil {
  132. return x.CsSignature
  133. }
  134. return ""
  135. }
  136. func (x *PlayerFetchCsInfoResp) GetOnlineStatus() int64 {
  137. if x != nil {
  138. return x.OnlineStatus
  139. }
  140. return 0
  141. }
  142. type PlayerFetchHistoryMsgReq struct {
  143. state protoimpl.MessageState
  144. sizeCache protoimpl.SizeCache
  145. unknownFields protoimpl.UnknownFields
  146. PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  147. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  148. Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
  149. Limit int64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
  150. }
  151. func (x *PlayerFetchHistoryMsgReq) Reset() {
  152. *x = PlayerFetchHistoryMsgReq{}
  153. if protoimpl.UnsafeEnabled {
  154. mi := &file_pb_cmd_proto_msgTypes[2]
  155. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  156. ms.StoreMessageInfo(mi)
  157. }
  158. }
  159. func (x *PlayerFetchHistoryMsgReq) String() string {
  160. return protoimpl.X.MessageStringOf(x)
  161. }
  162. func (*PlayerFetchHistoryMsgReq) ProtoMessage() {}
  163. func (x *PlayerFetchHistoryMsgReq) ProtoReflect() protoreflect.Message {
  164. mi := &file_pb_cmd_proto_msgTypes[2]
  165. if protoimpl.UnsafeEnabled && x != nil {
  166. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  167. if ms.LoadMessageInfo() == nil {
  168. ms.StoreMessageInfo(mi)
  169. }
  170. return ms
  171. }
  172. return mi.MessageOf(x)
  173. }
  174. // Deprecated: Use PlayerFetchHistoryMsgReq.ProtoReflect.Descriptor instead.
  175. func (*PlayerFetchHistoryMsgReq) Descriptor() ([]byte, []int) {
  176. return file_pb_cmd_proto_rawDescGZIP(), []int{2}
  177. }
  178. func (x *PlayerFetchHistoryMsgReq) GetPlayerId() string {
  179. if x != nil {
  180. return x.PlayerId
  181. }
  182. return ""
  183. }
  184. func (x *PlayerFetchHistoryMsgReq) GetGameId() string {
  185. if x != nil {
  186. return x.GameId
  187. }
  188. return ""
  189. }
  190. func (x *PlayerFetchHistoryMsgReq) GetPage() int64 {
  191. if x != nil {
  192. return x.Page
  193. }
  194. return 0
  195. }
  196. func (x *PlayerFetchHistoryMsgReq) GetLimit() int64 {
  197. if x != nil {
  198. return x.Limit
  199. }
  200. return 0
  201. }
  202. type PlayerFetchHistoryMsgResp struct {
  203. state protoimpl.MessageState
  204. sizeCache protoimpl.SizeCache
  205. unknownFields protoimpl.UnknownFields
  206. TotalPage int64 `protobuf:"varint,1,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
  207. CurrentPage int64 `protobuf:"varint,2,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
  208. List *structpb.ListValue `protobuf:"bytes,3,opt,name=list,proto3" json:"list,omitempty"`
  209. }
  210. func (x *PlayerFetchHistoryMsgResp) Reset() {
  211. *x = PlayerFetchHistoryMsgResp{}
  212. if protoimpl.UnsafeEnabled {
  213. mi := &file_pb_cmd_proto_msgTypes[3]
  214. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  215. ms.StoreMessageInfo(mi)
  216. }
  217. }
  218. func (x *PlayerFetchHistoryMsgResp) String() string {
  219. return protoimpl.X.MessageStringOf(x)
  220. }
  221. func (*PlayerFetchHistoryMsgResp) ProtoMessage() {}
  222. func (x *PlayerFetchHistoryMsgResp) ProtoReflect() protoreflect.Message {
  223. mi := &file_pb_cmd_proto_msgTypes[3]
  224. if protoimpl.UnsafeEnabled && x != nil {
  225. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  226. if ms.LoadMessageInfo() == nil {
  227. ms.StoreMessageInfo(mi)
  228. }
  229. return ms
  230. }
  231. return mi.MessageOf(x)
  232. }
  233. // Deprecated: Use PlayerFetchHistoryMsgResp.ProtoReflect.Descriptor instead.
  234. func (*PlayerFetchHistoryMsgResp) Descriptor() ([]byte, []int) {
  235. return file_pb_cmd_proto_rawDescGZIP(), []int{3}
  236. }
  237. func (x *PlayerFetchHistoryMsgResp) GetTotalPage() int64 {
  238. if x != nil {
  239. return x.TotalPage
  240. }
  241. return 0
  242. }
  243. func (x *PlayerFetchHistoryMsgResp) GetCurrentPage() int64 {
  244. if x != nil {
  245. return x.CurrentPage
  246. }
  247. return 0
  248. }
  249. func (x *PlayerFetchHistoryMsgResp) GetList() *structpb.ListValue {
  250. if x != nil {
  251. return x.List
  252. }
  253. return nil
  254. }
  255. type PlayerSendMsgReq struct {
  256. state protoimpl.MessageState
  257. sizeCache protoimpl.SizeCache
  258. unknownFields protoimpl.UnknownFields
  259. PlayerId string `protobuf:"bytes,1,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  260. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  261. Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
  262. Pic string `protobuf:"bytes,5,opt,name=pic,proto3" json:"pic,omitempty"`
  263. }
  264. func (x *PlayerSendMsgReq) Reset() {
  265. *x = PlayerSendMsgReq{}
  266. if protoimpl.UnsafeEnabled {
  267. mi := &file_pb_cmd_proto_msgTypes[4]
  268. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  269. ms.StoreMessageInfo(mi)
  270. }
  271. }
  272. func (x *PlayerSendMsgReq) String() string {
  273. return protoimpl.X.MessageStringOf(x)
  274. }
  275. func (*PlayerSendMsgReq) ProtoMessage() {}
  276. func (x *PlayerSendMsgReq) ProtoReflect() protoreflect.Message {
  277. mi := &file_pb_cmd_proto_msgTypes[4]
  278. if protoimpl.UnsafeEnabled && x != nil {
  279. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  280. if ms.LoadMessageInfo() == nil {
  281. ms.StoreMessageInfo(mi)
  282. }
  283. return ms
  284. }
  285. return mi.MessageOf(x)
  286. }
  287. // Deprecated: Use PlayerSendMsgReq.ProtoReflect.Descriptor instead.
  288. func (*PlayerSendMsgReq) Descriptor() ([]byte, []int) {
  289. return file_pb_cmd_proto_rawDescGZIP(), []int{4}
  290. }
  291. func (x *PlayerSendMsgReq) GetPlayerId() string {
  292. if x != nil {
  293. return x.PlayerId
  294. }
  295. return ""
  296. }
  297. func (x *PlayerSendMsgReq) GetGameId() string {
  298. if x != nil {
  299. return x.GameId
  300. }
  301. return ""
  302. }
  303. func (x *PlayerSendMsgReq) GetContent() string {
  304. if x != nil {
  305. return x.Content
  306. }
  307. return ""
  308. }
  309. func (x *PlayerSendMsgReq) GetPic() string {
  310. if x != nil {
  311. return x.Pic
  312. }
  313. return ""
  314. }
  315. type PlayerSendMsgResp struct {
  316. state protoimpl.MessageState
  317. sizeCache protoimpl.SizeCache
  318. unknownFields protoimpl.UnknownFields
  319. }
  320. func (x *PlayerSendMsgResp) Reset() {
  321. *x = PlayerSendMsgResp{}
  322. if protoimpl.UnsafeEnabled {
  323. mi := &file_pb_cmd_proto_msgTypes[5]
  324. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  325. ms.StoreMessageInfo(mi)
  326. }
  327. }
  328. func (x *PlayerSendMsgResp) String() string {
  329. return protoimpl.X.MessageStringOf(x)
  330. }
  331. func (*PlayerSendMsgResp) ProtoMessage() {}
  332. func (x *PlayerSendMsgResp) ProtoReflect() protoreflect.Message {
  333. mi := &file_pb_cmd_proto_msgTypes[5]
  334. if protoimpl.UnsafeEnabled && x != nil {
  335. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  336. if ms.LoadMessageInfo() == nil {
  337. ms.StoreMessageInfo(mi)
  338. }
  339. return ms
  340. }
  341. return mi.MessageOf(x)
  342. }
  343. // Deprecated: Use PlayerSendMsgResp.ProtoReflect.Descriptor instead.
  344. func (*PlayerSendMsgResp) Descriptor() ([]byte, []int) {
  345. return file_pb_cmd_proto_rawDescGZIP(), []int{5}
  346. }
  347. //*
  348. //Cs Command Request Bean
  349. type CsFetchPlayerQueueReq struct {
  350. state protoimpl.MessageState
  351. sizeCache protoimpl.SizeCache
  352. unknownFields protoimpl.UnknownFields
  353. Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
  354. }
  355. func (x *CsFetchPlayerQueueReq) Reset() {
  356. *x = CsFetchPlayerQueueReq{}
  357. if protoimpl.UnsafeEnabled {
  358. mi := &file_pb_cmd_proto_msgTypes[6]
  359. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  360. ms.StoreMessageInfo(mi)
  361. }
  362. }
  363. func (x *CsFetchPlayerQueueReq) String() string {
  364. return protoimpl.X.MessageStringOf(x)
  365. }
  366. func (*CsFetchPlayerQueueReq) ProtoMessage() {}
  367. func (x *CsFetchPlayerQueueReq) ProtoReflect() protoreflect.Message {
  368. mi := &file_pb_cmd_proto_msgTypes[6]
  369. if protoimpl.UnsafeEnabled && x != nil {
  370. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  371. if ms.LoadMessageInfo() == nil {
  372. ms.StoreMessageInfo(mi)
  373. }
  374. return ms
  375. }
  376. return mi.MessageOf(x)
  377. }
  378. // Deprecated: Use CsFetchPlayerQueueReq.ProtoReflect.Descriptor instead.
  379. func (*CsFetchPlayerQueueReq) Descriptor() ([]byte, []int) {
  380. return file_pb_cmd_proto_rawDescGZIP(), []int{6}
  381. }
  382. func (x *CsFetchPlayerQueueReq) GetLimit() int64 {
  383. if x != nil {
  384. return x.Limit
  385. }
  386. return 0
  387. }
  388. type CsFetchPlayerQueueResp struct {
  389. state protoimpl.MessageState
  390. sizeCache protoimpl.SizeCache
  391. unknownFields protoimpl.UnknownFields
  392. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
  393. List *structpb.ListValue `protobuf:"bytes,2,opt,name=list,proto3" json:"list,omitempty"`
  394. }
  395. func (x *CsFetchPlayerQueueResp) Reset() {
  396. *x = CsFetchPlayerQueueResp{}
  397. if protoimpl.UnsafeEnabled {
  398. mi := &file_pb_cmd_proto_msgTypes[7]
  399. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  400. ms.StoreMessageInfo(mi)
  401. }
  402. }
  403. func (x *CsFetchPlayerQueueResp) String() string {
  404. return protoimpl.X.MessageStringOf(x)
  405. }
  406. func (*CsFetchPlayerQueueResp) ProtoMessage() {}
  407. func (x *CsFetchPlayerQueueResp) ProtoReflect() protoreflect.Message {
  408. mi := &file_pb_cmd_proto_msgTypes[7]
  409. if protoimpl.UnsafeEnabled && x != nil {
  410. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  411. if ms.LoadMessageInfo() == nil {
  412. ms.StoreMessageInfo(mi)
  413. }
  414. return ms
  415. }
  416. return mi.MessageOf(x)
  417. }
  418. // Deprecated: Use CsFetchPlayerQueueResp.ProtoReflect.Descriptor instead.
  419. func (*CsFetchPlayerQueueResp) Descriptor() ([]byte, []int) {
  420. return file_pb_cmd_proto_rawDescGZIP(), []int{7}
  421. }
  422. func (x *CsFetchPlayerQueueResp) GetTotal() int64 {
  423. if x != nil {
  424. return x.Total
  425. }
  426. return 0
  427. }
  428. func (x *CsFetchPlayerQueueResp) GetList() *structpb.ListValue {
  429. if x != nil {
  430. return x.List
  431. }
  432. return nil
  433. }
  434. type CsConnectPlayerReq struct {
  435. state protoimpl.MessageState
  436. sizeCache protoimpl.SizeCache
  437. unknownFields protoimpl.UnknownFields
  438. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  439. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  440. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  441. }
  442. func (x *CsConnectPlayerReq) Reset() {
  443. *x = CsConnectPlayerReq{}
  444. if protoimpl.UnsafeEnabled {
  445. mi := &file_pb_cmd_proto_msgTypes[8]
  446. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  447. ms.StoreMessageInfo(mi)
  448. }
  449. }
  450. func (x *CsConnectPlayerReq) String() string {
  451. return protoimpl.X.MessageStringOf(x)
  452. }
  453. func (*CsConnectPlayerReq) ProtoMessage() {}
  454. func (x *CsConnectPlayerReq) ProtoReflect() protoreflect.Message {
  455. mi := &file_pb_cmd_proto_msgTypes[8]
  456. if protoimpl.UnsafeEnabled && x != nil {
  457. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  458. if ms.LoadMessageInfo() == nil {
  459. ms.StoreMessageInfo(mi)
  460. }
  461. return ms
  462. }
  463. return mi.MessageOf(x)
  464. }
  465. // Deprecated: Use CsConnectPlayerReq.ProtoReflect.Descriptor instead.
  466. func (*CsConnectPlayerReq) Descriptor() ([]byte, []int) {
  467. return file_pb_cmd_proto_rawDescGZIP(), []int{8}
  468. }
  469. func (x *CsConnectPlayerReq) GetCsId() string {
  470. if x != nil {
  471. return x.CsId
  472. }
  473. return ""
  474. }
  475. func (x *CsConnectPlayerReq) GetPlayerId() string {
  476. if x != nil {
  477. return x.PlayerId
  478. }
  479. return ""
  480. }
  481. func (x *CsConnectPlayerReq) GetGameId() string {
  482. if x != nil {
  483. return x.GameId
  484. }
  485. return ""
  486. }
  487. type CsConnectPlayerResp struct {
  488. state protoimpl.MessageState
  489. sizeCache protoimpl.SizeCache
  490. unknownFields protoimpl.UnknownFields
  491. }
  492. func (x *CsConnectPlayerResp) Reset() {
  493. *x = CsConnectPlayerResp{}
  494. if protoimpl.UnsafeEnabled {
  495. mi := &file_pb_cmd_proto_msgTypes[9]
  496. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  497. ms.StoreMessageInfo(mi)
  498. }
  499. }
  500. func (x *CsConnectPlayerResp) String() string {
  501. return protoimpl.X.MessageStringOf(x)
  502. }
  503. func (*CsConnectPlayerResp) ProtoMessage() {}
  504. func (x *CsConnectPlayerResp) ProtoReflect() protoreflect.Message {
  505. mi := &file_pb_cmd_proto_msgTypes[9]
  506. if protoimpl.UnsafeEnabled && x != nil {
  507. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  508. if ms.LoadMessageInfo() == nil {
  509. ms.StoreMessageInfo(mi)
  510. }
  511. return ms
  512. }
  513. return mi.MessageOf(x)
  514. }
  515. // Deprecated: Use CsConnectPlayerResp.ProtoReflect.Descriptor instead.
  516. func (*CsConnectPlayerResp) Descriptor() ([]byte, []int) {
  517. return file_pb_cmd_proto_rawDescGZIP(), []int{9}
  518. }
  519. type CsFetchHistoryChatReq struct {
  520. state protoimpl.MessageState
  521. sizeCache protoimpl.SizeCache
  522. unknownFields protoimpl.UnknownFields
  523. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  524. Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
  525. Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
  526. }
  527. func (x *CsFetchHistoryChatReq) Reset() {
  528. *x = CsFetchHistoryChatReq{}
  529. if protoimpl.UnsafeEnabled {
  530. mi := &file_pb_cmd_proto_msgTypes[10]
  531. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  532. ms.StoreMessageInfo(mi)
  533. }
  534. }
  535. func (x *CsFetchHistoryChatReq) String() string {
  536. return protoimpl.X.MessageStringOf(x)
  537. }
  538. func (*CsFetchHistoryChatReq) ProtoMessage() {}
  539. func (x *CsFetchHistoryChatReq) ProtoReflect() protoreflect.Message {
  540. mi := &file_pb_cmd_proto_msgTypes[10]
  541. if protoimpl.UnsafeEnabled && x != nil {
  542. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  543. if ms.LoadMessageInfo() == nil {
  544. ms.StoreMessageInfo(mi)
  545. }
  546. return ms
  547. }
  548. return mi.MessageOf(x)
  549. }
  550. // Deprecated: Use CsFetchHistoryChatReq.ProtoReflect.Descriptor instead.
  551. func (*CsFetchHistoryChatReq) Descriptor() ([]byte, []int) {
  552. return file_pb_cmd_proto_rawDescGZIP(), []int{10}
  553. }
  554. func (x *CsFetchHistoryChatReq) GetCsId() string {
  555. if x != nil {
  556. return x.CsId
  557. }
  558. return ""
  559. }
  560. func (x *CsFetchHistoryChatReq) GetPage() int64 {
  561. if x != nil {
  562. return x.Page
  563. }
  564. return 0
  565. }
  566. func (x *CsFetchHistoryChatReq) GetLimit() int64 {
  567. if x != nil {
  568. return x.Limit
  569. }
  570. return 0
  571. }
  572. type CsFetchHistoryChatResp struct {
  573. state protoimpl.MessageState
  574. sizeCache protoimpl.SizeCache
  575. unknownFields protoimpl.UnknownFields
  576. TotalPage int64 `protobuf:"varint,1,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
  577. CurrentPage int64 `protobuf:"varint,2,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
  578. List *structpb.ListValue `protobuf:"bytes,3,opt,name=list,proto3" json:"list,omitempty"`
  579. }
  580. func (x *CsFetchHistoryChatResp) Reset() {
  581. *x = CsFetchHistoryChatResp{}
  582. if protoimpl.UnsafeEnabled {
  583. mi := &file_pb_cmd_proto_msgTypes[11]
  584. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  585. ms.StoreMessageInfo(mi)
  586. }
  587. }
  588. func (x *CsFetchHistoryChatResp) String() string {
  589. return protoimpl.X.MessageStringOf(x)
  590. }
  591. func (*CsFetchHistoryChatResp) ProtoMessage() {}
  592. func (x *CsFetchHistoryChatResp) ProtoReflect() protoreflect.Message {
  593. mi := &file_pb_cmd_proto_msgTypes[11]
  594. if protoimpl.UnsafeEnabled && x != nil {
  595. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  596. if ms.LoadMessageInfo() == nil {
  597. ms.StoreMessageInfo(mi)
  598. }
  599. return ms
  600. }
  601. return mi.MessageOf(x)
  602. }
  603. // Deprecated: Use CsFetchHistoryChatResp.ProtoReflect.Descriptor instead.
  604. func (*CsFetchHistoryChatResp) Descriptor() ([]byte, []int) {
  605. return file_pb_cmd_proto_rawDescGZIP(), []int{11}
  606. }
  607. func (x *CsFetchHistoryChatResp) GetTotalPage() int64 {
  608. if x != nil {
  609. return x.TotalPage
  610. }
  611. return 0
  612. }
  613. func (x *CsFetchHistoryChatResp) GetCurrentPage() int64 {
  614. if x != nil {
  615. return x.CurrentPage
  616. }
  617. return 0
  618. }
  619. func (x *CsFetchHistoryChatResp) GetList() *structpb.ListValue {
  620. if x != nil {
  621. return x.List
  622. }
  623. return nil
  624. }
  625. type CsFetchHistoryMsgReq struct {
  626. state protoimpl.MessageState
  627. sizeCache protoimpl.SizeCache
  628. unknownFields protoimpl.UnknownFields
  629. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  630. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  631. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  632. Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"`
  633. Limit int64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
  634. }
  635. func (x *CsFetchHistoryMsgReq) Reset() {
  636. *x = CsFetchHistoryMsgReq{}
  637. if protoimpl.UnsafeEnabled {
  638. mi := &file_pb_cmd_proto_msgTypes[12]
  639. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  640. ms.StoreMessageInfo(mi)
  641. }
  642. }
  643. func (x *CsFetchHistoryMsgReq) String() string {
  644. return protoimpl.X.MessageStringOf(x)
  645. }
  646. func (*CsFetchHistoryMsgReq) ProtoMessage() {}
  647. func (x *CsFetchHistoryMsgReq) ProtoReflect() protoreflect.Message {
  648. mi := &file_pb_cmd_proto_msgTypes[12]
  649. if protoimpl.UnsafeEnabled && x != nil {
  650. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  651. if ms.LoadMessageInfo() == nil {
  652. ms.StoreMessageInfo(mi)
  653. }
  654. return ms
  655. }
  656. return mi.MessageOf(x)
  657. }
  658. // Deprecated: Use CsFetchHistoryMsgReq.ProtoReflect.Descriptor instead.
  659. func (*CsFetchHistoryMsgReq) Descriptor() ([]byte, []int) {
  660. return file_pb_cmd_proto_rawDescGZIP(), []int{12}
  661. }
  662. func (x *CsFetchHistoryMsgReq) GetCsId() string {
  663. if x != nil {
  664. return x.CsId
  665. }
  666. return ""
  667. }
  668. func (x *CsFetchHistoryMsgReq) GetPlayerId() string {
  669. if x != nil {
  670. return x.PlayerId
  671. }
  672. return ""
  673. }
  674. func (x *CsFetchHistoryMsgReq) GetGameId() string {
  675. if x != nil {
  676. return x.GameId
  677. }
  678. return ""
  679. }
  680. func (x *CsFetchHistoryMsgReq) GetPage() int64 {
  681. if x != nil {
  682. return x.Page
  683. }
  684. return 0
  685. }
  686. func (x *CsFetchHistoryMsgReq) GetLimit() int64 {
  687. if x != nil {
  688. return x.Limit
  689. }
  690. return 0
  691. }
  692. type CsFetchHistoryMsgResp struct {
  693. state protoimpl.MessageState
  694. sizeCache protoimpl.SizeCache
  695. unknownFields protoimpl.UnknownFields
  696. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  697. TotalPage int64 `protobuf:"varint,2,opt,name=total_page,json=totalPage,proto3" json:"total_page,omitempty"`
  698. CurrentPage int64 `protobuf:"varint,3,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
  699. List *structpb.ListValue `protobuf:"bytes,4,opt,name=list,proto3" json:"list,omitempty"`
  700. }
  701. func (x *CsFetchHistoryMsgResp) Reset() {
  702. *x = CsFetchHistoryMsgResp{}
  703. if protoimpl.UnsafeEnabled {
  704. mi := &file_pb_cmd_proto_msgTypes[13]
  705. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  706. ms.StoreMessageInfo(mi)
  707. }
  708. }
  709. func (x *CsFetchHistoryMsgResp) String() string {
  710. return protoimpl.X.MessageStringOf(x)
  711. }
  712. func (*CsFetchHistoryMsgResp) ProtoMessage() {}
  713. func (x *CsFetchHistoryMsgResp) ProtoReflect() protoreflect.Message {
  714. mi := &file_pb_cmd_proto_msgTypes[13]
  715. if protoimpl.UnsafeEnabled && x != nil {
  716. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  717. if ms.LoadMessageInfo() == nil {
  718. ms.StoreMessageInfo(mi)
  719. }
  720. return ms
  721. }
  722. return mi.MessageOf(x)
  723. }
  724. // Deprecated: Use CsFetchHistoryMsgResp.ProtoReflect.Descriptor instead.
  725. func (*CsFetchHistoryMsgResp) Descriptor() ([]byte, []int) {
  726. return file_pb_cmd_proto_rawDescGZIP(), []int{13}
  727. }
  728. func (x *CsFetchHistoryMsgResp) GetCsId() string {
  729. if x != nil {
  730. return x.CsId
  731. }
  732. return ""
  733. }
  734. func (x *CsFetchHistoryMsgResp) GetTotalPage() int64 {
  735. if x != nil {
  736. return x.TotalPage
  737. }
  738. return 0
  739. }
  740. func (x *CsFetchHistoryMsgResp) GetCurrentPage() int64 {
  741. if x != nil {
  742. return x.CurrentPage
  743. }
  744. return 0
  745. }
  746. func (x *CsFetchHistoryMsgResp) GetList() *structpb.ListValue {
  747. if x != nil {
  748. return x.List
  749. }
  750. return nil
  751. }
  752. type CsSendMsgReq struct {
  753. state protoimpl.MessageState
  754. sizeCache protoimpl.SizeCache
  755. unknownFields protoimpl.UnknownFields
  756. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  757. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  758. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  759. Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
  760. Pic string `protobuf:"bytes,5,opt,name=pic,proto3" json:"pic,omitempty"`
  761. }
  762. func (x *CsSendMsgReq) Reset() {
  763. *x = CsSendMsgReq{}
  764. if protoimpl.UnsafeEnabled {
  765. mi := &file_pb_cmd_proto_msgTypes[14]
  766. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  767. ms.StoreMessageInfo(mi)
  768. }
  769. }
  770. func (x *CsSendMsgReq) String() string {
  771. return protoimpl.X.MessageStringOf(x)
  772. }
  773. func (*CsSendMsgReq) ProtoMessage() {}
  774. func (x *CsSendMsgReq) ProtoReflect() protoreflect.Message {
  775. mi := &file_pb_cmd_proto_msgTypes[14]
  776. if protoimpl.UnsafeEnabled && x != nil {
  777. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  778. if ms.LoadMessageInfo() == nil {
  779. ms.StoreMessageInfo(mi)
  780. }
  781. return ms
  782. }
  783. return mi.MessageOf(x)
  784. }
  785. // Deprecated: Use CsSendMsgReq.ProtoReflect.Descriptor instead.
  786. func (*CsSendMsgReq) Descriptor() ([]byte, []int) {
  787. return file_pb_cmd_proto_rawDescGZIP(), []int{14}
  788. }
  789. func (x *CsSendMsgReq) GetCsId() string {
  790. if x != nil {
  791. return x.CsId
  792. }
  793. return ""
  794. }
  795. func (x *CsSendMsgReq) GetPlayerId() string {
  796. if x != nil {
  797. return x.PlayerId
  798. }
  799. return ""
  800. }
  801. func (x *CsSendMsgReq) GetGameId() string {
  802. if x != nil {
  803. return x.GameId
  804. }
  805. return ""
  806. }
  807. func (x *CsSendMsgReq) GetContent() string {
  808. if x != nil {
  809. return x.Content
  810. }
  811. return ""
  812. }
  813. func (x *CsSendMsgReq) GetPic() string {
  814. if x != nil {
  815. return x.Pic
  816. }
  817. return ""
  818. }
  819. type CsSendMsgResp struct {
  820. state protoimpl.MessageState
  821. sizeCache protoimpl.SizeCache
  822. unknownFields protoimpl.UnknownFields
  823. }
  824. func (x *CsSendMsgResp) Reset() {
  825. *x = CsSendMsgResp{}
  826. if protoimpl.UnsafeEnabled {
  827. mi := &file_pb_cmd_proto_msgTypes[15]
  828. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  829. ms.StoreMessageInfo(mi)
  830. }
  831. }
  832. func (x *CsSendMsgResp) String() string {
  833. return protoimpl.X.MessageStringOf(x)
  834. }
  835. func (*CsSendMsgResp) ProtoMessage() {}
  836. func (x *CsSendMsgResp) ProtoReflect() protoreflect.Message {
  837. mi := &file_pb_cmd_proto_msgTypes[15]
  838. if protoimpl.UnsafeEnabled && x != nil {
  839. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  840. if ms.LoadMessageInfo() == nil {
  841. ms.StoreMessageInfo(mi)
  842. }
  843. return ms
  844. }
  845. return mi.MessageOf(x)
  846. }
  847. // Deprecated: Use CsSendMsgResp.ProtoReflect.Descriptor instead.
  848. func (*CsSendMsgResp) Descriptor() ([]byte, []int) {
  849. return file_pb_cmd_proto_rawDescGZIP(), []int{15}
  850. }
  851. var File_pb_cmd_proto protoreflect.FileDescriptor
  852. var file_pb_cmd_proto_rawDesc = []byte{
  853. 0x0a, 0x0c, 0x70, 0x62, 0x2f, 0x63, 0x6d, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02,
  854. 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  855. 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  856. 0x22, 0x61, 0x0a, 0x14, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43,
  857. 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79,
  858. 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
  859. 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64,
  860. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x13,
  861. 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  862. 0x73, 0x49, 0x64, 0x22, 0xb9, 0x01, 0x0a, 0x15, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65,
  863. 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a,
  864. 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73,
  865. 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x73, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
  866. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x73, 0x4e, 0x69, 0x63, 0x6b, 0x6e,
  867. 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x63, 0x73, 0x5f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  868. 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x41, 0x76,
  869. 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x73, 0x5f, 0x73, 0x69,
  870. 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63,
  871. 0x73, 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x6e,
  872. 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28,
  873. 0x03, 0x52, 0x0c, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22,
  874. 0x7a, 0x0a, 0x18, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69,
  875. 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x09, 0x70,
  876. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  877. 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65,
  878. 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49,
  879. 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
  880. 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x04,
  881. 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x8d, 0x01, 0x0a, 0x19,
  882. 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f,
  883. 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74,
  884. 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74,
  885. 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72,
  886. 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
  887. 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c,
  888. 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  889. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74,
  890. 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x74, 0x0a, 0x10, 0x50,
  891. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12,
  892. 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  893. 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07,
  894. 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67,
  895. 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
  896. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12,
  897. 0x10, 0x0a, 0x03, 0x70, 0x69, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69,
  898. 0x63, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d,
  899. 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x22, 0x2d, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63,
  900. 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12,
  901. 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
  902. 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x5e, 0x0a, 0x16, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68,
  903. 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
  904. 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
  905. 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20,
  906. 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  907. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
  908. 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x12, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65,
  909. 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63,
  910. 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64,
  911. 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
  912. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a,
  913. 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  914. 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e,
  915. 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x56, 0x0a,
  916. 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43,
  917. 0x68, 0x61, 0x74, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18,
  918. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70,
  919. 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12,
  920. 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
  921. 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x16, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63,
  922. 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70,
  923. 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01,
  924. 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x12,
  925. 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18,
  926. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x50, 0x61,
  927. 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
  928. 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  929. 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69,
  930. 0x73, 0x74, 0x22, 0x8b, 0x01, 0x0a, 0x14, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69,
  931. 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63,
  932. 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64,
  933. 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
  934. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a,
  935. 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  936. 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x04,
  937. 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69,
  938. 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74,
  939. 0x22, 0x9e, 0x01, 0x0a, 0x15, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74,
  940. 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73,
  941. 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12,
  942. 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20,
  943. 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x67, 0x65, 0x12, 0x21,
  944. 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03,
  945. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x50, 0x61, 0x67,
  946. 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
  947. 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  948. 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73,
  949. 0x74, 0x22, 0x85, 0x01, 0x0a, 0x0c, 0x43, 0x73, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52,
  950. 0x65, 0x71, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  951. 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65,
  952. 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79,
  953. 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18,
  954. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a,
  955. 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  956. 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x63, 0x18, 0x05,
  957. 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x63, 0x22, 0x0f, 0x0a, 0x0d, 0x43, 0x73, 0x53,
  958. 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0xbd, 0x04, 0x0a, 0x03, 0x43,
  959. 0x6d, 0x64, 0x12, 0x48, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63,
  960. 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61,
  961. 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
  962. 0x71, 0x1a, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74,
  963. 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x54, 0x0a, 0x15,
  964. 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f,
  965. 0x72, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65,
  966. 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67,
  967. 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46,
  968. 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65,
  969. 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0d, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64,
  970. 0x4d, 0x73, 0x67, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53,
  971. 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x70, 0x62, 0x2e, 0x50,
  972. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70,
  973. 0x12, 0x4b, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65,
  974. 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65,
  975. 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65,
  976. 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
  977. 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a,
  978. 0x0f, 0x63, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  979. 0x12, 0x16, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50,
  980. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73,
  981. 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73,
  982. 0x70, 0x12, 0x4b, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74,
  983. 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x12, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46,
  984. 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52,
  985. 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48,
  986. 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x43, 0x68, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48,
  987. 0x0a, 0x11, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
  988. 0x4d, 0x73, 0x67, 0x12, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68,
  989. 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e,
  990. 0x70, 0x62, 0x2e, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72,
  991. 0x79, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x09, 0x63, 0x73, 0x53, 0x65,
  992. 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53, 0x65, 0x6e,
  993. 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x73, 0x53,
  994. 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f,
  995. 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  996. }
  997. var (
  998. file_pb_cmd_proto_rawDescOnce sync.Once
  999. file_pb_cmd_proto_rawDescData = file_pb_cmd_proto_rawDesc
  1000. )
  1001. func file_pb_cmd_proto_rawDescGZIP() []byte {
  1002. file_pb_cmd_proto_rawDescOnce.Do(func() {
  1003. file_pb_cmd_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_cmd_proto_rawDescData)
  1004. })
  1005. return file_pb_cmd_proto_rawDescData
  1006. }
  1007. var file_pb_cmd_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
  1008. var file_pb_cmd_proto_goTypes = []interface{}{
  1009. (*PlayerFetchCsInfoReq)(nil), // 0: pb.PlayerFetchCsInfoReq
  1010. (*PlayerFetchCsInfoResp)(nil), // 1: pb.PlayerFetchCsInfoResp
  1011. (*PlayerFetchHistoryMsgReq)(nil), // 2: pb.PlayerFetchHistoryMsgReq
  1012. (*PlayerFetchHistoryMsgResp)(nil), // 3: pb.PlayerFetchHistoryMsgResp
  1013. (*PlayerSendMsgReq)(nil), // 4: pb.PlayerSendMsgReq
  1014. (*PlayerSendMsgResp)(nil), // 5: pb.PlayerSendMsgResp
  1015. (*CsFetchPlayerQueueReq)(nil), // 6: pb.CsFetchPlayerQueueReq
  1016. (*CsFetchPlayerQueueResp)(nil), // 7: pb.CsFetchPlayerQueueResp
  1017. (*CsConnectPlayerReq)(nil), // 8: pb.CsConnectPlayerReq
  1018. (*CsConnectPlayerResp)(nil), // 9: pb.CsConnectPlayerResp
  1019. (*CsFetchHistoryChatReq)(nil), // 10: pb.CsFetchHistoryChatReq
  1020. (*CsFetchHistoryChatResp)(nil), // 11: pb.CsFetchHistoryChatResp
  1021. (*CsFetchHistoryMsgReq)(nil), // 12: pb.CsFetchHistoryMsgReq
  1022. (*CsFetchHistoryMsgResp)(nil), // 13: pb.CsFetchHistoryMsgResp
  1023. (*CsSendMsgReq)(nil), // 14: pb.CsSendMsgReq
  1024. (*CsSendMsgResp)(nil), // 15: pb.CsSendMsgResp
  1025. (*structpb.ListValue)(nil), // 16: google.protobuf.ListValue
  1026. }
  1027. var file_pb_cmd_proto_depIdxs = []int32{
  1028. 16, // 0: pb.PlayerFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
  1029. 16, // 1: pb.CsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
  1030. 16, // 2: pb.CsFetchHistoryChatResp.list:type_name -> google.protobuf.ListValue
  1031. 16, // 3: pb.CsFetchHistoryMsgResp.list:type_name -> google.protobuf.ListValue
  1032. 0, // 4: pb.Cmd.playerFetchCsInfo:input_type -> pb.PlayerFetchCsInfoReq
  1033. 2, // 5: pb.Cmd.playerFetchHistoryMsg:input_type -> pb.PlayerFetchHistoryMsgReq
  1034. 4, // 6: pb.Cmd.playerSendMsg:input_type -> pb.PlayerSendMsgReq
  1035. 6, // 7: pb.Cmd.csFetchPlayerQueue:input_type -> pb.CsFetchPlayerQueueReq
  1036. 8, // 8: pb.Cmd.csConnectPlayer:input_type -> pb.CsConnectPlayerReq
  1037. 10, // 9: pb.Cmd.csFetchHistoryChat:input_type -> pb.CsFetchHistoryChatReq
  1038. 12, // 10: pb.Cmd.csFetchHistoryMsg:input_type -> pb.CsFetchHistoryMsgReq
  1039. 14, // 11: pb.Cmd.csSendMsg:input_type -> pb.CsSendMsgReq
  1040. 1, // 12: pb.Cmd.playerFetchCsInfo:output_type -> pb.PlayerFetchCsInfoResp
  1041. 3, // 13: pb.Cmd.playerFetchHistoryMsg:output_type -> pb.PlayerFetchHistoryMsgResp
  1042. 5, // 14: pb.Cmd.playerSendMsg:output_type -> pb.PlayerSendMsgResp
  1043. 7, // 15: pb.Cmd.csFetchPlayerQueue:output_type -> pb.CsFetchPlayerQueueResp
  1044. 9, // 16: pb.Cmd.csConnectPlayer:output_type -> pb.CsConnectPlayerResp
  1045. 11, // 17: pb.Cmd.csFetchHistoryChat:output_type -> pb.CsFetchHistoryChatResp
  1046. 13, // 18: pb.Cmd.csFetchHistoryMsg:output_type -> pb.CsFetchHistoryMsgResp
  1047. 15, // 19: pb.Cmd.csSendMsg:output_type -> pb.CsSendMsgResp
  1048. 12, // [12:20] is the sub-list for method output_type
  1049. 4, // [4:12] is the sub-list for method input_type
  1050. 4, // [4:4] is the sub-list for extension type_name
  1051. 4, // [4:4] is the sub-list for extension extendee
  1052. 0, // [0:4] is the sub-list for field type_name
  1053. }
  1054. func init() { file_pb_cmd_proto_init() }
  1055. func file_pb_cmd_proto_init() {
  1056. if File_pb_cmd_proto != nil {
  1057. return
  1058. }
  1059. if !protoimpl.UnsafeEnabled {
  1060. file_pb_cmd_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1061. switch v := v.(*PlayerFetchCsInfoReq); i {
  1062. case 0:
  1063. return &v.state
  1064. case 1:
  1065. return &v.sizeCache
  1066. case 2:
  1067. return &v.unknownFields
  1068. default:
  1069. return nil
  1070. }
  1071. }
  1072. file_pb_cmd_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1073. switch v := v.(*PlayerFetchCsInfoResp); i {
  1074. case 0:
  1075. return &v.state
  1076. case 1:
  1077. return &v.sizeCache
  1078. case 2:
  1079. return &v.unknownFields
  1080. default:
  1081. return nil
  1082. }
  1083. }
  1084. file_pb_cmd_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1085. switch v := v.(*PlayerFetchHistoryMsgReq); i {
  1086. case 0:
  1087. return &v.state
  1088. case 1:
  1089. return &v.sizeCache
  1090. case 2:
  1091. return &v.unknownFields
  1092. default:
  1093. return nil
  1094. }
  1095. }
  1096. file_pb_cmd_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1097. switch v := v.(*PlayerFetchHistoryMsgResp); i {
  1098. case 0:
  1099. return &v.state
  1100. case 1:
  1101. return &v.sizeCache
  1102. case 2:
  1103. return &v.unknownFields
  1104. default:
  1105. return nil
  1106. }
  1107. }
  1108. file_pb_cmd_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1109. switch v := v.(*PlayerSendMsgReq); i {
  1110. case 0:
  1111. return &v.state
  1112. case 1:
  1113. return &v.sizeCache
  1114. case 2:
  1115. return &v.unknownFields
  1116. default:
  1117. return nil
  1118. }
  1119. }
  1120. file_pb_cmd_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1121. switch v := v.(*PlayerSendMsgResp); i {
  1122. case 0:
  1123. return &v.state
  1124. case 1:
  1125. return &v.sizeCache
  1126. case 2:
  1127. return &v.unknownFields
  1128. default:
  1129. return nil
  1130. }
  1131. }
  1132. file_pb_cmd_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1133. switch v := v.(*CsFetchPlayerQueueReq); i {
  1134. case 0:
  1135. return &v.state
  1136. case 1:
  1137. return &v.sizeCache
  1138. case 2:
  1139. return &v.unknownFields
  1140. default:
  1141. return nil
  1142. }
  1143. }
  1144. file_pb_cmd_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1145. switch v := v.(*CsFetchPlayerQueueResp); i {
  1146. case 0:
  1147. return &v.state
  1148. case 1:
  1149. return &v.sizeCache
  1150. case 2:
  1151. return &v.unknownFields
  1152. default:
  1153. return nil
  1154. }
  1155. }
  1156. file_pb_cmd_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1157. switch v := v.(*CsConnectPlayerReq); i {
  1158. case 0:
  1159. return &v.state
  1160. case 1:
  1161. return &v.sizeCache
  1162. case 2:
  1163. return &v.unknownFields
  1164. default:
  1165. return nil
  1166. }
  1167. }
  1168. file_pb_cmd_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1169. switch v := v.(*CsConnectPlayerResp); i {
  1170. case 0:
  1171. return &v.state
  1172. case 1:
  1173. return &v.sizeCache
  1174. case 2:
  1175. return &v.unknownFields
  1176. default:
  1177. return nil
  1178. }
  1179. }
  1180. file_pb_cmd_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1181. switch v := v.(*CsFetchHistoryChatReq); i {
  1182. case 0:
  1183. return &v.state
  1184. case 1:
  1185. return &v.sizeCache
  1186. case 2:
  1187. return &v.unknownFields
  1188. default:
  1189. return nil
  1190. }
  1191. }
  1192. file_pb_cmd_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1193. switch v := v.(*CsFetchHistoryChatResp); i {
  1194. case 0:
  1195. return &v.state
  1196. case 1:
  1197. return &v.sizeCache
  1198. case 2:
  1199. return &v.unknownFields
  1200. default:
  1201. return nil
  1202. }
  1203. }
  1204. file_pb_cmd_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1205. switch v := v.(*CsFetchHistoryMsgReq); i {
  1206. case 0:
  1207. return &v.state
  1208. case 1:
  1209. return &v.sizeCache
  1210. case 2:
  1211. return &v.unknownFields
  1212. default:
  1213. return nil
  1214. }
  1215. }
  1216. file_pb_cmd_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1217. switch v := v.(*CsFetchHistoryMsgResp); i {
  1218. case 0:
  1219. return &v.state
  1220. case 1:
  1221. return &v.sizeCache
  1222. case 2:
  1223. return &v.unknownFields
  1224. default:
  1225. return nil
  1226. }
  1227. }
  1228. file_pb_cmd_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1229. switch v := v.(*CsSendMsgReq); i {
  1230. case 0:
  1231. return &v.state
  1232. case 1:
  1233. return &v.sizeCache
  1234. case 2:
  1235. return &v.unknownFields
  1236. default:
  1237. return nil
  1238. }
  1239. }
  1240. file_pb_cmd_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1241. switch v := v.(*CsSendMsgResp); i {
  1242. case 0:
  1243. return &v.state
  1244. case 1:
  1245. return &v.sizeCache
  1246. case 2:
  1247. return &v.unknownFields
  1248. default:
  1249. return nil
  1250. }
  1251. }
  1252. }
  1253. type x struct{}
  1254. out := protoimpl.TypeBuilder{
  1255. File: protoimpl.DescBuilder{
  1256. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1257. RawDescriptor: file_pb_cmd_proto_rawDesc,
  1258. NumEnums: 0,
  1259. NumMessages: 16,
  1260. NumExtensions: 0,
  1261. NumServices: 1,
  1262. },
  1263. GoTypes: file_pb_cmd_proto_goTypes,
  1264. DependencyIndexes: file_pb_cmd_proto_depIdxs,
  1265. MessageInfos: file_pb_cmd_proto_msgTypes,
  1266. }.Build()
  1267. File_pb_cmd_proto = out.File
  1268. file_pb_cmd_proto_rawDesc = nil
  1269. file_pb_cmd_proto_goTypes = nil
  1270. file_pb_cmd_proto_depIdxs = nil
  1271. }