statistics.pb.go 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: statistics.proto
  6. package statistics
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  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 AddTodayProfitRequest struct {
  22. state protoimpl.MessageState
  23. sizeCache protoimpl.SizeCache
  24. unknownFields protoimpl.UnknownFields
  25. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 接待者的ID
  26. Profit int64 `protobuf:"varint,2,opt,name=profit,proto3" json:"profit"` // 收益
  27. }
  28. func (x *AddTodayProfitRequest) Reset() {
  29. *x = AddTodayProfitRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_statistics_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *AddTodayProfitRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*AddTodayProfitRequest) ProtoMessage() {}
  40. func (x *AddTodayProfitRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_statistics_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use AddTodayProfitRequest.ProtoReflect.Descriptor instead.
  52. func (*AddTodayProfitRequest) Descriptor() ([]byte, []int) {
  53. return file_statistics_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *AddTodayProfitRequest) GetPersonID() string {
  56. if x != nil {
  57. return x.PersonID
  58. }
  59. return ""
  60. }
  61. func (x *AddTodayProfitRequest) GetProfit() int64 {
  62. if x != nil {
  63. return x.Profit
  64. }
  65. return 0
  66. }
  67. type GetLookAndLikeStatisticsMessageRequest struct {
  68. state protoimpl.MessageState
  69. sizeCache protoimpl.SizeCache
  70. unknownFields protoimpl.UnknownFields
  71. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  72. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  73. IsSelf bool `protobuf:"varint,3,opt,name=isSelf,proto3" json:"isSelf"`
  74. }
  75. func (x *GetLookAndLikeStatisticsMessageRequest) Reset() {
  76. *x = GetLookAndLikeStatisticsMessageRequest{}
  77. if protoimpl.UnsafeEnabled {
  78. mi := &file_statistics_proto_msgTypes[1]
  79. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  80. ms.StoreMessageInfo(mi)
  81. }
  82. }
  83. func (x *GetLookAndLikeStatisticsMessageRequest) String() string {
  84. return protoimpl.X.MessageStringOf(x)
  85. }
  86. func (*GetLookAndLikeStatisticsMessageRequest) ProtoMessage() {}
  87. func (x *GetLookAndLikeStatisticsMessageRequest) ProtoReflect() protoreflect.Message {
  88. mi := &file_statistics_proto_msgTypes[1]
  89. if protoimpl.UnsafeEnabled && x != nil {
  90. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  91. if ms.LoadMessageInfo() == nil {
  92. ms.StoreMessageInfo(mi)
  93. }
  94. return ms
  95. }
  96. return mi.MessageOf(x)
  97. }
  98. // Deprecated: Use GetLookAndLikeStatisticsMessageRequest.ProtoReflect.Descriptor instead.
  99. func (*GetLookAndLikeStatisticsMessageRequest) Descriptor() ([]byte, []int) {
  100. return file_statistics_proto_rawDescGZIP(), []int{1}
  101. }
  102. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonID() string {
  103. if x != nil {
  104. return x.PersonID
  105. }
  106. return ""
  107. }
  108. func (x *GetLookAndLikeStatisticsMessageRequest) GetPersonType() string {
  109. if x != nil {
  110. return x.PersonType
  111. }
  112. return ""
  113. }
  114. func (x *GetLookAndLikeStatisticsMessageRequest) GetIsSelf() bool {
  115. if x != nil {
  116. return x.IsSelf
  117. }
  118. return false
  119. }
  120. type ReceptionMsg struct {
  121. state protoimpl.MessageState
  122. sizeCache protoimpl.SizeCache
  123. unknownFields protoimpl.UnknownFields
  124. TodayReceptionNum int64 `protobuf:"varint,1,opt,name=todayReceptionNum,proto3" json:"todayReceptionNum"` //今日接待人数
  125. }
  126. func (x *ReceptionMsg) Reset() {
  127. *x = ReceptionMsg{}
  128. if protoimpl.UnsafeEnabled {
  129. mi := &file_statistics_proto_msgTypes[2]
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. ms.StoreMessageInfo(mi)
  132. }
  133. }
  134. func (x *ReceptionMsg) String() string {
  135. return protoimpl.X.MessageStringOf(x)
  136. }
  137. func (*ReceptionMsg) ProtoMessage() {}
  138. func (x *ReceptionMsg) ProtoReflect() protoreflect.Message {
  139. mi := &file_statistics_proto_msgTypes[2]
  140. if protoimpl.UnsafeEnabled && x != nil {
  141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  142. if ms.LoadMessageInfo() == nil {
  143. ms.StoreMessageInfo(mi)
  144. }
  145. return ms
  146. }
  147. return mi.MessageOf(x)
  148. }
  149. // Deprecated: Use ReceptionMsg.ProtoReflect.Descriptor instead.
  150. func (*ReceptionMsg) Descriptor() ([]byte, []int) {
  151. return file_statistics_proto_rawDescGZIP(), []int{2}
  152. }
  153. func (x *ReceptionMsg) GetTodayReceptionNum() int64 {
  154. if x != nil {
  155. return x.TodayReceptionNum
  156. }
  157. return 0
  158. }
  159. type TodayProfitMsg struct {
  160. state protoimpl.MessageState
  161. sizeCache protoimpl.SizeCache
  162. unknownFields protoimpl.UnknownFields
  163. TodayProfit int64 `protobuf:"varint,1,opt,name=todayProfit,proto3" json:"todayProfit"` // 今日收益
  164. }
  165. func (x *TodayProfitMsg) Reset() {
  166. *x = TodayProfitMsg{}
  167. if protoimpl.UnsafeEnabled {
  168. mi := &file_statistics_proto_msgTypes[3]
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. ms.StoreMessageInfo(mi)
  171. }
  172. }
  173. func (x *TodayProfitMsg) String() string {
  174. return protoimpl.X.MessageStringOf(x)
  175. }
  176. func (*TodayProfitMsg) ProtoMessage() {}
  177. func (x *TodayProfitMsg) ProtoReflect() protoreflect.Message {
  178. mi := &file_statistics_proto_msgTypes[3]
  179. if protoimpl.UnsafeEnabled && x != nil {
  180. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  181. if ms.LoadMessageInfo() == nil {
  182. ms.StoreMessageInfo(mi)
  183. }
  184. return ms
  185. }
  186. return mi.MessageOf(x)
  187. }
  188. // Deprecated: Use TodayProfitMsg.ProtoReflect.Descriptor instead.
  189. func (*TodayProfitMsg) Descriptor() ([]byte, []int) {
  190. return file_statistics_proto_rawDescGZIP(), []int{3}
  191. }
  192. func (x *TodayProfitMsg) GetTodayProfit() int64 {
  193. if x != nil {
  194. return x.TodayProfit
  195. }
  196. return 0
  197. }
  198. type LookAndLikeListReply struct {
  199. state protoimpl.MessageState
  200. sizeCache protoimpl.SizeCache
  201. unknownFields protoimpl.UnknownFields
  202. List []*LookAndLikeListInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  203. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  204. }
  205. func (x *LookAndLikeListReply) Reset() {
  206. *x = LookAndLikeListReply{}
  207. if protoimpl.UnsafeEnabled {
  208. mi := &file_statistics_proto_msgTypes[4]
  209. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  210. ms.StoreMessageInfo(mi)
  211. }
  212. }
  213. func (x *LookAndLikeListReply) String() string {
  214. return protoimpl.X.MessageStringOf(x)
  215. }
  216. func (*LookAndLikeListReply) ProtoMessage() {}
  217. func (x *LookAndLikeListReply) ProtoReflect() protoreflect.Message {
  218. mi := &file_statistics_proto_msgTypes[4]
  219. if protoimpl.UnsafeEnabled && x != nil {
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. if ms.LoadMessageInfo() == nil {
  222. ms.StoreMessageInfo(mi)
  223. }
  224. return ms
  225. }
  226. return mi.MessageOf(x)
  227. }
  228. // Deprecated: Use LookAndLikeListReply.ProtoReflect.Descriptor instead.
  229. func (*LookAndLikeListReply) Descriptor() ([]byte, []int) {
  230. return file_statistics_proto_rawDescGZIP(), []int{4}
  231. }
  232. func (x *LookAndLikeListReply) GetList() []*LookAndLikeListInfo {
  233. if x != nil {
  234. return x.List
  235. }
  236. return nil
  237. }
  238. func (x *LookAndLikeListReply) GetNextId() int64 {
  239. if x != nil {
  240. return x.NextId
  241. }
  242. return 0
  243. }
  244. type LookAndLikeListInfo struct {
  245. state protoimpl.MessageState
  246. sizeCache protoimpl.SizeCache
  247. unknownFields protoimpl.UnknownFields
  248. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // 被查看的列表中的人的ID
  249. Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"` // 类型
  250. Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname"` // 昵称
  251. AvatarUrl string `protobuf:"bytes,4,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  252. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  253. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  254. Constellation string `protobuf:"bytes,7,opt,name=constellation,proto3" json:"constellation"` // 星座
  255. LastLookTime int64 `protobuf:"varint,8,opt,name=lastLookTime,proto3" json:"lastLookTime"` // 上次访问时间
  256. IsHavePicture bool `protobuf:"varint,10,opt,name=isHavePicture,proto3" json:"isHavePicture"` // 是否有图片
  257. IsHaveVoice bool `protobuf:"varint,11,opt,name=isHaveVoice,proto3" json:"isHaveVoice"` // 是否有语音
  258. IsLock bool `protobuf:"varint,12,opt,name=isLock,proto3" json:"isLock"` // 是否锁住信息
  259. City string `protobuf:"bytes,13,opt,name=city,proto3" json:"city"` // 市
  260. IsRead bool `protobuf:"varint,14,opt,name=isRead,proto3" json:"isRead"` // 是否已读
  261. }
  262. func (x *LookAndLikeListInfo) Reset() {
  263. *x = LookAndLikeListInfo{}
  264. if protoimpl.UnsafeEnabled {
  265. mi := &file_statistics_proto_msgTypes[5]
  266. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  267. ms.StoreMessageInfo(mi)
  268. }
  269. }
  270. func (x *LookAndLikeListInfo) String() string {
  271. return protoimpl.X.MessageStringOf(x)
  272. }
  273. func (*LookAndLikeListInfo) ProtoMessage() {}
  274. func (x *LookAndLikeListInfo) ProtoReflect() protoreflect.Message {
  275. mi := &file_statistics_proto_msgTypes[5]
  276. if protoimpl.UnsafeEnabled && x != nil {
  277. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  278. if ms.LoadMessageInfo() == nil {
  279. ms.StoreMessageInfo(mi)
  280. }
  281. return ms
  282. }
  283. return mi.MessageOf(x)
  284. }
  285. // Deprecated: Use LookAndLikeListInfo.ProtoReflect.Descriptor instead.
  286. func (*LookAndLikeListInfo) Descriptor() ([]byte, []int) {
  287. return file_statistics_proto_rawDescGZIP(), []int{5}
  288. }
  289. func (x *LookAndLikeListInfo) GetId() string {
  290. if x != nil {
  291. return x.Id
  292. }
  293. return ""
  294. }
  295. func (x *LookAndLikeListInfo) GetType() string {
  296. if x != nil {
  297. return x.Type
  298. }
  299. return ""
  300. }
  301. func (x *LookAndLikeListInfo) GetNickname() string {
  302. if x != nil {
  303. return x.Nickname
  304. }
  305. return ""
  306. }
  307. func (x *LookAndLikeListInfo) GetAvatarUrl() string {
  308. if x != nil {
  309. return x.AvatarUrl
  310. }
  311. return ""
  312. }
  313. func (x *LookAndLikeListInfo) GetSex() int64 {
  314. if x != nil {
  315. return x.Sex
  316. }
  317. return 0
  318. }
  319. func (x *LookAndLikeListInfo) GetAge() int64 {
  320. if x != nil {
  321. return x.Age
  322. }
  323. return 0
  324. }
  325. func (x *LookAndLikeListInfo) GetConstellation() string {
  326. if x != nil {
  327. return x.Constellation
  328. }
  329. return ""
  330. }
  331. func (x *LookAndLikeListInfo) GetLastLookTime() int64 {
  332. if x != nil {
  333. return x.LastLookTime
  334. }
  335. return 0
  336. }
  337. func (x *LookAndLikeListInfo) GetIsHavePicture() bool {
  338. if x != nil {
  339. return x.IsHavePicture
  340. }
  341. return false
  342. }
  343. func (x *LookAndLikeListInfo) GetIsHaveVoice() bool {
  344. if x != nil {
  345. return x.IsHaveVoice
  346. }
  347. return false
  348. }
  349. func (x *LookAndLikeListInfo) GetIsLock() bool {
  350. if x != nil {
  351. return x.IsLock
  352. }
  353. return false
  354. }
  355. func (x *LookAndLikeListInfo) GetCity() string {
  356. if x != nil {
  357. return x.City
  358. }
  359. return ""
  360. }
  361. func (x *LookAndLikeListInfo) GetIsRead() bool {
  362. if x != nil {
  363. return x.IsRead
  364. }
  365. return false
  366. }
  367. type GetLookAndLikeListRequest struct {
  368. state protoimpl.MessageState
  369. sizeCache protoimpl.SizeCache
  370. unknownFields protoimpl.UnknownFields
  371. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  372. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  373. NextId int64 `protobuf:"varint,3,opt,name=nextId,proto3" json:"nextId"`
  374. Offset int64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset"`
  375. }
  376. func (x *GetLookAndLikeListRequest) Reset() {
  377. *x = GetLookAndLikeListRequest{}
  378. if protoimpl.UnsafeEnabled {
  379. mi := &file_statistics_proto_msgTypes[6]
  380. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  381. ms.StoreMessageInfo(mi)
  382. }
  383. }
  384. func (x *GetLookAndLikeListRequest) String() string {
  385. return protoimpl.X.MessageStringOf(x)
  386. }
  387. func (*GetLookAndLikeListRequest) ProtoMessage() {}
  388. func (x *GetLookAndLikeListRequest) ProtoReflect() protoreflect.Message {
  389. mi := &file_statistics_proto_msgTypes[6]
  390. if protoimpl.UnsafeEnabled && x != nil {
  391. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  392. if ms.LoadMessageInfo() == nil {
  393. ms.StoreMessageInfo(mi)
  394. }
  395. return ms
  396. }
  397. return mi.MessageOf(x)
  398. }
  399. // Deprecated: Use GetLookAndLikeListRequest.ProtoReflect.Descriptor instead.
  400. func (*GetLookAndLikeListRequest) Descriptor() ([]byte, []int) {
  401. return file_statistics_proto_rawDescGZIP(), []int{6}
  402. }
  403. func (x *GetLookAndLikeListRequest) GetPersonID() string {
  404. if x != nil {
  405. return x.PersonID
  406. }
  407. return ""
  408. }
  409. func (x *GetLookAndLikeListRequest) GetPersonType() string {
  410. if x != nil {
  411. return x.PersonType
  412. }
  413. return ""
  414. }
  415. func (x *GetLookAndLikeListRequest) GetNextId() int64 {
  416. if x != nil {
  417. return x.NextId
  418. }
  419. return 0
  420. }
  421. func (x *GetLookAndLikeListRequest) GetOffset() int64 {
  422. if x != nil {
  423. return x.Offset
  424. }
  425. return 0
  426. }
  427. type LookAndLikeMessageReply struct {
  428. state protoimpl.MessageState
  429. sizeCache protoimpl.SizeCache
  430. unknownFields protoimpl.UnknownFields
  431. LikeNum int64 `protobuf:"varint,1,opt,name=likeNum,proto3" json:"likeNum"` // 我喜欢
  432. LikedNum int64 `protobuf:"varint,2,opt,name=likedNum,proto3" json:"likedNum"` // 喜欢我
  433. LikedUnreadNum int64 `protobuf:"varint,3,opt,name=likedUnreadNum,proto3" json:"likedUnreadNum"` // 喜欢我的未读数
  434. LookNum int64 `protobuf:"varint,4,opt,name=lookNum,proto3" json:"lookNum"` // 看过我
  435. LookUnreadNum int64 `protobuf:"varint,5,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 看过我的未读数
  436. AvatarUrlList []string `protobuf:"bytes,6,rep,name=avatarUrlList,proto3" json:"avatarUrlList"` // 头像列表
  437. }
  438. func (x *LookAndLikeMessageReply) Reset() {
  439. *x = LookAndLikeMessageReply{}
  440. if protoimpl.UnsafeEnabled {
  441. mi := &file_statistics_proto_msgTypes[7]
  442. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  443. ms.StoreMessageInfo(mi)
  444. }
  445. }
  446. func (x *LookAndLikeMessageReply) String() string {
  447. return protoimpl.X.MessageStringOf(x)
  448. }
  449. func (*LookAndLikeMessageReply) ProtoMessage() {}
  450. func (x *LookAndLikeMessageReply) ProtoReflect() protoreflect.Message {
  451. mi := &file_statistics_proto_msgTypes[7]
  452. if protoimpl.UnsafeEnabled && x != nil {
  453. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  454. if ms.LoadMessageInfo() == nil {
  455. ms.StoreMessageInfo(mi)
  456. }
  457. return ms
  458. }
  459. return mi.MessageOf(x)
  460. }
  461. // Deprecated: Use LookAndLikeMessageReply.ProtoReflect.Descriptor instead.
  462. func (*LookAndLikeMessageReply) Descriptor() ([]byte, []int) {
  463. return file_statistics_proto_rawDescGZIP(), []int{7}
  464. }
  465. func (x *LookAndLikeMessageReply) GetLikeNum() int64 {
  466. if x != nil {
  467. return x.LikeNum
  468. }
  469. return 0
  470. }
  471. func (x *LookAndLikeMessageReply) GetLikedNum() int64 {
  472. if x != nil {
  473. return x.LikedNum
  474. }
  475. return 0
  476. }
  477. func (x *LookAndLikeMessageReply) GetLikedUnreadNum() int64 {
  478. if x != nil {
  479. return x.LikedUnreadNum
  480. }
  481. return 0
  482. }
  483. func (x *LookAndLikeMessageReply) GetLookNum() int64 {
  484. if x != nil {
  485. return x.LookNum
  486. }
  487. return 0
  488. }
  489. func (x *LookAndLikeMessageReply) GetLookUnreadNum() int64 {
  490. if x != nil {
  491. return x.LookUnreadNum
  492. }
  493. return 0
  494. }
  495. func (x *LookAndLikeMessageReply) GetAvatarUrlList() []string {
  496. if x != nil {
  497. return x.AvatarUrlList
  498. }
  499. return nil
  500. }
  501. type LookMessageReply struct {
  502. state protoimpl.MessageState
  503. sizeCache protoimpl.SizeCache
  504. unknownFields protoimpl.UnknownFields
  505. LookNum int64 `protobuf:"varint,1,opt,name=lookNum,proto3" json:"lookNum"`
  506. LookUnreadNum int64 `protobuf:"varint,2,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"`
  507. TodayLookNum int64 `protobuf:"varint,3,opt,name=todayLookNum,proto3" json:"todayLookNum"`
  508. }
  509. func (x *LookMessageReply) Reset() {
  510. *x = LookMessageReply{}
  511. if protoimpl.UnsafeEnabled {
  512. mi := &file_statistics_proto_msgTypes[8]
  513. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  514. ms.StoreMessageInfo(mi)
  515. }
  516. }
  517. func (x *LookMessageReply) String() string {
  518. return protoimpl.X.MessageStringOf(x)
  519. }
  520. func (*LookMessageReply) ProtoMessage() {}
  521. func (x *LookMessageReply) ProtoReflect() protoreflect.Message {
  522. mi := &file_statistics_proto_msgTypes[8]
  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 LookMessageReply.ProtoReflect.Descriptor instead.
  533. func (*LookMessageReply) Descriptor() ([]byte, []int) {
  534. return file_statistics_proto_rawDescGZIP(), []int{8}
  535. }
  536. func (x *LookMessageReply) GetLookNum() int64 {
  537. if x != nil {
  538. return x.LookNum
  539. }
  540. return 0
  541. }
  542. func (x *LookMessageReply) GetLookUnreadNum() int64 {
  543. if x != nil {
  544. return x.LookUnreadNum
  545. }
  546. return 0
  547. }
  548. func (x *LookMessageReply) GetTodayLookNum() int64 {
  549. if x != nil {
  550. return x.TodayLookNum
  551. }
  552. return 0
  553. }
  554. type PersonMessage struct {
  555. state protoimpl.MessageState
  556. sizeCache protoimpl.SizeCache
  557. unknownFields protoimpl.UnknownFields
  558. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 关注者、浏览者的ID
  559. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 关注者、浏览者的类型
  560. BePersonID string `protobuf:"bytes,3,opt,name=bePersonID,proto3" json:"bePersonID"` // 被关注者、被浏览者的ID
  561. BePersonType string `protobuf:"bytes,4,opt,name=bePersonType,proto3" json:"bePersonType"` // 被关注者、被浏览者的类型
  562. }
  563. func (x *PersonMessage) Reset() {
  564. *x = PersonMessage{}
  565. if protoimpl.UnsafeEnabled {
  566. mi := &file_statistics_proto_msgTypes[9]
  567. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  568. ms.StoreMessageInfo(mi)
  569. }
  570. }
  571. func (x *PersonMessage) String() string {
  572. return protoimpl.X.MessageStringOf(x)
  573. }
  574. func (*PersonMessage) ProtoMessage() {}
  575. func (x *PersonMessage) ProtoReflect() protoreflect.Message {
  576. mi := &file_statistics_proto_msgTypes[9]
  577. if protoimpl.UnsafeEnabled && x != nil {
  578. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  579. if ms.LoadMessageInfo() == nil {
  580. ms.StoreMessageInfo(mi)
  581. }
  582. return ms
  583. }
  584. return mi.MessageOf(x)
  585. }
  586. // Deprecated: Use PersonMessage.ProtoReflect.Descriptor instead.
  587. func (*PersonMessage) Descriptor() ([]byte, []int) {
  588. return file_statistics_proto_rawDescGZIP(), []int{9}
  589. }
  590. func (x *PersonMessage) GetPersonID() string {
  591. if x != nil {
  592. return x.PersonID
  593. }
  594. return ""
  595. }
  596. func (x *PersonMessage) GetPersonType() string {
  597. if x != nil {
  598. return x.PersonType
  599. }
  600. return ""
  601. }
  602. func (x *PersonMessage) GetBePersonID() string {
  603. if x != nil {
  604. return x.BePersonID
  605. }
  606. return ""
  607. }
  608. func (x *PersonMessage) GetBePersonType() string {
  609. if x != nil {
  610. return x.BePersonType
  611. }
  612. return ""
  613. }
  614. type ReceptionMessage struct {
  615. state protoimpl.MessageState
  616. sizeCache protoimpl.SizeCache
  617. unknownFields protoimpl.UnknownFields
  618. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 接待者的ID
  619. BePersonID string `protobuf:"bytes,2,opt,name=bePersonID,proto3" json:"bePersonID"` // 被接待者的ID
  620. Profit int64 `protobuf:"varint,3,opt,name=profit,proto3" json:"profit"` // 收益
  621. }
  622. func (x *ReceptionMessage) Reset() {
  623. *x = ReceptionMessage{}
  624. if protoimpl.UnsafeEnabled {
  625. mi := &file_statistics_proto_msgTypes[10]
  626. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  627. ms.StoreMessageInfo(mi)
  628. }
  629. }
  630. func (x *ReceptionMessage) String() string {
  631. return protoimpl.X.MessageStringOf(x)
  632. }
  633. func (*ReceptionMessage) ProtoMessage() {}
  634. func (x *ReceptionMessage) ProtoReflect() protoreflect.Message {
  635. mi := &file_statistics_proto_msgTypes[10]
  636. if protoimpl.UnsafeEnabled && x != nil {
  637. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  638. if ms.LoadMessageInfo() == nil {
  639. ms.StoreMessageInfo(mi)
  640. }
  641. return ms
  642. }
  643. return mi.MessageOf(x)
  644. }
  645. // Deprecated: Use ReceptionMessage.ProtoReflect.Descriptor instead.
  646. func (*ReceptionMessage) Descriptor() ([]byte, []int) {
  647. return file_statistics_proto_rawDescGZIP(), []int{10}
  648. }
  649. func (x *ReceptionMessage) GetPersonID() string {
  650. if x != nil {
  651. return x.PersonID
  652. }
  653. return ""
  654. }
  655. func (x *ReceptionMessage) GetBePersonID() string {
  656. if x != nil {
  657. return x.BePersonID
  658. }
  659. return ""
  660. }
  661. func (x *ReceptionMessage) GetProfit() int64 {
  662. if x != nil {
  663. return x.Profit
  664. }
  665. return 0
  666. }
  667. var File_statistics_proto protoreflect.FileDescriptor
  668. var file_statistics_proto_rawDesc = []byte{
  669. 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f,
  670. 0x74, 0x6f, 0x12, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  671. 0x63, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  672. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  673. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  674. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4b, 0x0a, 0x15, 0x41, 0x64, 0x64, 0x54,
  675. 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  676. 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20,
  677. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x16, 0x0a,
  678. 0x06, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70,
  679. 0x72, 0x6f, 0x66, 0x69, 0x74, 0x22, 0x7c, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b,
  680. 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  681. 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  682. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28,
  683. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  684. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  685. 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69,
  686. 0x73, 0x53, 0x65, 0x6c, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x53,
  687. 0x65, 0x6c, 0x66, 0x22, 0x3c, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  688. 0x4d, 0x73, 0x67, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65,
  689. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11,
  690. 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75,
  691. 0x6d, 0x22, 0x32, 0x0a, 0x0e, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  692. 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66,
  693. 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50,
  694. 0x72, 0x6f, 0x66, 0x69, 0x74, 0x22, 0x67, 0x0a, 0x14, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64,
  695. 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37, 0x0a,
  696. 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61, 0x70,
  697. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f,
  698. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f,
  699. 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  700. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xed,
  701. 0x02, 0x0a, 0x13, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69,
  702. 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  703. 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
  704. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69,
  705. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
  706. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  707. 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
  708. 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28,
  709. 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20,
  710. 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73,
  711. 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
  712. 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22,
  713. 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08,
  714. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69,
  715. 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x50, 0x69, 0x63, 0x74,
  716. 0x75, 0x72, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76,
  717. 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x48, 0x61,
  718. 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69,
  719. 0x73, 0x48, 0x61, 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73,
  720. 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f,
  721. 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
  722. 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64,
  723. 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x22, 0x87,
  724. 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b,
  725. 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08,
  726. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  727. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73,
  728. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65,
  729. 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74,
  730. 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  731. 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
  732. 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0xdd, 0x01, 0x0a, 0x17, 0x4c, 0x6f, 0x6f,
  733. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  734. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x18,
  735. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a,
  736. 0x0a, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
  737. 0x52, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x69,
  738. 0x6b, 0x65, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01,
  739. 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e,
  740. 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20,
  741. 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d,
  742. 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20,
  743. 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e,
  744. 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x4c,
  745. 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61,
  746. 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x76, 0x0a, 0x10, 0x4c, 0x6f, 0x6f, 0x6b,
  747. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07,
  748. 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c,
  749. 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e,
  750. 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c,
  751. 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c,
  752. 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01,
  753. 0x28, 0x03, 0x52, 0x0c, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d,
  754. 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  755. 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01,
  756. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e,
  757. 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
  758. 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e,
  759. 0x0a, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01,
  760. 0x28, 0x09, 0x52, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x22,
  761. 0x0a, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04,
  762. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79,
  763. 0x70, 0x65, 0x22, 0x66, 0x0a, 0x10, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
  764. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  765. 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  766. 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44,
  767. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  768. 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01,
  769. 0x28, 0x03, 0x52, 0x06, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x32, 0xbd, 0x0a, 0x0a, 0x0a, 0x53,
  770. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x43, 0x0a, 0x0a, 0x4c, 0x6f, 0x6f,
  771. 0x6b, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74,
  772. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d,
  773. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  774. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x43,
  775. 0x0a, 0x0a, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61,
  776. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65,
  777. 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
  778. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
  779. 0x70, 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0c, 0x55, 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72,
  780. 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  781. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  782. 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  783. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x82, 0x01, 0x0a, 0x1f, 0x47,
  784. 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61,
  785. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x36,
  786. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  787. 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74,
  788. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  789. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  790. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c,
  791. 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  792. 0x55, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73,
  793. 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70,
  794. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50,
  795. 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69,
  796. 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  797. 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65,
  798. 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e,
  799. 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50,
  800. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67,
  801. 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
  802. 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4c, 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x4c, 0x69,
  803. 0x6b, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70,
  804. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72,
  805. 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  806. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  807. 0x74, 0x79, 0x12, 0x49, 0x0a, 0x10, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x6f, 0x6f, 0x6b,
  808. 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  809. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65,
  810. 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  811. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x5f, 0x0a,
  812. 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e,
  813. 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47,
  814. 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73,
  815. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  816. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  817. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f,
  818. 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29,
  819. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  820. 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69,
  821. 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  822. 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  823. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  824. 0x60, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74,
  825. 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  826. 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65,
  827. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70,
  828. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f,
  829. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c,
  830. 0x79, 0x12, 0x4b, 0x0a, 0x0f, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65,
  831. 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69,
  832. 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
  833. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  834. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4f,
  835. 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  836. 0x12, 0x25, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  837. 0x73, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  838. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  839. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12,
  840. 0x4b, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
  841. 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  842. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1c,
  843. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  844. 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x4c, 0x0a, 0x0e,
  845. 0x47, 0x65, 0x74, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x12, 0x1a,
  846. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74,
  847. 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69,
  848. 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x54, 0x6f, 0x64, 0x61,
  849. 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x47, 0x65,
  850. 0x74, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74,
  851. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d,
  852. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  853. 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x42, 0x4f, 0x0a, 0x0e, 0x61, 0x70,
  854. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x50, 0x01, 0x5a, 0x3b,
  855. 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73,
  856. 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  857. 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  858. 0x3b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f,
  859. 0x74, 0x6f, 0x33,
  860. }
  861. var (
  862. file_statistics_proto_rawDescOnce sync.Once
  863. file_statistics_proto_rawDescData = file_statistics_proto_rawDesc
  864. )
  865. func file_statistics_proto_rawDescGZIP() []byte {
  866. file_statistics_proto_rawDescOnce.Do(func() {
  867. file_statistics_proto_rawDescData = protoimpl.X.CompressGZIP(file_statistics_proto_rawDescData)
  868. })
  869. return file_statistics_proto_rawDescData
  870. }
  871. var file_statistics_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  872. var file_statistics_proto_goTypes = []interface{}{
  873. (*AddTodayProfitRequest)(nil), // 0: api.statistics.AddTodayProfitRequest
  874. (*GetLookAndLikeStatisticsMessageRequest)(nil), // 1: api.statistics.GetLookAndLikeStatisticsMessageRequest
  875. (*ReceptionMsg)(nil), // 2: api.statistics.ReceptionMsg
  876. (*TodayProfitMsg)(nil), // 3: api.statistics.TodayProfitMsg
  877. (*LookAndLikeListReply)(nil), // 4: api.statistics.LookAndLikeListReply
  878. (*LookAndLikeListInfo)(nil), // 5: api.statistics.LookAndLikeListInfo
  879. (*GetLookAndLikeListRequest)(nil), // 6: api.statistics.GetLookAndLikeListRequest
  880. (*LookAndLikeMessageReply)(nil), // 7: api.statistics.LookAndLikeMessageReply
  881. (*LookMessageReply)(nil), // 8: api.statistics.LookMessageReply
  882. (*PersonMessage)(nil), // 9: api.statistics.PersonMessage
  883. (*ReceptionMessage)(nil), // 10: api.statistics.ReceptionMessage
  884. (*common.PersonParam)(nil), // 11: api.common.PersonParam
  885. (*common.PartnerIDParam)(nil), // 12: api.common.PartnerIDParam
  886. (*emptypb.Empty)(nil), // 13: google.protobuf.Empty
  887. (*common.IsLike)(nil), // 14: api.common.IsLike
  888. }
  889. var file_statistics_proto_depIdxs = []int32{
  890. 5, // 0: api.statistics.LookAndLikeListReply.list:type_name -> api.statistics.LookAndLikeListInfo
  891. 9, // 1: api.statistics.Statistics.LookPerson:input_type -> api.statistics.PersonMessage
  892. 9, // 2: api.statistics.Statistics.LikePerson:input_type -> api.statistics.PersonMessage
  893. 9, // 3: api.statistics.Statistics.UnLikePerson:input_type -> api.statistics.PersonMessage
  894. 1, // 4: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:input_type -> api.statistics.GetLookAndLikeStatisticsMessageRequest
  895. 11, // 5: api.statistics.Statistics.GetLookStatisticsMessage:input_type -> api.common.PersonParam
  896. 9, // 6: api.statistics.Statistics.ReduceLookUnreadNum:input_type -> api.statistics.PersonMessage
  897. 9, // 7: api.statistics.Statistics.ReduceLikeUnreadNum:input_type -> api.statistics.PersonMessage
  898. 9, // 8: api.statistics.Statistics.UnlockLookRecord:input_type -> api.statistics.PersonMessage
  899. 6, // 9: api.statistics.Statistics.FindLookList:input_type -> api.statistics.GetLookAndLikeListRequest
  900. 6, // 10: api.statistics.Statistics.FindLikeList:input_type -> api.statistics.GetLookAndLikeListRequest
  901. 6, // 11: api.statistics.Statistics.FindLikedList:input_type -> api.statistics.GetLookAndLikeListRequest
  902. 10, // 12: api.statistics.Statistics.ReceptionPerson:input_type -> api.statistics.ReceptionMessage
  903. 0, // 13: api.statistics.Statistics.AddTodayProfit:input_type -> api.statistics.AddTodayProfitRequest
  904. 12, // 14: api.statistics.Statistics.GetReceptionMsg:input_type -> api.common.PartnerIDParam
  905. 12, // 15: api.statistics.Statistics.GetTodayProfit:input_type -> api.common.PartnerIDParam
  906. 9, // 16: api.statistics.Statistics.GetIsLike:input_type -> api.statistics.PersonMessage
  907. 13, // 17: api.statistics.Statistics.LookPerson:output_type -> google.protobuf.Empty
  908. 13, // 18: api.statistics.Statistics.LikePerson:output_type -> google.protobuf.Empty
  909. 13, // 19: api.statistics.Statistics.UnLikePerson:output_type -> google.protobuf.Empty
  910. 7, // 20: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
  911. 8, // 21: api.statistics.Statistics.GetLookStatisticsMessage:output_type -> api.statistics.LookMessageReply
  912. 13, // 22: api.statistics.Statistics.ReduceLookUnreadNum:output_type -> google.protobuf.Empty
  913. 13, // 23: api.statistics.Statistics.ReduceLikeUnreadNum:output_type -> google.protobuf.Empty
  914. 13, // 24: api.statistics.Statistics.UnlockLookRecord:output_type -> google.protobuf.Empty
  915. 4, // 25: api.statistics.Statistics.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  916. 4, // 26: api.statistics.Statistics.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
  917. 4, // 27: api.statistics.Statistics.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
  918. 13, // 28: api.statistics.Statistics.ReceptionPerson:output_type -> google.protobuf.Empty
  919. 13, // 29: api.statistics.Statistics.AddTodayProfit:output_type -> google.protobuf.Empty
  920. 2, // 30: api.statistics.Statistics.GetReceptionMsg:output_type -> api.statistics.ReceptionMsg
  921. 3, // 31: api.statistics.Statistics.GetTodayProfit:output_type -> api.statistics.TodayProfitMsg
  922. 14, // 32: api.statistics.Statistics.GetIsLike:output_type -> api.common.IsLike
  923. 17, // [17:33] is the sub-list for method output_type
  924. 1, // [1:17] is the sub-list for method input_type
  925. 1, // [1:1] is the sub-list for extension type_name
  926. 1, // [1:1] is the sub-list for extension extendee
  927. 0, // [0:1] is the sub-list for field type_name
  928. }
  929. func init() { file_statistics_proto_init() }
  930. func file_statistics_proto_init() {
  931. if File_statistics_proto != nil {
  932. return
  933. }
  934. if !protoimpl.UnsafeEnabled {
  935. file_statistics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  936. switch v := v.(*AddTodayProfitRequest); i {
  937. case 0:
  938. return &v.state
  939. case 1:
  940. return &v.sizeCache
  941. case 2:
  942. return &v.unknownFields
  943. default:
  944. return nil
  945. }
  946. }
  947. file_statistics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  948. switch v := v.(*GetLookAndLikeStatisticsMessageRequest); i {
  949. case 0:
  950. return &v.state
  951. case 1:
  952. return &v.sizeCache
  953. case 2:
  954. return &v.unknownFields
  955. default:
  956. return nil
  957. }
  958. }
  959. file_statistics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  960. switch v := v.(*ReceptionMsg); i {
  961. case 0:
  962. return &v.state
  963. case 1:
  964. return &v.sizeCache
  965. case 2:
  966. return &v.unknownFields
  967. default:
  968. return nil
  969. }
  970. }
  971. file_statistics_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  972. switch v := v.(*TodayProfitMsg); i {
  973. case 0:
  974. return &v.state
  975. case 1:
  976. return &v.sizeCache
  977. case 2:
  978. return &v.unknownFields
  979. default:
  980. return nil
  981. }
  982. }
  983. file_statistics_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  984. switch v := v.(*LookAndLikeListReply); i {
  985. case 0:
  986. return &v.state
  987. case 1:
  988. return &v.sizeCache
  989. case 2:
  990. return &v.unknownFields
  991. default:
  992. return nil
  993. }
  994. }
  995. file_statistics_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  996. switch v := v.(*LookAndLikeListInfo); i {
  997. case 0:
  998. return &v.state
  999. case 1:
  1000. return &v.sizeCache
  1001. case 2:
  1002. return &v.unknownFields
  1003. default:
  1004. return nil
  1005. }
  1006. }
  1007. file_statistics_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1008. switch v := v.(*GetLookAndLikeListRequest); i {
  1009. case 0:
  1010. return &v.state
  1011. case 1:
  1012. return &v.sizeCache
  1013. case 2:
  1014. return &v.unknownFields
  1015. default:
  1016. return nil
  1017. }
  1018. }
  1019. file_statistics_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1020. switch v := v.(*LookAndLikeMessageReply); i {
  1021. case 0:
  1022. return &v.state
  1023. case 1:
  1024. return &v.sizeCache
  1025. case 2:
  1026. return &v.unknownFields
  1027. default:
  1028. return nil
  1029. }
  1030. }
  1031. file_statistics_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1032. switch v := v.(*LookMessageReply); i {
  1033. case 0:
  1034. return &v.state
  1035. case 1:
  1036. return &v.sizeCache
  1037. case 2:
  1038. return &v.unknownFields
  1039. default:
  1040. return nil
  1041. }
  1042. }
  1043. file_statistics_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1044. switch v := v.(*PersonMessage); i {
  1045. case 0:
  1046. return &v.state
  1047. case 1:
  1048. return &v.sizeCache
  1049. case 2:
  1050. return &v.unknownFields
  1051. default:
  1052. return nil
  1053. }
  1054. }
  1055. file_statistics_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1056. switch v := v.(*ReceptionMessage); i {
  1057. case 0:
  1058. return &v.state
  1059. case 1:
  1060. return &v.sizeCache
  1061. case 2:
  1062. return &v.unknownFields
  1063. default:
  1064. return nil
  1065. }
  1066. }
  1067. }
  1068. type x struct{}
  1069. out := protoimpl.TypeBuilder{
  1070. File: protoimpl.DescBuilder{
  1071. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1072. RawDescriptor: file_statistics_proto_rawDesc,
  1073. NumEnums: 0,
  1074. NumMessages: 11,
  1075. NumExtensions: 0,
  1076. NumServices: 1,
  1077. },
  1078. GoTypes: file_statistics_proto_goTypes,
  1079. DependencyIndexes: file_statistics_proto_depIdxs,
  1080. MessageInfos: file_statistics_proto_msgTypes,
  1081. }.Build()
  1082. File_statistics_proto = out.File
  1083. file_statistics_proto_rawDesc = nil
  1084. file_statistics_proto_goTypes = nil
  1085. file_statistics_proto_depIdxs = nil
  1086. }