online.pb.go 38 KB

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