inner.pb.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  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. GameId string `protobuf:"bytes,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  27. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_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) GetGameId() string {
  58. if x != nil {
  59. return x.GameId
  60. }
  61. return ""
  62. }
  63. func (x *InnerPlayerFetchCsInfoReq) GetPlayerId() string {
  64. if x != nil {
  65. return x.PlayerId
  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 int32 `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() int32 {
  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. GameId string `protobuf:"bytes,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  147. PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_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) GetGameId() string {
  177. if x != nil {
  178. return x.GameId
  179. }
  180. return ""
  181. }
  182. func (x *InnerPlayerDisconnectReq) GetPlayerId() string {
  183. if x != nil {
  184. return x.PlayerId
  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 int32 `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() int32 {
  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 int32 `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() int32 {
  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. GameId string `protobuf:"bytes,2,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  313. PlayerId string `protobuf:"bytes,3,opt,name=player_id,json=playerId,proto3" json:"player_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) GetGameId() string {
  349. if x != nil {
  350. return x.GameId
  351. }
  352. return ""
  353. }
  354. func (x *InnerCsConnectPlayerReq) GetPlayerId() string {
  355. if x != nil {
  356. return x.PlayerId
  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. type NotifyUserStatusReq struct {
  393. state protoimpl.MessageState
  394. sizeCache protoimpl.SizeCache
  395. unknownFields protoimpl.UnknownFields
  396. Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
  397. Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
  398. GameId string `protobuf:"bytes,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
  399. }
  400. func (x *NotifyUserStatusReq) Reset() {
  401. *x = NotifyUserStatusReq{}
  402. if protoimpl.UnsafeEnabled {
  403. mi := &file_pb_inner_proto_msgTypes[8]
  404. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  405. ms.StoreMessageInfo(mi)
  406. }
  407. }
  408. func (x *NotifyUserStatusReq) String() string {
  409. return protoimpl.X.MessageStringOf(x)
  410. }
  411. func (*NotifyUserStatusReq) ProtoMessage() {}
  412. func (x *NotifyUserStatusReq) ProtoReflect() protoreflect.Message {
  413. mi := &file_pb_inner_proto_msgTypes[8]
  414. if protoimpl.UnsafeEnabled && x != nil {
  415. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  416. if ms.LoadMessageInfo() == nil {
  417. ms.StoreMessageInfo(mi)
  418. }
  419. return ms
  420. }
  421. return mi.MessageOf(x)
  422. }
  423. // Deprecated: Use NotifyUserStatusReq.ProtoReflect.Descriptor instead.
  424. func (*NotifyUserStatusReq) Descriptor() ([]byte, []int) {
  425. return file_pb_inner_proto_rawDescGZIP(), []int{8}
  426. }
  427. func (x *NotifyUserStatusReq) GetType() int32 {
  428. if x != nil {
  429. return x.Type
  430. }
  431. return 0
  432. }
  433. func (x *NotifyUserStatusReq) GetUid() string {
  434. if x != nil {
  435. return x.Uid
  436. }
  437. return ""
  438. }
  439. func (x *NotifyUserStatusReq) GetGameId() string {
  440. if x != nil {
  441. return x.GameId
  442. }
  443. return ""
  444. }
  445. type NotifyUserStatusResp struct {
  446. state protoimpl.MessageState
  447. sizeCache protoimpl.SizeCache
  448. unknownFields protoimpl.UnknownFields
  449. }
  450. func (x *NotifyUserStatusResp) Reset() {
  451. *x = NotifyUserStatusResp{}
  452. if protoimpl.UnsafeEnabled {
  453. mi := &file_pb_inner_proto_msgTypes[9]
  454. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  455. ms.StoreMessageInfo(mi)
  456. }
  457. }
  458. func (x *NotifyUserStatusResp) String() string {
  459. return protoimpl.X.MessageStringOf(x)
  460. }
  461. func (*NotifyUserStatusResp) ProtoMessage() {}
  462. func (x *NotifyUserStatusResp) ProtoReflect() protoreflect.Message {
  463. mi := &file_pb_inner_proto_msgTypes[9]
  464. if protoimpl.UnsafeEnabled && x != nil {
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. if ms.LoadMessageInfo() == nil {
  467. ms.StoreMessageInfo(mi)
  468. }
  469. return ms
  470. }
  471. return mi.MessageOf(x)
  472. }
  473. // Deprecated: Use NotifyUserStatusResp.ProtoReflect.Descriptor instead.
  474. func (*NotifyUserStatusResp) Descriptor() ([]byte, []int) {
  475. return file_pb_inner_proto_rawDescGZIP(), []int{9}
  476. }
  477. var File_pb_inner_proto protoreflect.FileDescriptor
  478. var file_pb_inner_proto_rawDesc = []byte{
  479. 0x0a, 0x0e, 0x70, 0x62, 0x2f, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  480. 0x12, 0x02, 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  481. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f,
  482. 0x74, 0x6f, 0x22, 0x66, 0x0a, 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65,
  483. 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12,
  484. 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  485. 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79,
  486. 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
  487. 0x79, 0x65, 0x72, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03,
  488. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x22, 0xbe, 0x01, 0x0a, 0x1a, 0x49,
  489. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43,
  490. 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x13, 0x0a, 0x05, 0x63, 0x73, 0x5f,
  491. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x73, 0x49, 0x64, 0x12, 0x1f,
  492. 0x0a, 0x0b, 0x63, 0x73, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
  493. 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x73, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  494. 0x22, 0x0a, 0x0d, 0x63, 0x73, 0x5f, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x5f, 0x75, 0x72, 0x6c,
  495. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
  496. 0x55, 0x72, 0x6c, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x73, 0x5f, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
  497. 0x75, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x73, 0x53, 0x69, 0x67,
  498. 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  499. 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x6f,
  500. 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x50, 0x0a, 0x18, 0x49,
  501. 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e,
  502. 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f,
  503. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64,
  504. 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
  505. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x22, 0x1b, 0x0a,
  506. 0x19, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63,
  507. 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x32, 0x0a, 0x1a, 0x49, 0x6e,
  508. 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  509. 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69,
  510. 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x63,
  511. 0x0a, 0x1b, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c,
  512. 0x61, 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a,
  513. 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f,
  514. 0x74, 0x61, 0x6c, 0x12, 0x2e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
  515. 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  516. 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x6c,
  517. 0x69, 0x73, 0x74, 0x22, 0x64, 0x0a, 0x17, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f,
  518. 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x13,
  519. 0x0a, 0x05, 0x63, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  520. 0x73, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,
  521. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09,
  522. 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  523. 0x08, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x49, 0x64, 0x22, 0x1a, 0x0a, 0x18, 0x49, 0x6e, 0x6e,
  524. 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65,
  525. 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x54, 0x0a, 0x13, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55,
  526. 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04,
  527. 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
  528. 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75,
  529. 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
  530. 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x4e,
  531. 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
  532. 0x65, 0x73, 0x70, 0x32, 0xe0, 0x03, 0x0a, 0x05, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x12, 0x52, 0x0a,
  533. 0x11, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e,
  534. 0x66, 0x6f, 0x12, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61,
  535. 0x79, 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
  536. 0x71, 0x1a, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c, 0x61, 0x79,
  537. 0x65, 0x72, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
  538. 0x70, 0x12, 0x4f, 0x0a, 0x10, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f,
  539. 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72,
  540. 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
  541. 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x50, 0x6c,
  542. 0x61, 0x79, 0x65, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65,
  543. 0x73, 0x70, 0x12, 0x55, 0x0a, 0x12, 0x63, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61,
  544. 0x79, 0x65, 0x72, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e,
  545. 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  546. 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6e,
  547. 0x6e, 0x65, 0x72, 0x43, 0x73, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
  548. 0x51, 0x75, 0x65, 0x75, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4c, 0x0a, 0x0f, 0x63, 0x73, 0x43,
  549. 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x1b, 0x2e, 0x70,
  550. 0x62, 0x2e, 0x49, 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
  551. 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49,
  552. 0x6e, 0x6e, 0x65, 0x72, 0x43, 0x73, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x50, 0x6c, 0x61,
  553. 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x10, 0x6e, 0x6f, 0x74, 0x69, 0x66,
  554. 0x79, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x17, 0x2e, 0x70, 0x62,
  555. 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75,
  556. 0x73, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x70, 0x62, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79,
  557. 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46,
  558. 0x0a, 0x11, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x73, 0x65, 0x72, 0x4f, 0x66, 0x66, 0x6c,
  559. 0x69, 0x6e, 0x65, 0x12, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55,
  560. 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x70,
  561. 0x62, 0x2e, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x73, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74,
  562. 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06,
  563. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  564. }
  565. var (
  566. file_pb_inner_proto_rawDescOnce sync.Once
  567. file_pb_inner_proto_rawDescData = file_pb_inner_proto_rawDesc
  568. )
  569. func file_pb_inner_proto_rawDescGZIP() []byte {
  570. file_pb_inner_proto_rawDescOnce.Do(func() {
  571. file_pb_inner_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_inner_proto_rawDescData)
  572. })
  573. return file_pb_inner_proto_rawDescData
  574. }
  575. var file_pb_inner_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  576. var file_pb_inner_proto_goTypes = []interface{}{
  577. (*InnerPlayerFetchCsInfoReq)(nil), // 0: pb.InnerPlayerFetchCsInfoReq
  578. (*InnerPlayerFetchCsInfoResp)(nil), // 1: pb.InnerPlayerFetchCsInfoResp
  579. (*InnerPlayerDisconnectReq)(nil), // 2: pb.InnerPlayerDisconnectReq
  580. (*InnerPlayerDisconnectResp)(nil), // 3: pb.InnerPlayerDisconnectResp
  581. (*InnerCsFetchPlayerQueueReq)(nil), // 4: pb.InnerCsFetchPlayerQueueReq
  582. (*InnerCsFetchPlayerQueueResp)(nil), // 5: pb.InnerCsFetchPlayerQueueResp
  583. (*InnerCsConnectPlayerReq)(nil), // 6: pb.InnerCsConnectPlayerReq
  584. (*InnerCsConnectPlayerResp)(nil), // 7: pb.InnerCsConnectPlayerResp
  585. (*NotifyUserStatusReq)(nil), // 8: pb.NotifyUserStatusReq
  586. (*NotifyUserStatusResp)(nil), // 9: pb.NotifyUserStatusResp
  587. (*structpb.ListValue)(nil), // 10: google.protobuf.ListValue
  588. }
  589. var file_pb_inner_proto_depIdxs = []int32{
  590. 10, // 0: pb.InnerCsFetchPlayerQueueResp.list:type_name -> google.protobuf.ListValue
  591. 0, // 1: pb.Inner.playerFetchCsInfo:input_type -> pb.InnerPlayerFetchCsInfoReq
  592. 2, // 2: pb.Inner.playerDisconnect:input_type -> pb.InnerPlayerDisconnectReq
  593. 4, // 3: pb.Inner.csFetchPlayerQueue:input_type -> pb.InnerCsFetchPlayerQueueReq
  594. 6, // 4: pb.Inner.csConnectPlayer:input_type -> pb.InnerCsConnectPlayerReq
  595. 8, // 5: pb.Inner.notifyUserOnline:input_type -> pb.NotifyUserStatusReq
  596. 8, // 6: pb.Inner.notifyUserOffline:input_type -> pb.NotifyUserStatusReq
  597. 1, // 7: pb.Inner.playerFetchCsInfo:output_type -> pb.InnerPlayerFetchCsInfoResp
  598. 3, // 8: pb.Inner.playerDisconnect:output_type -> pb.InnerPlayerDisconnectResp
  599. 5, // 9: pb.Inner.csFetchPlayerQueue:output_type -> pb.InnerCsFetchPlayerQueueResp
  600. 7, // 10: pb.Inner.csConnectPlayer:output_type -> pb.InnerCsConnectPlayerResp
  601. 9, // 11: pb.Inner.notifyUserOnline:output_type -> pb.NotifyUserStatusResp
  602. 9, // 12: pb.Inner.notifyUserOffline:output_type -> pb.NotifyUserStatusResp
  603. 7, // [7:13] is the sub-list for method output_type
  604. 1, // [1:7] is the sub-list for method input_type
  605. 1, // [1:1] is the sub-list for extension type_name
  606. 1, // [1:1] is the sub-list for extension extendee
  607. 0, // [0:1] is the sub-list for field type_name
  608. }
  609. func init() { file_pb_inner_proto_init() }
  610. func file_pb_inner_proto_init() {
  611. if File_pb_inner_proto != nil {
  612. return
  613. }
  614. if !protoimpl.UnsafeEnabled {
  615. file_pb_inner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  616. switch v := v.(*InnerPlayerFetchCsInfoReq); i {
  617. case 0:
  618. return &v.state
  619. case 1:
  620. return &v.sizeCache
  621. case 2:
  622. return &v.unknownFields
  623. default:
  624. return nil
  625. }
  626. }
  627. file_pb_inner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  628. switch v := v.(*InnerPlayerFetchCsInfoResp); i {
  629. case 0:
  630. return &v.state
  631. case 1:
  632. return &v.sizeCache
  633. case 2:
  634. return &v.unknownFields
  635. default:
  636. return nil
  637. }
  638. }
  639. file_pb_inner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  640. switch v := v.(*InnerPlayerDisconnectReq); i {
  641. case 0:
  642. return &v.state
  643. case 1:
  644. return &v.sizeCache
  645. case 2:
  646. return &v.unknownFields
  647. default:
  648. return nil
  649. }
  650. }
  651. file_pb_inner_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  652. switch v := v.(*InnerPlayerDisconnectResp); i {
  653. case 0:
  654. return &v.state
  655. case 1:
  656. return &v.sizeCache
  657. case 2:
  658. return &v.unknownFields
  659. default:
  660. return nil
  661. }
  662. }
  663. file_pb_inner_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  664. switch v := v.(*InnerCsFetchPlayerQueueReq); i {
  665. case 0:
  666. return &v.state
  667. case 1:
  668. return &v.sizeCache
  669. case 2:
  670. return &v.unknownFields
  671. default:
  672. return nil
  673. }
  674. }
  675. file_pb_inner_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  676. switch v := v.(*InnerCsFetchPlayerQueueResp); i {
  677. case 0:
  678. return &v.state
  679. case 1:
  680. return &v.sizeCache
  681. case 2:
  682. return &v.unknownFields
  683. default:
  684. return nil
  685. }
  686. }
  687. file_pb_inner_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  688. switch v := v.(*InnerCsConnectPlayerReq); i {
  689. case 0:
  690. return &v.state
  691. case 1:
  692. return &v.sizeCache
  693. case 2:
  694. return &v.unknownFields
  695. default:
  696. return nil
  697. }
  698. }
  699. file_pb_inner_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  700. switch v := v.(*InnerCsConnectPlayerResp); i {
  701. case 0:
  702. return &v.state
  703. case 1:
  704. return &v.sizeCache
  705. case 2:
  706. return &v.unknownFields
  707. default:
  708. return nil
  709. }
  710. }
  711. file_pb_inner_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  712. switch v := v.(*NotifyUserStatusReq); i {
  713. case 0:
  714. return &v.state
  715. case 1:
  716. return &v.sizeCache
  717. case 2:
  718. return &v.unknownFields
  719. default:
  720. return nil
  721. }
  722. }
  723. file_pb_inner_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  724. switch v := v.(*NotifyUserStatusResp); i {
  725. case 0:
  726. return &v.state
  727. case 1:
  728. return &v.sizeCache
  729. case 2:
  730. return &v.unknownFields
  731. default:
  732. return nil
  733. }
  734. }
  735. }
  736. type x struct{}
  737. out := protoimpl.TypeBuilder{
  738. File: protoimpl.DescBuilder{
  739. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  740. RawDescriptor: file_pb_inner_proto_rawDesc,
  741. NumEnums: 0,
  742. NumMessages: 10,
  743. NumExtensions: 0,
  744. NumServices: 1,
  745. },
  746. GoTypes: file_pb_inner_proto_goTypes,
  747. DependencyIndexes: file_pb_inner_proto_depIdxs,
  748. MessageInfos: file_pb_inner_proto_msgTypes,
  749. }.Build()
  750. File_pb_inner_proto = out.File
  751. file_pb_inner_proto_rawDesc = nil
  752. file_pb_inner_proto_goTypes = nil
  753. file_pb_inner_proto_depIdxs = nil
  754. }