inner.pb.go 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  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/inner.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 InnerPlayerFetchCsInfoReq 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 *InnerPlayerFetchCsInfoReq) Reset() {
  31. *x = InnerPlayerFetchCsInfoReq{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_pb_inner_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *InnerPlayerFetchCsInfoReq) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*InnerPlayerFetchCsInfoReq) ProtoMessage() {}
  42. func (x *InnerPlayerFetchCsInfoReq) ProtoReflect() protoreflect.Message {
  43. mi := &file_pb_inner_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 InnerPlayerFetchCsInfoReq.ProtoReflect.Descriptor instead.
  54. func (*InnerPlayerFetchCsInfoReq) Descriptor() ([]byte, []int) {
  55. return file_pb_inner_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *InnerPlayerFetchCsInfoReq) GetPlayerId() string {
  58. if x != nil {
  59. return x.PlayerId
  60. }
  61. return ""
  62. }
  63. func (x *InnerPlayerFetchCsInfoReq) GetGameId() string {
  64. if x != nil {
  65. return x.GameId
  66. }
  67. return ""
  68. }
  69. func (x *InnerPlayerFetchCsInfoReq) GetCsId() string {
  70. if x != nil {
  71. return x.CsId
  72. }
  73. return ""
  74. }
  75. type InnerPlayerFetchCsInfoResp 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 *InnerPlayerFetchCsInfoResp) Reset() {
  86. *x = InnerPlayerFetchCsInfoResp{}
  87. if protoimpl.UnsafeEnabled {
  88. mi := &file_pb_inner_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. }
  93. func (x *InnerPlayerFetchCsInfoResp) String() string {
  94. return protoimpl.X.MessageStringOf(x)
  95. }
  96. func (*InnerPlayerFetchCsInfoResp) ProtoMessage() {}
  97. func (x *InnerPlayerFetchCsInfoResp) ProtoReflect() protoreflect.Message {
  98. mi := &file_pb_inner_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 InnerPlayerFetchCsInfoResp.ProtoReflect.Descriptor instead.
  109. func (*InnerPlayerFetchCsInfoResp) Descriptor() ([]byte, []int) {
  110. return file_pb_inner_proto_rawDescGZIP(), []int{1}
  111. }
  112. func (x *InnerPlayerFetchCsInfoResp) GetCsId() string {
  113. if x != nil {
  114. return x.CsId
  115. }
  116. return ""
  117. }
  118. func (x *InnerPlayerFetchCsInfoResp) GetCsNickname() string {
  119. if x != nil {
  120. return x.CsNickname
  121. }
  122. return ""
  123. }
  124. func (x *InnerPlayerFetchCsInfoResp) GetCsAvatarUrl() string {
  125. if x != nil {
  126. return x.CsAvatarUrl
  127. }
  128. return ""
  129. }
  130. func (x *InnerPlayerFetchCsInfoResp) GetCsSignature() string {
  131. if x != nil {
  132. return x.CsSignature
  133. }
  134. return ""
  135. }
  136. func (x *InnerPlayerFetchCsInfoResp) GetOnlineStatus() int64 {
  137. if x != nil {
  138. return x.OnlineStatus
  139. }
  140. return 0
  141. }
  142. type InnerPlayerDisconnectReq 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. }
  149. func (x *InnerPlayerDisconnectReq) Reset() {
  150. *x = InnerPlayerDisconnectReq{}
  151. if protoimpl.UnsafeEnabled {
  152. mi := &file_pb_inner_proto_msgTypes[2]
  153. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  154. ms.StoreMessageInfo(mi)
  155. }
  156. }
  157. func (x *InnerPlayerDisconnectReq) String() string {
  158. return protoimpl.X.MessageStringOf(x)
  159. }
  160. func (*InnerPlayerDisconnectReq) ProtoMessage() {}
  161. func (x *InnerPlayerDisconnectReq) ProtoReflect() protoreflect.Message {
  162. mi := &file_pb_inner_proto_msgTypes[2]
  163. if protoimpl.UnsafeEnabled && x != nil {
  164. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  165. if ms.LoadMessageInfo() == nil {
  166. ms.StoreMessageInfo(mi)
  167. }
  168. return ms
  169. }
  170. return mi.MessageOf(x)
  171. }
  172. // Deprecated: Use InnerPlayerDisconnectReq.ProtoReflect.Descriptor instead.
  173. func (*InnerPlayerDisconnectReq) Descriptor() ([]byte, []int) {
  174. return file_pb_inner_proto_rawDescGZIP(), []int{2}
  175. }
  176. func (x *InnerPlayerDisconnectReq) GetPlayerId() string {
  177. if x != nil {
  178. return x.PlayerId
  179. }
  180. return ""
  181. }
  182. func (x *InnerPlayerDisconnectReq) GetGameId() string {
  183. if x != nil {
  184. return x.GameId
  185. }
  186. return ""
  187. }
  188. type InnerPlayerDisconnectResp struct {
  189. state protoimpl.MessageState
  190. sizeCache protoimpl.SizeCache
  191. unknownFields protoimpl.UnknownFields
  192. }
  193. func (x *InnerPlayerDisconnectResp) Reset() {
  194. *x = InnerPlayerDisconnectResp{}
  195. if protoimpl.UnsafeEnabled {
  196. mi := &file_pb_inner_proto_msgTypes[3]
  197. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  198. ms.StoreMessageInfo(mi)
  199. }
  200. }
  201. func (x *InnerPlayerDisconnectResp) String() string {
  202. return protoimpl.X.MessageStringOf(x)
  203. }
  204. func (*InnerPlayerDisconnectResp) ProtoMessage() {}
  205. func (x *InnerPlayerDisconnectResp) ProtoReflect() protoreflect.Message {
  206. mi := &file_pb_inner_proto_msgTypes[3]
  207. if protoimpl.UnsafeEnabled && x != nil {
  208. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  209. if ms.LoadMessageInfo() == nil {
  210. ms.StoreMessageInfo(mi)
  211. }
  212. return ms
  213. }
  214. return mi.MessageOf(x)
  215. }
  216. // Deprecated: Use InnerPlayerDisconnectResp.ProtoReflect.Descriptor instead.
  217. func (*InnerPlayerDisconnectResp) Descriptor() ([]byte, []int) {
  218. return file_pb_inner_proto_rawDescGZIP(), []int{3}
  219. }
  220. //*
  221. //Cs Command Request Bean
  222. type InnerCsFetchPlayerQueueReq struct {
  223. state protoimpl.MessageState
  224. sizeCache protoimpl.SizeCache
  225. unknownFields protoimpl.UnknownFields
  226. Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
  227. }
  228. func (x *InnerCsFetchPlayerQueueReq) Reset() {
  229. *x = InnerCsFetchPlayerQueueReq{}
  230. if protoimpl.UnsafeEnabled {
  231. mi := &file_pb_inner_proto_msgTypes[4]
  232. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  233. ms.StoreMessageInfo(mi)
  234. }
  235. }
  236. func (x *InnerCsFetchPlayerQueueReq) String() string {
  237. return protoimpl.X.MessageStringOf(x)
  238. }
  239. func (*InnerCsFetchPlayerQueueReq) ProtoMessage() {}
  240. func (x *InnerCsFetchPlayerQueueReq) ProtoReflect() protoreflect.Message {
  241. mi := &file_pb_inner_proto_msgTypes[4]
  242. if protoimpl.UnsafeEnabled && x != nil {
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. if ms.LoadMessageInfo() == nil {
  245. ms.StoreMessageInfo(mi)
  246. }
  247. return ms
  248. }
  249. return mi.MessageOf(x)
  250. }
  251. // Deprecated: Use InnerCsFetchPlayerQueueReq.ProtoReflect.Descriptor instead.
  252. func (*InnerCsFetchPlayerQueueReq) Descriptor() ([]byte, []int) {
  253. return file_pb_inner_proto_rawDescGZIP(), []int{4}
  254. }
  255. func (x *InnerCsFetchPlayerQueueReq) GetLimit() int64 {
  256. if x != nil {
  257. return x.Limit
  258. }
  259. return 0
  260. }
  261. type InnerCsFetchPlayerQueueResp struct {
  262. state protoimpl.MessageState
  263. sizeCache protoimpl.SizeCache
  264. unknownFields protoimpl.UnknownFields
  265. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
  266. List *structpb.ListValue `protobuf:"bytes,2,opt,name=list,proto3" json:"list,omitempty"`
  267. }
  268. func (x *InnerCsFetchPlayerQueueResp) Reset() {
  269. *x = InnerCsFetchPlayerQueueResp{}
  270. if protoimpl.UnsafeEnabled {
  271. mi := &file_pb_inner_proto_msgTypes[5]
  272. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  273. ms.StoreMessageInfo(mi)
  274. }
  275. }
  276. func (x *InnerCsFetchPlayerQueueResp) String() string {
  277. return protoimpl.X.MessageStringOf(x)
  278. }
  279. func (*InnerCsFetchPlayerQueueResp) ProtoMessage() {}
  280. func (x *InnerCsFetchPlayerQueueResp) ProtoReflect() protoreflect.Message {
  281. mi := &file_pb_inner_proto_msgTypes[5]
  282. if protoimpl.UnsafeEnabled && x != nil {
  283. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  284. if ms.LoadMessageInfo() == nil {
  285. ms.StoreMessageInfo(mi)
  286. }
  287. return ms
  288. }
  289. return mi.MessageOf(x)
  290. }
  291. // Deprecated: Use InnerCsFetchPlayerQueueResp.ProtoReflect.Descriptor instead.
  292. func (*InnerCsFetchPlayerQueueResp) Descriptor() ([]byte, []int) {
  293. return file_pb_inner_proto_rawDescGZIP(), []int{5}
  294. }
  295. func (x *InnerCsFetchPlayerQueueResp) GetTotal() int64 {
  296. if x != nil {
  297. return x.Total
  298. }
  299. return 0
  300. }
  301. func (x *InnerCsFetchPlayerQueueResp) GetList() *structpb.ListValue {
  302. if x != nil {
  303. return x.List
  304. }
  305. return nil
  306. }
  307. type InnerCsConnectPlayerReq struct {
  308. state protoimpl.MessageState
  309. sizeCache protoimpl.SizeCache
  310. unknownFields protoimpl.UnknownFields
  311. CsId string `protobuf:"bytes,1,opt,name=cs_id,json=csId,proto3" json:"cs_id,omitempty"`
  312. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
  313. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  314. }
  315. func (x *InnerCsConnectPlayerReq) Reset() {
  316. *x = InnerCsConnectPlayerReq{}
  317. if protoimpl.UnsafeEnabled {
  318. mi := &file_pb_inner_proto_msgTypes[6]
  319. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  320. ms.StoreMessageInfo(mi)
  321. }
  322. }
  323. func (x *InnerCsConnectPlayerReq) String() string {
  324. return protoimpl.X.MessageStringOf(x)
  325. }
  326. func (*InnerCsConnectPlayerReq) ProtoMessage() {}
  327. func (x *InnerCsConnectPlayerReq) ProtoReflect() protoreflect.Message {
  328. mi := &file_pb_inner_proto_msgTypes[6]
  329. if protoimpl.UnsafeEnabled && x != nil {
  330. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  331. if ms.LoadMessageInfo() == nil {
  332. ms.StoreMessageInfo(mi)
  333. }
  334. return ms
  335. }
  336. return mi.MessageOf(x)
  337. }
  338. // Deprecated: Use InnerCsConnectPlayerReq.ProtoReflect.Descriptor instead.
  339. func (*InnerCsConnectPlayerReq) Descriptor() ([]byte, []int) {
  340. return file_pb_inner_proto_rawDescGZIP(), []int{6}
  341. }
  342. func (x *InnerCsConnectPlayerReq) GetCsId() string {
  343. if x != nil {
  344. return x.CsId
  345. }
  346. return ""
  347. }
  348. func (x *InnerCsConnectPlayerReq) GetPlayerId() string {
  349. if x != nil {
  350. return x.PlayerId
  351. }
  352. return ""
  353. }
  354. func (x *InnerCsConnectPlayerReq) GetGameId() string {
  355. if x != nil {
  356. return x.GameId
  357. }
  358. return ""
  359. }
  360. type InnerCsConnectPlayerResp struct {
  361. state protoimpl.MessageState
  362. sizeCache protoimpl.SizeCache
  363. unknownFields protoimpl.UnknownFields
  364. }
  365. func (x *InnerCsConnectPlayerResp) Reset() {
  366. *x = InnerCsConnectPlayerResp{}
  367. if protoimpl.UnsafeEnabled {
  368. mi := &file_pb_inner_proto_msgTypes[7]
  369. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  370. ms.StoreMessageInfo(mi)
  371. }
  372. }
  373. func (x *InnerCsConnectPlayerResp) String() string {
  374. return protoimpl.X.MessageStringOf(x)
  375. }
  376. func (*InnerCsConnectPlayerResp) ProtoMessage() {}
  377. func (x *InnerCsConnectPlayerResp) ProtoReflect() protoreflect.Message {
  378. mi := &file_pb_inner_proto_msgTypes[7]
  379. if protoimpl.UnsafeEnabled && x != nil {
  380. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  381. if ms.LoadMessageInfo() == nil {
  382. ms.StoreMessageInfo(mi)
  383. }
  384. return ms
  385. }
  386. return mi.MessageOf(x)
  387. }
  388. // Deprecated: Use InnerCsConnectPlayerResp.ProtoReflect.Descriptor instead.
  389. func (*InnerCsConnectPlayerResp) Descriptor() ([]byte, []int) {
  390. return file_pb_inner_proto_rawDescGZIP(), []int{7}
  391. }
  392. var File_pb_inner_proto protoreflect.FileDescriptor
  393. var file_pb_inner_proto_rawDesc = []byte{
  394. 0x0a, 0x0e, 0x70, 0x62, 0x2f, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  395. 0x12, 0x02, 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  396. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f,
  397. 0x74, 0x6f, 0x22, 0x66, 0x0a, 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65,
  398. 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12,
  399. 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  400. 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07,
  401. 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67,
  402. 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03,
  403. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x22, 0xbe, 0x01, 0x0a, 0x1a, 0x49,
  404. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43,
  405. 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f,
  406. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1f,
  407. 0x0a, 0x0b, 0x63, 0x73, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
  408. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x73, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  409. 0x22, 0x0a, 0x0d, 0x63, 0x73, 0x5f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x5f, 0x75, 0x72, 0x6c,
  410. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
  411. 0x55, 0x72, 0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x73, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
  412. 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x53, 0x69, 0x67,
  413. 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  414. 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6f,
  415. 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x50, 0x0a, 0x18, 0x49,
  416. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e,
  417. 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65,
  418. 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79,
  419. 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18,
  420. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x1b, 0x0a,
  421. 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63,
  422. 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x32, 0x0a, 0x1a, 0x49, 0x6e,
  423. 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  424. 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69,
  425. 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x63,
  426. 0x0a, 0x1b, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
  427. 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
  428. 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f,
  429. 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
  430. 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  431. 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c,
  432. 0x69, 0x73, 0x74, 0x22, 0x64, 0x0a, 0x17, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f,
  433. 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x13,
  434. 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  435. 0x73, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64,
  436. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64,
  437. 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
  438. 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x1a, 0x0a, 0x18, 0x49, 0x6e, 0x6e,
  439. 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65,
  440. 0x72, 0x52, 0x65, 0x73, 0x70, 0x32, 0xd1, 0x02, 0x0a, 0x05, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x12,
  441. 0x52, 0x0a, 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73,
  442. 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50,
  443. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f,
  444. 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c,
  445. 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52,
  446. 0x65, 0x73, 0x70, 0x12, 0x4f, 0x0a, 0x10, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73,
  447. 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e,
  448. 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
  449. 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72,
  450. 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
  451. 0x52, 0x65, 0x73, 0x70, 0x12, 0x55, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50,
  452. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x1e, 0x2e, 0x70, 0x62, 0x2e,
  453. 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79,
  454. 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70, 0x62, 0x2e,
  455. 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79,
  456. 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4c, 0x0a, 0x0f, 0x63,
  457. 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x1b,
  458. 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65,
  459. 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62,
  460. 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50,
  461. 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70,
  462. 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  463. }
  464. var (
  465. file_pb_inner_proto_rawDescOnce sync.Once
  466. file_pb_inner_proto_rawDescData = file_pb_inner_proto_rawDesc
  467. )
  468. func file_pb_inner_proto_rawDescGZIP() []byte {
  469. file_pb_inner_proto_rawDescOnce.Do(func() {
  470. file_pb_inner_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_inner_proto_rawDescData)
  471. })
  472. return file_pb_inner_proto_rawDescData
  473. }
  474. var file_pb_inner_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  475. var file_pb_inner_proto_goTypes = []interface{}{
  476. (*InnerPlayerFetchCsInfoReq)(nil), // 0: pb.InnerPlayerFetchCsInfoReq
  477. (*InnerPlayerFetchCsInfoResp)(nil), // 1: pb.InnerPlayerFetchCsInfoResp
  478. (*InnerPlayerDisconnectReq)(nil), // 2: pb.InnerPlayerDisconnectReq
  479. (*InnerPlayerDisconnectResp)(nil), // 3: pb.InnerPlayerDisconnectResp
  480. (*InnerCsFetchPlayerQueueReq)(nil), // 4: pb.InnerCsFetchPlayerQueueReq
  481. (*InnerCsFetchPlayerQueueResp)(nil), // 5: pb.InnerCsFetchPlayerQueueResp
  482. (*InnerCsConnectPlayerReq)(nil), // 6: pb.InnerCsConnectPlayerReq
  483. (*InnerCsConnectPlayerResp)(nil), // 7: pb.InnerCsConnectPlayerResp
  484. (*structpb.ListValue)(nil), // 8: google.protobuf.ListValue
  485. }
  486. var file_pb_inner_proto_depIdxs = []int32{
  487. 8, // 0: pb.InnerCsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
  488. 0, // 1: pb.Inner.playerFetchCsInfo:input_type -> pb.InnerPlayerFetchCsInfoReq
  489. 2, // 2: pb.Inner.playerDisconnect:input_type -> pb.InnerPlayerDisconnectReq
  490. 4, // 3: pb.Inner.csFetchPlayerQueue:input_type -> pb.InnerCsFetchPlayerQueueReq
  491. 6, // 4: pb.Inner.csConnectPlayer:input_type -> pb.InnerCsConnectPlayerReq
  492. 1, // 5: pb.Inner.playerFetchCsInfo:output_type -> pb.InnerPlayerFetchCsInfoResp
  493. 3, // 6: pb.Inner.playerDisconnect:output_type -> pb.InnerPlayerDisconnectResp
  494. 5, // 7: pb.Inner.csFetchPlayerQueue:output_type -> pb.InnerCsFetchPlayerQueueResp
  495. 7, // 8: pb.Inner.csConnectPlayer:output_type -> pb.InnerCsConnectPlayerResp
  496. 5, // [5:9] is the sub-list for method output_type
  497. 1, // [1:5] is the sub-list for method input_type
  498. 1, // [1:1] is the sub-list for extension type_name
  499. 1, // [1:1] is the sub-list for extension extendee
  500. 0, // [0:1] is the sub-list for field type_name
  501. }
  502. func init() { file_pb_inner_proto_init() }
  503. func file_pb_inner_proto_init() {
  504. if File_pb_inner_proto != nil {
  505. return
  506. }
  507. if !protoimpl.UnsafeEnabled {
  508. file_pb_inner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  509. switch v := v.(*InnerPlayerFetchCsInfoReq); i {
  510. case 0:
  511. return &v.state
  512. case 1:
  513. return &v.sizeCache
  514. case 2:
  515. return &v.unknownFields
  516. default:
  517. return nil
  518. }
  519. }
  520. file_pb_inner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  521. switch v := v.(*InnerPlayerFetchCsInfoResp); i {
  522. case 0:
  523. return &v.state
  524. case 1:
  525. return &v.sizeCache
  526. case 2:
  527. return &v.unknownFields
  528. default:
  529. return nil
  530. }
  531. }
  532. file_pb_inner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  533. switch v := v.(*InnerPlayerDisconnectReq); i {
  534. case 0:
  535. return &v.state
  536. case 1:
  537. return &v.sizeCache
  538. case 2:
  539. return &v.unknownFields
  540. default:
  541. return nil
  542. }
  543. }
  544. file_pb_inner_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  545. switch v := v.(*InnerPlayerDisconnectResp); i {
  546. case 0:
  547. return &v.state
  548. case 1:
  549. return &v.sizeCache
  550. case 2:
  551. return &v.unknownFields
  552. default:
  553. return nil
  554. }
  555. }
  556. file_pb_inner_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  557. switch v := v.(*InnerCsFetchPlayerQueueReq); i {
  558. case 0:
  559. return &v.state
  560. case 1:
  561. return &v.sizeCache
  562. case 2:
  563. return &v.unknownFields
  564. default:
  565. return nil
  566. }
  567. }
  568. file_pb_inner_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  569. switch v := v.(*InnerCsFetchPlayerQueueResp); i {
  570. case 0:
  571. return &v.state
  572. case 1:
  573. return &v.sizeCache
  574. case 2:
  575. return &v.unknownFields
  576. default:
  577. return nil
  578. }
  579. }
  580. file_pb_inner_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  581. switch v := v.(*InnerCsConnectPlayerReq); i {
  582. case 0:
  583. return &v.state
  584. case 1:
  585. return &v.sizeCache
  586. case 2:
  587. return &v.unknownFields
  588. default:
  589. return nil
  590. }
  591. }
  592. file_pb_inner_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  593. switch v := v.(*InnerCsConnectPlayerResp); i {
  594. case 0:
  595. return &v.state
  596. case 1:
  597. return &v.sizeCache
  598. case 2:
  599. return &v.unknownFields
  600. default:
  601. return nil
  602. }
  603. }
  604. }
  605. type x struct{}
  606. out := protoimpl.TypeBuilder{
  607. File: protoimpl.DescBuilder{
  608. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  609. RawDescriptor: file_pb_inner_proto_rawDesc,
  610. NumEnums: 0,
  611. NumMessages: 8,
  612. NumExtensions: 0,
  613. NumServices: 1,
  614. },
  615. GoTypes: file_pb_inner_proto_goTypes,
  616. DependencyIndexes: file_pb_inner_proto_depIdxs,
  617. MessageInfos: file_pb_inner_proto_msgTypes,
  618. }.Build()
  619. File_pb_inner_proto = out.File
  620. file_pb_inner_proto_rawDesc = nil
  621. file_pb_inner_proto_goTypes = nil
  622. file_pb_inner_proto_depIdxs = nil
  623. }