inner.pb.go 24 KB

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