online.pb.go 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1-devel
  4. // protoc v3.21.8
  5. // source: online.proto
  6. package online
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. _ "google.golang.org/genproto/googleapis/api/annotations"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. emptypb "google.golang.org/protobuf/types/known/emptypb"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. type SendMessageInfo struct {
  23. state protoimpl.MessageState
  24. sizeCache protoimpl.SizeCache
  25. unknownFields protoimpl.UnknownFields
  26. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  27. Message *common.Message `protobuf:"bytes,2,opt,name=message,proto3" json:"message"` // 消息
  28. MsgType string `protobuf:"bytes,3,opt,name=msgType,proto3" json:"msgType"` // 消息类型
  29. }
  30. func (x *SendMessageInfo) Reset() {
  31. *x = SendMessageInfo{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_online_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *SendMessageInfo) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*SendMessageInfo) ProtoMessage() {}
  42. func (x *SendMessageInfo) ProtoReflect() protoreflect.Message {
  43. mi := &file_online_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 SendMessageInfo.ProtoReflect.Descriptor instead.
  54. func (*SendMessageInfo) Descriptor() ([]byte, []int) {
  55. return file_online_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *SendMessageInfo) GetRoomId() int64 {
  58. if x != nil {
  59. return x.RoomId
  60. }
  61. return 0
  62. }
  63. func (x *SendMessageInfo) GetMessage() *common.Message {
  64. if x != nil && x.Message != nil {
  65. return x.Message
  66. }
  67. return &common.Message{}
  68. }
  69. func (x *SendMessageInfo) GetMsgType() string {
  70. if x != nil {
  71. return x.MsgType
  72. }
  73. return ""
  74. }
  75. type ChatIsReadInfo struct {
  76. state protoimpl.MessageState
  77. sizeCache protoimpl.SizeCache
  78. unknownFields protoimpl.UnknownFields
  79. MessageId int64 `protobuf:"varint,1,opt,name=messageId,proto3" json:"messageId"` // 消息的ID
  80. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  81. }
  82. func (x *ChatIsReadInfo) Reset() {
  83. *x = ChatIsReadInfo{}
  84. if protoimpl.UnsafeEnabled {
  85. mi := &file_online_proto_msgTypes[1]
  86. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  87. ms.StoreMessageInfo(mi)
  88. }
  89. }
  90. func (x *ChatIsReadInfo) String() string {
  91. return protoimpl.X.MessageStringOf(x)
  92. }
  93. func (*ChatIsReadInfo) ProtoMessage() {}
  94. func (x *ChatIsReadInfo) ProtoReflect() protoreflect.Message {
  95. mi := &file_online_proto_msgTypes[1]
  96. if protoimpl.UnsafeEnabled && x != nil {
  97. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  98. if ms.LoadMessageInfo() == nil {
  99. ms.StoreMessageInfo(mi)
  100. }
  101. return ms
  102. }
  103. return mi.MessageOf(x)
  104. }
  105. // Deprecated: Use ChatIsReadInfo.ProtoReflect.Descriptor instead.
  106. func (*ChatIsReadInfo) Descriptor() ([]byte, []int) {
  107. return file_online_proto_rawDescGZIP(), []int{1}
  108. }
  109. func (x *ChatIsReadInfo) GetMessageId() int64 {
  110. if x != nil {
  111. return x.MessageId
  112. }
  113. return 0
  114. }
  115. func (x *ChatIsReadInfo) GetRoomId() int64 {
  116. if x != nil {
  117. return x.RoomId
  118. }
  119. return 0
  120. }
  121. type GotoRoomInfo struct {
  122. state protoimpl.MessageState
  123. sizeCache protoimpl.SizeCache
  124. unknownFields protoimpl.UnknownFields
  125. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"` // 房间ID
  126. }
  127. func (x *GotoRoomInfo) Reset() {
  128. *x = GotoRoomInfo{}
  129. if protoimpl.UnsafeEnabled {
  130. mi := &file_online_proto_msgTypes[2]
  131. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  132. ms.StoreMessageInfo(mi)
  133. }
  134. }
  135. func (x *GotoRoomInfo) String() string {
  136. return protoimpl.X.MessageStringOf(x)
  137. }
  138. func (*GotoRoomInfo) ProtoMessage() {}
  139. func (x *GotoRoomInfo) ProtoReflect() protoreflect.Message {
  140. mi := &file_online_proto_msgTypes[2]
  141. if protoimpl.UnsafeEnabled && x != nil {
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. if ms.LoadMessageInfo() == nil {
  144. ms.StoreMessageInfo(mi)
  145. }
  146. return ms
  147. }
  148. return mi.MessageOf(x)
  149. }
  150. // Deprecated: Use GotoRoomInfo.ProtoReflect.Descriptor instead.
  151. func (*GotoRoomInfo) Descriptor() ([]byte, []int) {
  152. return file_online_proto_rawDescGZIP(), []int{2}
  153. }
  154. func (x *GotoRoomInfo) GetRoomId() int64 {
  155. if x != nil {
  156. return x.RoomId
  157. }
  158. return 0
  159. }
  160. type ReceiveRequest struct {
  161. state protoimpl.MessageState
  162. sizeCache protoimpl.SizeCache
  163. unknownFields protoimpl.UnknownFields
  164. Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method"` // 路由
  165. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data"` // 数据
  166. WebsocketTag string `protobuf:"bytes,3,opt,name=websocketTag,proto3" json:"websocketTag"`
  167. }
  168. func (x *ReceiveRequest) Reset() {
  169. *x = ReceiveRequest{}
  170. if protoimpl.UnsafeEnabled {
  171. mi := &file_online_proto_msgTypes[3]
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. ms.StoreMessageInfo(mi)
  174. }
  175. }
  176. func (x *ReceiveRequest) String() string {
  177. return protoimpl.X.MessageStringOf(x)
  178. }
  179. func (*ReceiveRequest) ProtoMessage() {}
  180. func (x *ReceiveRequest) ProtoReflect() protoreflect.Message {
  181. mi := &file_online_proto_msgTypes[3]
  182. if protoimpl.UnsafeEnabled && x != nil {
  183. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  184. if ms.LoadMessageInfo() == nil {
  185. ms.StoreMessageInfo(mi)
  186. }
  187. return ms
  188. }
  189. return mi.MessageOf(x)
  190. }
  191. // Deprecated: Use ReceiveRequest.ProtoReflect.Descriptor instead.
  192. func (*ReceiveRequest) Descriptor() ([]byte, []int) {
  193. return file_online_proto_rawDescGZIP(), []int{3}
  194. }
  195. func (x *ReceiveRequest) GetMethod() string {
  196. if x != nil {
  197. return x.Method
  198. }
  199. return ""
  200. }
  201. func (x *ReceiveRequest) GetData() []byte {
  202. if x != nil {
  203. return x.Data
  204. }
  205. return make([]byte, 0)
  206. }
  207. func (x *ReceiveRequest) GetWebsocketTag() string {
  208. if x != nil {
  209. return x.WebsocketTag
  210. }
  211. return ""
  212. }
  213. type ReceiveReply struct {
  214. state protoimpl.MessageState
  215. sizeCache protoimpl.SizeCache
  216. unknownFields protoimpl.UnknownFields
  217. }
  218. func (x *ReceiveReply) Reset() {
  219. *x = ReceiveReply{}
  220. if protoimpl.UnsafeEnabled {
  221. mi := &file_online_proto_msgTypes[4]
  222. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  223. ms.StoreMessageInfo(mi)
  224. }
  225. }
  226. func (x *ReceiveReply) String() string {
  227. return protoimpl.X.MessageStringOf(x)
  228. }
  229. func (*ReceiveReply) ProtoMessage() {}
  230. func (x *ReceiveReply) ProtoReflect() protoreflect.Message {
  231. mi := &file_online_proto_msgTypes[4]
  232. if protoimpl.UnsafeEnabled && x != nil {
  233. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  234. if ms.LoadMessageInfo() == nil {
  235. ms.StoreMessageInfo(mi)
  236. }
  237. return ms
  238. }
  239. return mi.MessageOf(x)
  240. }
  241. // Deprecated: Use ReceiveReply.ProtoReflect.Descriptor instead.
  242. func (*ReceiveReply) Descriptor() ([]byte, []int) {
  243. return file_online_proto_rawDescGZIP(), []int{4}
  244. }
  245. type OnlinePersonMessageReply struct {
  246. state protoimpl.MessageState
  247. sizeCache protoimpl.SizeCache
  248. unknownFields protoimpl.UnknownFields
  249. List []*OnlinePersonMessageInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  250. }
  251. func (x *OnlinePersonMessageReply) Reset() {
  252. *x = OnlinePersonMessageReply{}
  253. if protoimpl.UnsafeEnabled {
  254. mi := &file_online_proto_msgTypes[5]
  255. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  256. ms.StoreMessageInfo(mi)
  257. }
  258. }
  259. func (x *OnlinePersonMessageReply) String() string {
  260. return protoimpl.X.MessageStringOf(x)
  261. }
  262. func (*OnlinePersonMessageReply) ProtoMessage() {}
  263. func (x *OnlinePersonMessageReply) ProtoReflect() protoreflect.Message {
  264. mi := &file_online_proto_msgTypes[5]
  265. if protoimpl.UnsafeEnabled && x != nil {
  266. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  267. if ms.LoadMessageInfo() == nil {
  268. ms.StoreMessageInfo(mi)
  269. }
  270. return ms
  271. }
  272. return mi.MessageOf(x)
  273. }
  274. // Deprecated: Use OnlinePersonMessageReply.ProtoReflect.Descriptor instead.
  275. func (*OnlinePersonMessageReply) Descriptor() ([]byte, []int) {
  276. return file_online_proto_rawDescGZIP(), []int{5}
  277. }
  278. func (x *OnlinePersonMessageReply) GetList() []*OnlinePersonMessageInfo {
  279. if x != nil {
  280. return x.List
  281. }
  282. return make([]*OnlinePersonMessageInfo, 0)
  283. }
  284. type OnlinePersonMessageInfo struct {
  285. state protoimpl.MessageState
  286. sizeCache protoimpl.SizeCache
  287. unknownFields protoimpl.UnknownFields
  288. TodayMatchedNum int64 `protobuf:"varint,1,opt,name=todayMatchedNum,proto3" json:"todayMatchedNum"` // 今日被匹配数
  289. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"`
  290. Weight int64 `protobuf:"varint,3,opt,name=weight,proto3" json:"weight"` // 权重
  291. WorkingStatus string `protobuf:"bytes,4,opt,name=workingStatus,proto3" json:"workingStatus"` // 工作状态
  292. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  293. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  294. Province string `protobuf:"bytes,7,opt,name=province,proto3" json:"province"` // 省
  295. City string `protobuf:"bytes,8,opt,name=city,proto3" json:"city"` // 市
  296. }
  297. func (x *OnlinePersonMessageInfo) Reset() {
  298. *x = OnlinePersonMessageInfo{}
  299. if protoimpl.UnsafeEnabled {
  300. mi := &file_online_proto_msgTypes[6]
  301. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  302. ms.StoreMessageInfo(mi)
  303. }
  304. }
  305. func (x *OnlinePersonMessageInfo) String() string {
  306. return protoimpl.X.MessageStringOf(x)
  307. }
  308. func (*OnlinePersonMessageInfo) ProtoMessage() {}
  309. func (x *OnlinePersonMessageInfo) ProtoReflect() protoreflect.Message {
  310. mi := &file_online_proto_msgTypes[6]
  311. if protoimpl.UnsafeEnabled && x != nil {
  312. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  313. if ms.LoadMessageInfo() == nil {
  314. ms.StoreMessageInfo(mi)
  315. }
  316. return ms
  317. }
  318. return mi.MessageOf(x)
  319. }
  320. // Deprecated: Use OnlinePersonMessageInfo.ProtoReflect.Descriptor instead.
  321. func (*OnlinePersonMessageInfo) Descriptor() ([]byte, []int) {
  322. return file_online_proto_rawDescGZIP(), []int{6}
  323. }
  324. func (x *OnlinePersonMessageInfo) GetTodayMatchedNum() int64 {
  325. if x != nil {
  326. return x.TodayMatchedNum
  327. }
  328. return 0
  329. }
  330. func (x *OnlinePersonMessageInfo) GetPersonId() string {
  331. if x != nil {
  332. return x.PersonId
  333. }
  334. return ""
  335. }
  336. func (x *OnlinePersonMessageInfo) GetWeight() int64 {
  337. if x != nil {
  338. return x.Weight
  339. }
  340. return 0
  341. }
  342. func (x *OnlinePersonMessageInfo) GetWorkingStatus() string {
  343. if x != nil {
  344. return x.WorkingStatus
  345. }
  346. return ""
  347. }
  348. func (x *OnlinePersonMessageInfo) GetSex() int64 {
  349. if x != nil {
  350. return x.Sex
  351. }
  352. return 0
  353. }
  354. func (x *OnlinePersonMessageInfo) GetAge() int64 {
  355. if x != nil {
  356. return x.Age
  357. }
  358. return 0
  359. }
  360. func (x *OnlinePersonMessageInfo) GetProvince() string {
  361. if x != nil {
  362. return x.Province
  363. }
  364. return ""
  365. }
  366. func (x *OnlinePersonMessageInfo) GetCity() string {
  367. if x != nil {
  368. return x.City
  369. }
  370. return ""
  371. }
  372. type OnlinePersonReply struct {
  373. state protoimpl.MessageState
  374. sizeCache protoimpl.SizeCache
  375. unknownFields protoimpl.UnknownFields
  376. UserManNum int64 `protobuf:"varint,1,opt,name=userManNum,proto3" json:"userManNum"` // 男用户在线数
  377. UserWomanNum int64 `protobuf:"varint,2,opt,name=userWomanNum,proto3" json:"userWomanNum"` // 女用户在线数
  378. UserOtherNum int64 `protobuf:"varint,3,opt,name=userOtherNum,proto3" json:"userOtherNum"` // 未填写性别的用户在线数
  379. }
  380. func (x *OnlinePersonReply) Reset() {
  381. *x = OnlinePersonReply{}
  382. if protoimpl.UnsafeEnabled {
  383. mi := &file_online_proto_msgTypes[7]
  384. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  385. ms.StoreMessageInfo(mi)
  386. }
  387. }
  388. func (x *OnlinePersonReply) String() string {
  389. return protoimpl.X.MessageStringOf(x)
  390. }
  391. func (*OnlinePersonReply) ProtoMessage() {}
  392. func (x *OnlinePersonReply) ProtoReflect() protoreflect.Message {
  393. mi := &file_online_proto_msgTypes[7]
  394. if protoimpl.UnsafeEnabled && x != nil {
  395. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  396. if ms.LoadMessageInfo() == nil {
  397. ms.StoreMessageInfo(mi)
  398. }
  399. return ms
  400. }
  401. return mi.MessageOf(x)
  402. }
  403. // Deprecated: Use OnlinePersonReply.ProtoReflect.Descriptor instead.
  404. func (*OnlinePersonReply) Descriptor() ([]byte, []int) {
  405. return file_online_proto_rawDescGZIP(), []int{7}
  406. }
  407. func (x *OnlinePersonReply) GetUserManNum() int64 {
  408. if x != nil {
  409. return x.UserManNum
  410. }
  411. return 0
  412. }
  413. func (x *OnlinePersonReply) GetUserWomanNum() int64 {
  414. if x != nil {
  415. return x.UserWomanNum
  416. }
  417. return 0
  418. }
  419. func (x *OnlinePersonReply) GetUserOtherNum() int64 {
  420. if x != nil {
  421. return x.UserOtherNum
  422. }
  423. return 0
  424. }
  425. type CheckIsOnlineRequest struct {
  426. state protoimpl.MessageState
  427. sizeCache protoimpl.SizeCache
  428. unknownFields protoimpl.UnknownFields
  429. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"` // 身份ID
  430. }
  431. func (x *CheckIsOnlineRequest) Reset() {
  432. *x = CheckIsOnlineRequest{}
  433. if protoimpl.UnsafeEnabled {
  434. mi := &file_online_proto_msgTypes[8]
  435. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  436. ms.StoreMessageInfo(mi)
  437. }
  438. }
  439. func (x *CheckIsOnlineRequest) String() string {
  440. return protoimpl.X.MessageStringOf(x)
  441. }
  442. func (*CheckIsOnlineRequest) ProtoMessage() {}
  443. func (x *CheckIsOnlineRequest) ProtoReflect() protoreflect.Message {
  444. mi := &file_online_proto_msgTypes[8]
  445. if protoimpl.UnsafeEnabled && x != nil {
  446. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  447. if ms.LoadMessageInfo() == nil {
  448. ms.StoreMessageInfo(mi)
  449. }
  450. return ms
  451. }
  452. return mi.MessageOf(x)
  453. }
  454. // Deprecated: Use CheckIsOnlineRequest.ProtoReflect.Descriptor instead.
  455. func (*CheckIsOnlineRequest) Descriptor() ([]byte, []int) {
  456. return file_online_proto_rawDescGZIP(), []int{8}
  457. }
  458. func (x *CheckIsOnlineRequest) GetUserId() string {
  459. if x != nil {
  460. return x.UserId
  461. }
  462. return ""
  463. }
  464. type CheckIsOnlineByIDsParam struct {
  465. state protoimpl.MessageState
  466. sizeCache protoimpl.SizeCache
  467. unknownFields protoimpl.UnknownFields
  468. UserIds []string `protobuf:"bytes,1,rep,name=userIds,proto3" json:"userIds"` // 身份ID
  469. }
  470. func (x *CheckIsOnlineByIDsParam) Reset() {
  471. *x = CheckIsOnlineByIDsParam{}
  472. if protoimpl.UnsafeEnabled {
  473. mi := &file_online_proto_msgTypes[9]
  474. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  475. ms.StoreMessageInfo(mi)
  476. }
  477. }
  478. func (x *CheckIsOnlineByIDsParam) String() string {
  479. return protoimpl.X.MessageStringOf(x)
  480. }
  481. func (*CheckIsOnlineByIDsParam) ProtoMessage() {}
  482. func (x *CheckIsOnlineByIDsParam) ProtoReflect() protoreflect.Message {
  483. mi := &file_online_proto_msgTypes[9]
  484. if protoimpl.UnsafeEnabled && x != nil {
  485. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  486. if ms.LoadMessageInfo() == nil {
  487. ms.StoreMessageInfo(mi)
  488. }
  489. return ms
  490. }
  491. return mi.MessageOf(x)
  492. }
  493. // Deprecated: Use CheckIsOnlineByIDsParam.ProtoReflect.Descriptor instead.
  494. func (*CheckIsOnlineByIDsParam) Descriptor() ([]byte, []int) {
  495. return file_online_proto_rawDescGZIP(), []int{9}
  496. }
  497. func (x *CheckIsOnlineByIDsParam) GetUserIds() []string {
  498. if x != nil {
  499. return x.UserIds
  500. }
  501. return make([]string, 0)
  502. }
  503. type CheckIsOnlineReply struct {
  504. state protoimpl.MessageState
  505. sizeCache protoimpl.SizeCache
  506. unknownFields protoimpl.UnknownFields
  507. IsOnline bool `protobuf:"varint,1,opt,name=isOnline,proto3" json:"isOnline"` // 是否在线
  508. }
  509. func (x *CheckIsOnlineReply) Reset() {
  510. *x = CheckIsOnlineReply{}
  511. if protoimpl.UnsafeEnabled {
  512. mi := &file_online_proto_msgTypes[10]
  513. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  514. ms.StoreMessageInfo(mi)
  515. }
  516. }
  517. func (x *CheckIsOnlineReply) String() string {
  518. return protoimpl.X.MessageStringOf(x)
  519. }
  520. func (*CheckIsOnlineReply) ProtoMessage() {}
  521. func (x *CheckIsOnlineReply) ProtoReflect() protoreflect.Message {
  522. mi := &file_online_proto_msgTypes[10]
  523. if protoimpl.UnsafeEnabled && x != nil {
  524. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  525. if ms.LoadMessageInfo() == nil {
  526. ms.StoreMessageInfo(mi)
  527. }
  528. return ms
  529. }
  530. return mi.MessageOf(x)
  531. }
  532. // Deprecated: Use CheckIsOnlineReply.ProtoReflect.Descriptor instead.
  533. func (*CheckIsOnlineReply) Descriptor() ([]byte, []int) {
  534. return file_online_proto_rawDescGZIP(), []int{10}
  535. }
  536. func (x *CheckIsOnlineReply) GetIsOnline() bool {
  537. if x != nil {
  538. return x.IsOnline
  539. }
  540. return false
  541. }
  542. type UpdateWorkingStatusRequest struct {
  543. state protoimpl.MessageState
  544. sizeCache protoimpl.SizeCache
  545. unknownFields protoimpl.UnknownFields
  546. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  547. WorkingStatus string `protobuf:"bytes,2,opt,name=workingStatus,proto3" json:"workingStatus"`
  548. }
  549. func (x *UpdateWorkingStatusRequest) Reset() {
  550. *x = UpdateWorkingStatusRequest{}
  551. if protoimpl.UnsafeEnabled {
  552. mi := &file_online_proto_msgTypes[11]
  553. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  554. ms.StoreMessageInfo(mi)
  555. }
  556. }
  557. func (x *UpdateWorkingStatusRequest) String() string {
  558. return protoimpl.X.MessageStringOf(x)
  559. }
  560. func (*UpdateWorkingStatusRequest) ProtoMessage() {}
  561. func (x *UpdateWorkingStatusRequest) ProtoReflect() protoreflect.Message {
  562. mi := &file_online_proto_msgTypes[11]
  563. if protoimpl.UnsafeEnabled && x != nil {
  564. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  565. if ms.LoadMessageInfo() == nil {
  566. ms.StoreMessageInfo(mi)
  567. }
  568. return ms
  569. }
  570. return mi.MessageOf(x)
  571. }
  572. // Deprecated: Use UpdateWorkingStatusRequest.ProtoReflect.Descriptor instead.
  573. func (*UpdateWorkingStatusRequest) Descriptor() ([]byte, []int) {
  574. return file_online_proto_rawDescGZIP(), []int{11}
  575. }
  576. func (x *UpdateWorkingStatusRequest) GetId() string {
  577. if x != nil {
  578. return x.Id
  579. }
  580. return ""
  581. }
  582. func (x *UpdateWorkingStatusRequest) GetWorkingStatus() string {
  583. if x != nil {
  584. return x.WorkingStatus
  585. }
  586. return ""
  587. }
  588. type UpdateWeightRequest struct {
  589. state protoimpl.MessageState
  590. sizeCache protoimpl.SizeCache
  591. unknownFields protoimpl.UnknownFields
  592. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  593. Weight int64 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight"`
  594. }
  595. func (x *UpdateWeightRequest) Reset() {
  596. *x = UpdateWeightRequest{}
  597. if protoimpl.UnsafeEnabled {
  598. mi := &file_online_proto_msgTypes[12]
  599. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  600. ms.StoreMessageInfo(mi)
  601. }
  602. }
  603. func (x *UpdateWeightRequest) String() string {
  604. return protoimpl.X.MessageStringOf(x)
  605. }
  606. func (*UpdateWeightRequest) ProtoMessage() {}
  607. func (x *UpdateWeightRequest) ProtoReflect() protoreflect.Message {
  608. mi := &file_online_proto_msgTypes[12]
  609. if protoimpl.UnsafeEnabled && x != nil {
  610. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  611. if ms.LoadMessageInfo() == nil {
  612. ms.StoreMessageInfo(mi)
  613. }
  614. return ms
  615. }
  616. return mi.MessageOf(x)
  617. }
  618. // Deprecated: Use UpdateWeightRequest.ProtoReflect.Descriptor instead.
  619. func (*UpdateWeightRequest) Descriptor() ([]byte, []int) {
  620. return file_online_proto_rawDescGZIP(), []int{12}
  621. }
  622. func (x *UpdateWeightRequest) GetId() string {
  623. if x != nil {
  624. return x.Id
  625. }
  626. return ""
  627. }
  628. func (x *UpdateWeightRequest) GetWeight() int64 {
  629. if x != nil {
  630. return x.Weight
  631. }
  632. return 0
  633. }
  634. type UpdateTodayMatchedNumRequest struct {
  635. state protoimpl.MessageState
  636. sizeCache protoimpl.SizeCache
  637. unknownFields protoimpl.UnknownFields
  638. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  639. TodayMatchedNum int64 `protobuf:"varint,2,opt,name=todayMatchedNum,proto3" json:"todayMatchedNum"`
  640. }
  641. func (x *UpdateTodayMatchedNumRequest) Reset() {
  642. *x = UpdateTodayMatchedNumRequest{}
  643. if protoimpl.UnsafeEnabled {
  644. mi := &file_online_proto_msgTypes[13]
  645. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  646. ms.StoreMessageInfo(mi)
  647. }
  648. }
  649. func (x *UpdateTodayMatchedNumRequest) String() string {
  650. return protoimpl.X.MessageStringOf(x)
  651. }
  652. func (*UpdateTodayMatchedNumRequest) ProtoMessage() {}
  653. func (x *UpdateTodayMatchedNumRequest) ProtoReflect() protoreflect.Message {
  654. mi := &file_online_proto_msgTypes[13]
  655. if protoimpl.UnsafeEnabled && x != nil {
  656. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  657. if ms.LoadMessageInfo() == nil {
  658. ms.StoreMessageInfo(mi)
  659. }
  660. return ms
  661. }
  662. return mi.MessageOf(x)
  663. }
  664. // Deprecated: Use UpdateTodayMatchedNumRequest.ProtoReflect.Descriptor instead.
  665. func (*UpdateTodayMatchedNumRequest) Descriptor() ([]byte, []int) {
  666. return file_online_proto_rawDescGZIP(), []int{13}
  667. }
  668. func (x *UpdateTodayMatchedNumRequest) GetId() string {
  669. if x != nil {
  670. return x.Id
  671. }
  672. return ""
  673. }
  674. func (x *UpdateTodayMatchedNumRequest) GetTodayMatchedNum() int64 {
  675. if x != nil {
  676. return x.TodayMatchedNum
  677. }
  678. return 0
  679. }
  680. type SendMsgRequest struct {
  681. state protoimpl.MessageState
  682. sizeCache protoimpl.SizeCache
  683. unknownFields protoimpl.UnknownFields
  684. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  685. Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method"`
  686. Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data"`
  687. Code int32 `protobuf:"varint,4,opt,name=code,proto3" json:"code"`
  688. Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message"`
  689. WebsocketTag string `protobuf:"bytes,6,opt,name=websocketTag,proto3" json:"websocketTag"`
  690. }
  691. func (x *SendMsgRequest) Reset() {
  692. *x = SendMsgRequest{}
  693. if protoimpl.UnsafeEnabled {
  694. mi := &file_online_proto_msgTypes[14]
  695. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  696. ms.StoreMessageInfo(mi)
  697. }
  698. }
  699. func (x *SendMsgRequest) String() string {
  700. return protoimpl.X.MessageStringOf(x)
  701. }
  702. func (*SendMsgRequest) ProtoMessage() {}
  703. func (x *SendMsgRequest) ProtoReflect() protoreflect.Message {
  704. mi := &file_online_proto_msgTypes[14]
  705. if protoimpl.UnsafeEnabled && x != nil {
  706. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  707. if ms.LoadMessageInfo() == nil {
  708. ms.StoreMessageInfo(mi)
  709. }
  710. return ms
  711. }
  712. return mi.MessageOf(x)
  713. }
  714. // Deprecated: Use SendMsgRequest.ProtoReflect.Descriptor instead.
  715. func (*SendMsgRequest) Descriptor() ([]byte, []int) {
  716. return file_online_proto_rawDescGZIP(), []int{14}
  717. }
  718. func (x *SendMsgRequest) GetId() string {
  719. if x != nil {
  720. return x.Id
  721. }
  722. return ""
  723. }
  724. func (x *SendMsgRequest) GetMethod() string {
  725. if x != nil {
  726. return x.Method
  727. }
  728. return ""
  729. }
  730. func (x *SendMsgRequest) GetData() []byte {
  731. if x != nil {
  732. return x.Data
  733. }
  734. return make([]byte, 0)
  735. }
  736. func (x *SendMsgRequest) GetCode() int32 {
  737. if x != nil {
  738. return x.Code
  739. }
  740. return 0
  741. }
  742. func (x *SendMsgRequest) GetMessage() string {
  743. if x != nil {
  744. return x.Message
  745. }
  746. return ""
  747. }
  748. func (x *SendMsgRequest) GetWebsocketTag() string {
  749. if x != nil {
  750. return x.WebsocketTag
  751. }
  752. return ""
  753. }
  754. type SendMsgReply struct {
  755. state protoimpl.MessageState
  756. sizeCache protoimpl.SizeCache
  757. unknownFields protoimpl.UnknownFields
  758. }
  759. func (x *SendMsgReply) Reset() {
  760. *x = SendMsgReply{}
  761. if protoimpl.UnsafeEnabled {
  762. mi := &file_online_proto_msgTypes[15]
  763. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  764. ms.StoreMessageInfo(mi)
  765. }
  766. }
  767. func (x *SendMsgReply) String() string {
  768. return protoimpl.X.MessageStringOf(x)
  769. }
  770. func (*SendMsgReply) ProtoMessage() {}
  771. func (x *SendMsgReply) ProtoReflect() protoreflect.Message {
  772. mi := &file_online_proto_msgTypes[15]
  773. if protoimpl.UnsafeEnabled && x != nil {
  774. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  775. if ms.LoadMessageInfo() == nil {
  776. ms.StoreMessageInfo(mi)
  777. }
  778. return ms
  779. }
  780. return mi.MessageOf(x)
  781. }
  782. // Deprecated: Use SendMsgReply.ProtoReflect.Descriptor instead.
  783. func (*SendMsgReply) Descriptor() ([]byte, []int) {
  784. return file_online_proto_rawDescGZIP(), []int{15}
  785. }
  786. var File_online_proto protoreflect.FileDescriptor
  787. var file_online_proto_rawDesc = []byte{
  788. 0x0a, 0x0c, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a,
  789. 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67,
  790. 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  791. 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  792. 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e,
  793. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  794. 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x72,
  795. 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66,
  796. 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  797. 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x07, 0x6d, 0x65, 0x73,
  798. 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69,
  799. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  800. 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54,
  801. 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79,
  802. 0x70, 0x65, 0x22, 0x46, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x74, 0x49, 0x73, 0x52, 0x65, 0x61, 0x64,
  803. 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49,
  804. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
  805. 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
  806. 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x26, 0x0a, 0x0c, 0x47, 0x6f,
  807. 0x74, 0x6f, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f,
  808. 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
  809. 0x49, 0x64, 0x22, 0x60, 0x0a, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71,
  810. 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01,
  811. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x12, 0x0a, 0x04,
  812. 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
  813. 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67,
  814. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65,
  815. 0x74, 0x54, 0x61, 0x67, 0x22, 0x0e, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52,
  816. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x53, 0x0a, 0x18, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65,
  817. 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  818. 0x12, 0x37, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23,
  819. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x4f, 0x6e, 0x6c, 0x69,
  820. 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49,
  821. 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xf1, 0x01, 0x0a, 0x17, 0x4f, 0x6e,
  822. 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  823. 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61,
  824. 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f,
  825. 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  826. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  827. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x77,
  828. 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x77, 0x65, 0x69,
  829. 0x67, 0x68, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x74,
  830. 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x77, 0x6f, 0x72, 0x6b,
  831. 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
  832. 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61,
  833. 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a,
  834. 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
  835. 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74,
  836. 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x22, 0x7b, 0x0a,
  837. 0x11, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x70,
  838. 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x6e, 0x4e, 0x75, 0x6d,
  839. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x6e, 0x4e,
  840. 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x57, 0x6f, 0x6d, 0x61, 0x6e, 0x4e,
  841. 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x57, 0x6f,
  842. 0x6d, 0x61, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x4f, 0x74,
  843. 0x68, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x75, 0x73,
  844. 0x65, 0x72, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x22, 0x2e, 0x0a, 0x14, 0x43, 0x68,
  845. 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  846. 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
  847. 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x33, 0x0a, 0x17, 0x43, 0x68,
  848. 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x79, 0x49, 0x44, 0x73,
  849. 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73,
  850. 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x22,
  851. 0x30, 0x0a, 0x12, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  852. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
  853. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e,
  854. 0x65, 0x22, 0x52, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x69,
  855. 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  856. 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12,
  857. 0x24, 0x0a, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
  858. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x53,
  859. 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3d, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57,
  860. 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02,
  861. 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06,
  862. 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x77, 0x65,
  863. 0x69, 0x67, 0x68, 0x74, 0x22, 0x58, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x6f,
  864. 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x52, 0x65, 0x71,
  865. 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  866. 0x52, 0x02, 0x69, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74,
  867. 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x74,
  868. 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x22, 0x9e,
  869. 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  870. 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
  871. 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  872. 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74,
  873. 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a,
  874. 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64,
  875. 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01,
  876. 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x77,
  877. 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28,
  878. 0x09, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67, 0x22,
  879. 0x0e, 0x0a, 0x0c, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x32,
  880. 0xe1, 0x06, 0x0a, 0x06, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x5f, 0x0a, 0x07, 0x52, 0x65,
  881. 0x63, 0x65, 0x69, 0x76, 0x65, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69,
  882. 0x6e, 0x65, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  883. 0x74, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x52,
  884. 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1e, 0x82, 0xd3, 0xe4,
  885. 0x93, 0x02, 0x18, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  886. 0x2f, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x3a, 0x01, 0x2a, 0x12, 0x41, 0x0a, 0x07, 0x53,
  887. 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c,
  888. 0x69, 0x6e, 0x65, 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65,
  889. 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e,
  890. 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x53,
  891. 0x0a, 0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x12,
  892. 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x43, 0x68, 0x65,
  893. 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  894. 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x43,
  895. 0x68, 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c,
  896. 0x79, 0x22, 0x00, 0x12, 0x60, 0x0a, 0x12, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e,
  897. 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x79, 0x49, 0x44, 0x73, 0x12, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  898. 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x73, 0x4f, 0x6e,
  899. 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x79, 0x49, 0x44, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x23,
  900. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x43, 0x68, 0x65, 0x63,
  901. 0x6b, 0x49, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x79, 0x49, 0x44, 0x73, 0x50, 0x61,
  902. 0x72, 0x61, 0x6d, 0x22, 0x00, 0x12, 0x50, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c,
  903. 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  904. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  905. 0x79, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x4f,
  906. 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  907. 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5b, 0x0a, 0x1b, 0x46, 0x69, 0x6e, 0x64, 0x4f,
  908. 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x61, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67,
  909. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  910. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x24,
  911. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x4f, 0x6e, 0x6c, 0x69,
  912. 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  913. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69,
  914. 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x2e, 0x67, 0x6f,
  915. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  916. 0x70, 0x74, 0x79, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
  917. 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x70,
  918. 0x6c, 0x79, 0x12, 0x57, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b,
  919. 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  920. 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72,
  921. 0x6b, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  922. 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  923. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x0c, 0x55,
  924. 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1f, 0x2e, 0x61, 0x70,
  925. 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57,
  926. 0x65, 0x69, 0x67, 0x68, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67,
  927. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  928. 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x5b, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  929. 0x54, 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  930. 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64,
  931. 0x61, 0x74, 0x65, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x4e,
  932. 0x75, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
  933. 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74,
  934. 0x79, 0x22, 0x00, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x6f, 0x6e, 0x6c, 0x69, 0x6e,
  935. 0x65, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e,
  936. 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72,
  937. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x6e, 0x6c, 0x69, 0x6e,
  938. 0x65, 0x3b, 0x6f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  939. }
  940. var (
  941. file_online_proto_rawDescOnce sync.Once
  942. file_online_proto_rawDescData = file_online_proto_rawDesc
  943. )
  944. func file_online_proto_rawDescGZIP() []byte {
  945. file_online_proto_rawDescOnce.Do(func() {
  946. file_online_proto_rawDescData = protoimpl.X.CompressGZIP(file_online_proto_rawDescData)
  947. })
  948. return file_online_proto_rawDescData
  949. }
  950. var file_online_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
  951. var file_online_proto_goTypes = []interface{}{
  952. (*SendMessageInfo)(nil), // 0: api.online.SendMessageInfo
  953. (*ChatIsReadInfo)(nil), // 1: api.online.ChatIsReadInfo
  954. (*GotoRoomInfo)(nil), // 2: api.online.GotoRoomInfo
  955. (*ReceiveRequest)(nil), // 3: api.online.ReceiveRequest
  956. (*ReceiveReply)(nil), // 4: api.online.ReceiveReply
  957. (*OnlinePersonMessageReply)(nil), // 5: api.online.OnlinePersonMessageReply
  958. (*OnlinePersonMessageInfo)(nil), // 6: api.online.OnlinePersonMessageInfo
  959. (*OnlinePersonReply)(nil), // 7: api.online.OnlinePersonReply
  960. (*CheckIsOnlineRequest)(nil), // 8: api.online.CheckIsOnlineRequest
  961. (*CheckIsOnlineByIDsParam)(nil), // 9: api.online.CheckIsOnlineByIDsParam
  962. (*CheckIsOnlineReply)(nil), // 10: api.online.CheckIsOnlineReply
  963. (*UpdateWorkingStatusRequest)(nil), // 11: api.online.UpdateWorkingStatusRequest
  964. (*UpdateWeightRequest)(nil), // 12: api.online.UpdateWeightRequest
  965. (*UpdateTodayMatchedNumRequest)(nil), // 13: api.online.UpdateTodayMatchedNumRequest
  966. (*SendMsgRequest)(nil), // 14: api.online.SendMsgRequest
  967. (*SendMsgReply)(nil), // 15: api.online.SendMsgReply
  968. (*common.Message)(nil), // 16: api.common.Message
  969. (*emptypb.Empty)(nil), // 17: google.protobuf.Empty
  970. }
  971. var file_online_proto_depIdxs = []int32{
  972. 16, // 0: api.online.SendMessageInfo.message:type_name -> api.common.Message
  973. 6, // 1: api.online.OnlinePersonMessageReply.list:type_name -> api.online.OnlinePersonMessageInfo
  974. 3, // 2: api.online.Online.Receive:input_type -> api.online.ReceiveRequest
  975. 14, // 3: api.online.Online.SendMsg:input_type -> api.online.SendMsgRequest
  976. 8, // 4: api.online.Online.CheckIsOnline:input_type -> api.online.CheckIsOnlineRequest
  977. 9, // 5: api.online.Online.CheckIsOnlineByIDs:input_type -> api.online.CheckIsOnlineByIDsParam
  978. 17, // 6: api.online.Online.FindOnlinePerson:input_type -> google.protobuf.Empty
  979. 17, // 7: api.online.Online.FindOnlineCanMatchingPerson:input_type -> google.protobuf.Empty
  980. 17, // 8: api.online.Online.FindOnlinePersonNum:input_type -> google.protobuf.Empty
  981. 11, // 9: api.online.Online.UpdateWorkingStatus:input_type -> api.online.UpdateWorkingStatusRequest
  982. 12, // 10: api.online.Online.UpdateWeight:input_type -> api.online.UpdateWeightRequest
  983. 13, // 11: api.online.Online.UpdateTodayMatchedNum:input_type -> api.online.UpdateTodayMatchedNumRequest
  984. 4, // 12: api.online.Online.Receive:output_type -> api.online.ReceiveReply
  985. 15, // 13: api.online.Online.SendMsg:output_type -> api.online.SendMsgReply
  986. 10, // 14: api.online.Online.CheckIsOnline:output_type -> api.online.CheckIsOnlineReply
  987. 9, // 15: api.online.Online.CheckIsOnlineByIDs:output_type -> api.online.CheckIsOnlineByIDsParam
  988. 5, // 16: api.online.Online.FindOnlinePerson:output_type -> api.online.OnlinePersonMessageReply
  989. 5, // 17: api.online.Online.FindOnlineCanMatchingPerson:output_type -> api.online.OnlinePersonMessageReply
  990. 7, // 18: api.online.Online.FindOnlinePersonNum:output_type -> api.online.OnlinePersonReply
  991. 17, // 19: api.online.Online.UpdateWorkingStatus:output_type -> google.protobuf.Empty
  992. 17, // 20: api.online.Online.UpdateWeight:output_type -> google.protobuf.Empty
  993. 17, // 21: api.online.Online.UpdateTodayMatchedNum:output_type -> google.protobuf.Empty
  994. 12, // [12:22] is the sub-list for method output_type
  995. 2, // [2:12] is the sub-list for method input_type
  996. 2, // [2:2] is the sub-list for extension type_name
  997. 2, // [2:2] is the sub-list for extension extendee
  998. 0, // [0:2] is the sub-list for field type_name
  999. }
  1000. func init() { file_online_proto_init() }
  1001. func file_online_proto_init() {
  1002. if File_online_proto != nil {
  1003. return
  1004. }
  1005. if !protoimpl.UnsafeEnabled {
  1006. file_online_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1007. switch v := v.(*SendMessageInfo); i {
  1008. case 0:
  1009. return &v.state
  1010. case 1:
  1011. return &v.sizeCache
  1012. case 2:
  1013. return &v.unknownFields
  1014. default:
  1015. return nil
  1016. }
  1017. }
  1018. file_online_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1019. switch v := v.(*ChatIsReadInfo); i {
  1020. case 0:
  1021. return &v.state
  1022. case 1:
  1023. return &v.sizeCache
  1024. case 2:
  1025. return &v.unknownFields
  1026. default:
  1027. return nil
  1028. }
  1029. }
  1030. file_online_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1031. switch v := v.(*GotoRoomInfo); i {
  1032. case 0:
  1033. return &v.state
  1034. case 1:
  1035. return &v.sizeCache
  1036. case 2:
  1037. return &v.unknownFields
  1038. default:
  1039. return nil
  1040. }
  1041. }
  1042. file_online_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1043. switch v := v.(*ReceiveRequest); i {
  1044. case 0:
  1045. return &v.state
  1046. case 1:
  1047. return &v.sizeCache
  1048. case 2:
  1049. return &v.unknownFields
  1050. default:
  1051. return nil
  1052. }
  1053. }
  1054. file_online_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1055. switch v := v.(*ReceiveReply); i {
  1056. case 0:
  1057. return &v.state
  1058. case 1:
  1059. return &v.sizeCache
  1060. case 2:
  1061. return &v.unknownFields
  1062. default:
  1063. return nil
  1064. }
  1065. }
  1066. file_online_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1067. switch v := v.(*OnlinePersonMessageReply); i {
  1068. case 0:
  1069. return &v.state
  1070. case 1:
  1071. return &v.sizeCache
  1072. case 2:
  1073. return &v.unknownFields
  1074. default:
  1075. return nil
  1076. }
  1077. }
  1078. file_online_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1079. switch v := v.(*OnlinePersonMessageInfo); i {
  1080. case 0:
  1081. return &v.state
  1082. case 1:
  1083. return &v.sizeCache
  1084. case 2:
  1085. return &v.unknownFields
  1086. default:
  1087. return nil
  1088. }
  1089. }
  1090. file_online_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1091. switch v := v.(*OnlinePersonReply); i {
  1092. case 0:
  1093. return &v.state
  1094. case 1:
  1095. return &v.sizeCache
  1096. case 2:
  1097. return &v.unknownFields
  1098. default:
  1099. return nil
  1100. }
  1101. }
  1102. file_online_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1103. switch v := v.(*CheckIsOnlineRequest); i {
  1104. case 0:
  1105. return &v.state
  1106. case 1:
  1107. return &v.sizeCache
  1108. case 2:
  1109. return &v.unknownFields
  1110. default:
  1111. return nil
  1112. }
  1113. }
  1114. file_online_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1115. switch v := v.(*CheckIsOnlineByIDsParam); i {
  1116. case 0:
  1117. return &v.state
  1118. case 1:
  1119. return &v.sizeCache
  1120. case 2:
  1121. return &v.unknownFields
  1122. default:
  1123. return nil
  1124. }
  1125. }
  1126. file_online_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1127. switch v := v.(*CheckIsOnlineReply); i {
  1128. case 0:
  1129. return &v.state
  1130. case 1:
  1131. return &v.sizeCache
  1132. case 2:
  1133. return &v.unknownFields
  1134. default:
  1135. return nil
  1136. }
  1137. }
  1138. file_online_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1139. switch v := v.(*UpdateWorkingStatusRequest); i {
  1140. case 0:
  1141. return &v.state
  1142. case 1:
  1143. return &v.sizeCache
  1144. case 2:
  1145. return &v.unknownFields
  1146. default:
  1147. return nil
  1148. }
  1149. }
  1150. file_online_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1151. switch v := v.(*UpdateWeightRequest); i {
  1152. case 0:
  1153. return &v.state
  1154. case 1:
  1155. return &v.sizeCache
  1156. case 2:
  1157. return &v.unknownFields
  1158. default:
  1159. return nil
  1160. }
  1161. }
  1162. file_online_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1163. switch v := v.(*UpdateTodayMatchedNumRequest); i {
  1164. case 0:
  1165. return &v.state
  1166. case 1:
  1167. return &v.sizeCache
  1168. case 2:
  1169. return &v.unknownFields
  1170. default:
  1171. return nil
  1172. }
  1173. }
  1174. file_online_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1175. switch v := v.(*SendMsgRequest); i {
  1176. case 0:
  1177. return &v.state
  1178. case 1:
  1179. return &v.sizeCache
  1180. case 2:
  1181. return &v.unknownFields
  1182. default:
  1183. return nil
  1184. }
  1185. }
  1186. file_online_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1187. switch v := v.(*SendMsgReply); i {
  1188. case 0:
  1189. return &v.state
  1190. case 1:
  1191. return &v.sizeCache
  1192. case 2:
  1193. return &v.unknownFields
  1194. default:
  1195. return nil
  1196. }
  1197. }
  1198. }
  1199. type x struct{}
  1200. out := protoimpl.TypeBuilder{
  1201. File: protoimpl.DescBuilder{
  1202. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1203. RawDescriptor: file_online_proto_rawDesc,
  1204. NumEnums: 0,
  1205. NumMessages: 16,
  1206. NumExtensions: 0,
  1207. NumServices: 1,
  1208. },
  1209. GoTypes: file_online_proto_goTypes,
  1210. DependencyIndexes: file_online_proto_depIdxs,
  1211. MessageInfos: file_online_proto_msgTypes,
  1212. }.Build()
  1213. File_online_proto = out.File
  1214. file_online_proto_rawDesc = nil
  1215. file_online_proto_goTypes = nil
  1216. file_online_proto_depIdxs = nil
  1217. }