statistics.pb.go 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  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. }
  261. func (x *LookAndLikeListInfo) Reset() {
  262. *x = LookAndLikeListInfo{}
  263. if protoimpl.UnsafeEnabled {
  264. mi := &file_statistics_proto_msgTypes[5]
  265. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  266. ms.StoreMessageInfo(mi)
  267. }
  268. }
  269. func (x *LookAndLikeListInfo) String() string {
  270. return protoimpl.X.MessageStringOf(x)
  271. }
  272. func (*LookAndLikeListInfo) ProtoMessage() {}
  273. func (x *LookAndLikeListInfo) ProtoReflect() protoreflect.Message {
  274. mi := &file_statistics_proto_msgTypes[5]
  275. if protoimpl.UnsafeEnabled && x != nil {
  276. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  277. if ms.LoadMessageInfo() == nil {
  278. ms.StoreMessageInfo(mi)
  279. }
  280. return ms
  281. }
  282. return mi.MessageOf(x)
  283. }
  284. // Deprecated: Use LookAndLikeListInfo.ProtoReflect.Descriptor instead.
  285. func (*LookAndLikeListInfo) Descriptor() ([]byte, []int) {
  286. return file_statistics_proto_rawDescGZIP(), []int{5}
  287. }
  288. func (x *LookAndLikeListInfo) GetId() string {
  289. if x != nil {
  290. return x.Id
  291. }
  292. return ""
  293. }
  294. func (x *LookAndLikeListInfo) GetType() string {
  295. if x != nil {
  296. return x.Type
  297. }
  298. return ""
  299. }
  300. func (x *LookAndLikeListInfo) GetNickname() string {
  301. if x != nil {
  302. return x.Nickname
  303. }
  304. return ""
  305. }
  306. func (x *LookAndLikeListInfo) GetAvatarUrl() string {
  307. if x != nil {
  308. return x.AvatarUrl
  309. }
  310. return ""
  311. }
  312. func (x *LookAndLikeListInfo) GetSex() int64 {
  313. if x != nil {
  314. return x.Sex
  315. }
  316. return 0
  317. }
  318. func (x *LookAndLikeListInfo) GetAge() int64 {
  319. if x != nil {
  320. return x.Age
  321. }
  322. return 0
  323. }
  324. func (x *LookAndLikeListInfo) GetConstellation() string {
  325. if x != nil {
  326. return x.Constellation
  327. }
  328. return ""
  329. }
  330. func (x *LookAndLikeListInfo) GetLastLookTime() int64 {
  331. if x != nil {
  332. return x.LastLookTime
  333. }
  334. return 0
  335. }
  336. func (x *LookAndLikeListInfo) GetIsHavePicture() bool {
  337. if x != nil {
  338. return x.IsHavePicture
  339. }
  340. return false
  341. }
  342. func (x *LookAndLikeListInfo) GetIsHaveVoice() bool {
  343. if x != nil {
  344. return x.IsHaveVoice
  345. }
  346. return false
  347. }
  348. func (x *LookAndLikeListInfo) GetIsLock() bool {
  349. if x != nil {
  350. return x.IsLock
  351. }
  352. return false
  353. }
  354. func (x *LookAndLikeListInfo) GetCity() string {
  355. if x != nil {
  356. return x.City
  357. }
  358. return ""
  359. }
  360. type GetLookAndLikeListRequest struct {
  361. state protoimpl.MessageState
  362. sizeCache protoimpl.SizeCache
  363. unknownFields protoimpl.UnknownFields
  364. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  365. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  366. NextId int64 `protobuf:"varint,3,opt,name=nextId,proto3" json:"nextId"`
  367. Offset int64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset"`
  368. }
  369. func (x *GetLookAndLikeListRequest) Reset() {
  370. *x = GetLookAndLikeListRequest{}
  371. if protoimpl.UnsafeEnabled {
  372. mi := &file_statistics_proto_msgTypes[6]
  373. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  374. ms.StoreMessageInfo(mi)
  375. }
  376. }
  377. func (x *GetLookAndLikeListRequest) String() string {
  378. return protoimpl.X.MessageStringOf(x)
  379. }
  380. func (*GetLookAndLikeListRequest) ProtoMessage() {}
  381. func (x *GetLookAndLikeListRequest) ProtoReflect() protoreflect.Message {
  382. mi := &file_statistics_proto_msgTypes[6]
  383. if protoimpl.UnsafeEnabled && x != nil {
  384. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  385. if ms.LoadMessageInfo() == nil {
  386. ms.StoreMessageInfo(mi)
  387. }
  388. return ms
  389. }
  390. return mi.MessageOf(x)
  391. }
  392. // Deprecated: Use GetLookAndLikeListRequest.ProtoReflect.Descriptor instead.
  393. func (*GetLookAndLikeListRequest) Descriptor() ([]byte, []int) {
  394. return file_statistics_proto_rawDescGZIP(), []int{6}
  395. }
  396. func (x *GetLookAndLikeListRequest) GetPersonID() string {
  397. if x != nil {
  398. return x.PersonID
  399. }
  400. return ""
  401. }
  402. func (x *GetLookAndLikeListRequest) GetPersonType() string {
  403. if x != nil {
  404. return x.PersonType
  405. }
  406. return ""
  407. }
  408. func (x *GetLookAndLikeListRequest) GetNextId() int64 {
  409. if x != nil {
  410. return x.NextId
  411. }
  412. return 0
  413. }
  414. func (x *GetLookAndLikeListRequest) GetOffset() int64 {
  415. if x != nil {
  416. return x.Offset
  417. }
  418. return 0
  419. }
  420. type LookAndLikeMessageReply struct {
  421. state protoimpl.MessageState
  422. sizeCache protoimpl.SizeCache
  423. unknownFields protoimpl.UnknownFields
  424. LikeNum int64 `protobuf:"varint,1,opt,name=likeNum,proto3" json:"likeNum"` // 我喜欢
  425. LikedNum int64 `protobuf:"varint,2,opt,name=likedNum,proto3" json:"likedNum"` // 喜欢我
  426. LikedUnreadNum int64 `protobuf:"varint,3,opt,name=likedUnreadNum,proto3" json:"likedUnreadNum"` // 喜欢我的未读数
  427. LookNum int64 `protobuf:"varint,4,opt,name=lookNum,proto3" json:"lookNum"` // 看过我
  428. LookUnreadNum int64 `protobuf:"varint,5,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 看过我的未读数
  429. AvatarUrlList []string `protobuf:"bytes,6,rep,name=avatarUrlList,proto3" json:"avatarUrlList"` // 头像列表
  430. }
  431. func (x *LookAndLikeMessageReply) Reset() {
  432. *x = LookAndLikeMessageReply{}
  433. if protoimpl.UnsafeEnabled {
  434. mi := &file_statistics_proto_msgTypes[7]
  435. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  436. ms.StoreMessageInfo(mi)
  437. }
  438. }
  439. func (x *LookAndLikeMessageReply) String() string {
  440. return protoimpl.X.MessageStringOf(x)
  441. }
  442. func (*LookAndLikeMessageReply) ProtoMessage() {}
  443. func (x *LookAndLikeMessageReply) ProtoReflect() protoreflect.Message {
  444. mi := &file_statistics_proto_msgTypes[7]
  445. if protoimpl.UnsafeEnabled && x != nil {
  446. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  447. if ms.LoadMessageInfo() == nil {
  448. ms.StoreMessageInfo(mi)
  449. }
  450. return ms
  451. }
  452. return mi.MessageOf(x)
  453. }
  454. // Deprecated: Use LookAndLikeMessageReply.ProtoReflect.Descriptor instead.
  455. func (*LookAndLikeMessageReply) Descriptor() ([]byte, []int) {
  456. return file_statistics_proto_rawDescGZIP(), []int{7}
  457. }
  458. func (x *LookAndLikeMessageReply) GetLikeNum() int64 {
  459. if x != nil {
  460. return x.LikeNum
  461. }
  462. return 0
  463. }
  464. func (x *LookAndLikeMessageReply) GetLikedNum() int64 {
  465. if x != nil {
  466. return x.LikedNum
  467. }
  468. return 0
  469. }
  470. func (x *LookAndLikeMessageReply) GetLikedUnreadNum() int64 {
  471. if x != nil {
  472. return x.LikedUnreadNum
  473. }
  474. return 0
  475. }
  476. func (x *LookAndLikeMessageReply) GetLookNum() int64 {
  477. if x != nil {
  478. return x.LookNum
  479. }
  480. return 0
  481. }
  482. func (x *LookAndLikeMessageReply) GetLookUnreadNum() int64 {
  483. if x != nil {
  484. return x.LookUnreadNum
  485. }
  486. return 0
  487. }
  488. func (x *LookAndLikeMessageReply) GetAvatarUrlList() []string {
  489. if x != nil {
  490. return x.AvatarUrlList
  491. }
  492. return nil
  493. }
  494. type LookMessageReply struct {
  495. state protoimpl.MessageState
  496. sizeCache protoimpl.SizeCache
  497. unknownFields protoimpl.UnknownFields
  498. LookNum int64 `protobuf:"varint,1,opt,name=lookNum,proto3" json:"lookNum"`
  499. LookUnreadNum int64 `protobuf:"varint,2,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"`
  500. TodayLookNum int64 `protobuf:"varint,3,opt,name=todayLookNum,proto3" json:"todayLookNum"`
  501. }
  502. func (x *LookMessageReply) Reset() {
  503. *x = LookMessageReply{}
  504. if protoimpl.UnsafeEnabled {
  505. mi := &file_statistics_proto_msgTypes[8]
  506. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  507. ms.StoreMessageInfo(mi)
  508. }
  509. }
  510. func (x *LookMessageReply) String() string {
  511. return protoimpl.X.MessageStringOf(x)
  512. }
  513. func (*LookMessageReply) ProtoMessage() {}
  514. func (x *LookMessageReply) ProtoReflect() protoreflect.Message {
  515. mi := &file_statistics_proto_msgTypes[8]
  516. if protoimpl.UnsafeEnabled && x != nil {
  517. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  518. if ms.LoadMessageInfo() == nil {
  519. ms.StoreMessageInfo(mi)
  520. }
  521. return ms
  522. }
  523. return mi.MessageOf(x)
  524. }
  525. // Deprecated: Use LookMessageReply.ProtoReflect.Descriptor instead.
  526. func (*LookMessageReply) Descriptor() ([]byte, []int) {
  527. return file_statistics_proto_rawDescGZIP(), []int{8}
  528. }
  529. func (x *LookMessageReply) GetLookNum() int64 {
  530. if x != nil {
  531. return x.LookNum
  532. }
  533. return 0
  534. }
  535. func (x *LookMessageReply) GetLookUnreadNum() int64 {
  536. if x != nil {
  537. return x.LookUnreadNum
  538. }
  539. return 0
  540. }
  541. func (x *LookMessageReply) GetTodayLookNum() int64 {
  542. if x != nil {
  543. return x.TodayLookNum
  544. }
  545. return 0
  546. }
  547. type PersonMessage struct {
  548. state protoimpl.MessageState
  549. sizeCache protoimpl.SizeCache
  550. unknownFields protoimpl.UnknownFields
  551. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 关注者、浏览者的ID
  552. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 关注者、浏览者的类型
  553. BePersonID string `protobuf:"bytes,3,opt,name=bePersonID,proto3" json:"bePersonID"` // 被关注者、被浏览者的ID
  554. BePersonType string `protobuf:"bytes,4,opt,name=bePersonType,proto3" json:"bePersonType"` // 被关注者、被浏览者的类型
  555. }
  556. func (x *PersonMessage) Reset() {
  557. *x = PersonMessage{}
  558. if protoimpl.UnsafeEnabled {
  559. mi := &file_statistics_proto_msgTypes[9]
  560. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  561. ms.StoreMessageInfo(mi)
  562. }
  563. }
  564. func (x *PersonMessage) String() string {
  565. return protoimpl.X.MessageStringOf(x)
  566. }
  567. func (*PersonMessage) ProtoMessage() {}
  568. func (x *PersonMessage) ProtoReflect() protoreflect.Message {
  569. mi := &file_statistics_proto_msgTypes[9]
  570. if protoimpl.UnsafeEnabled && x != nil {
  571. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  572. if ms.LoadMessageInfo() == nil {
  573. ms.StoreMessageInfo(mi)
  574. }
  575. return ms
  576. }
  577. return mi.MessageOf(x)
  578. }
  579. // Deprecated: Use PersonMessage.ProtoReflect.Descriptor instead.
  580. func (*PersonMessage) Descriptor() ([]byte, []int) {
  581. return file_statistics_proto_rawDescGZIP(), []int{9}
  582. }
  583. func (x *PersonMessage) GetPersonID() string {
  584. if x != nil {
  585. return x.PersonID
  586. }
  587. return ""
  588. }
  589. func (x *PersonMessage) GetPersonType() string {
  590. if x != nil {
  591. return x.PersonType
  592. }
  593. return ""
  594. }
  595. func (x *PersonMessage) GetBePersonID() string {
  596. if x != nil {
  597. return x.BePersonID
  598. }
  599. return ""
  600. }
  601. func (x *PersonMessage) GetBePersonType() string {
  602. if x != nil {
  603. return x.BePersonType
  604. }
  605. return ""
  606. }
  607. type ReceptionMessage struct {
  608. state protoimpl.MessageState
  609. sizeCache protoimpl.SizeCache
  610. unknownFields protoimpl.UnknownFields
  611. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 接待者的ID
  612. BePersonID string `protobuf:"bytes,2,opt,name=bePersonID,proto3" json:"bePersonID"` // 被接待者的ID
  613. Profit int64 `protobuf:"varint,3,opt,name=profit,proto3" json:"profit"` // 收益
  614. }
  615. func (x *ReceptionMessage) Reset() {
  616. *x = ReceptionMessage{}
  617. if protoimpl.UnsafeEnabled {
  618. mi := &file_statistics_proto_msgTypes[10]
  619. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  620. ms.StoreMessageInfo(mi)
  621. }
  622. }
  623. func (x *ReceptionMessage) String() string {
  624. return protoimpl.X.MessageStringOf(x)
  625. }
  626. func (*ReceptionMessage) ProtoMessage() {}
  627. func (x *ReceptionMessage) ProtoReflect() protoreflect.Message {
  628. mi := &file_statistics_proto_msgTypes[10]
  629. if protoimpl.UnsafeEnabled && x != nil {
  630. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  631. if ms.LoadMessageInfo() == nil {
  632. ms.StoreMessageInfo(mi)
  633. }
  634. return ms
  635. }
  636. return mi.MessageOf(x)
  637. }
  638. // Deprecated: Use ReceptionMessage.ProtoReflect.Descriptor instead.
  639. func (*ReceptionMessage) Descriptor() ([]byte, []int) {
  640. return file_statistics_proto_rawDescGZIP(), []int{10}
  641. }
  642. func (x *ReceptionMessage) GetPersonID() string {
  643. if x != nil {
  644. return x.PersonID
  645. }
  646. return ""
  647. }
  648. func (x *ReceptionMessage) GetBePersonID() string {
  649. if x != nil {
  650. return x.BePersonID
  651. }
  652. return ""
  653. }
  654. func (x *ReceptionMessage) GetProfit() int64 {
  655. if x != nil {
  656. return x.Profit
  657. }
  658. return 0
  659. }
  660. var File_statistics_proto protoreflect.FileDescriptor
  661. var file_statistics_proto_rawDesc = []byte{
  662. 0x0a, 0x10, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f,
  663. 0x74, 0x6f, 0x12, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  664. 0x63, 0x73, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  665. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  666. 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  667. 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4b, 0x0a, 0x15, 0x41, 0x64, 0x64, 0x54,
  668. 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  669. 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20,
  670. 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x16, 0x0a,
  671. 0x06, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70,
  672. 0x72, 0x6f, 0x66, 0x69, 0x74, 0x22, 0x7c, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b,
  673. 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  674. 0x73, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  675. 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28,
  676. 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
  677. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  678. 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69,
  679. 0x73, 0x53, 0x65, 0x6c, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x53,
  680. 0x65, 0x6c, 0x66, 0x22, 0x3c, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  681. 0x4d, 0x73, 0x67, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65,
  682. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11,
  683. 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75,
  684. 0x6d, 0x22, 0x32, 0x0a, 0x0e, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74,
  685. 0x4d, 0x73, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66,
  686. 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50,
  687. 0x72, 0x6f, 0x66, 0x69, 0x74, 0x22, 0x67, 0x0a, 0x14, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64,
  688. 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37, 0x0a,
  689. 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61, 0x70,
  690. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f,
  691. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f,
  692. 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  693. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xd5,
  694. 0x02, 0x0a, 0x13, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69,
  695. 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
  696. 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02,
  697. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69,
  698. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
  699. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  700. 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
  701. 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28,
  702. 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20,
  703. 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73,
  704. 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
  705. 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22,
  706. 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08,
  707. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x54, 0x69,
  708. 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76, 0x65, 0x50, 0x69, 0x63, 0x74,
  709. 0x75, 0x72, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x69, 0x73, 0x48, 0x61, 0x76,
  710. 0x65, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x73, 0x48, 0x61,
  711. 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69,
  712. 0x73, 0x48, 0x61, 0x76, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73,
  713. 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f,
  714. 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
  715. 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x22, 0x87, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x6f,
  716. 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
  717. 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44,
  718. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44,
  719. 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
  720. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
  721. 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
  722. 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73,
  723. 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
  724. 0x22, 0xdd, 0x01, 0x0a, 0x17, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65,
  725. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07,
  726. 0x6c, 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c,
  727. 0x69, 0x6b, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e,
  728. 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x4e,
  729. 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61,
  730. 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x6c, 0x69, 0x6b, 0x65,
  731. 0x64, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f,
  732. 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f,
  733. 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65,
  734. 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f,
  735. 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x61, 0x76,
  736. 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x06, 0x20, 0x03, 0x28,
  737. 0x09, 0x52, 0x0d, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x4c, 0x69, 0x73, 0x74,
  738. 0x22, 0x76, 0x0a, 0x10, 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  739. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18,
  740. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24,
  741. 0x0a, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18,
  742. 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61,
  743. 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x4c, 0x6f, 0x6f,
  744. 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x6f, 0x64, 0x61,
  745. 0x79, 0x4c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x22, 0x8f, 0x01, 0x0a, 0x0d, 0x50, 0x65, 0x72,
  746. 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65,
  747. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
  748. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  749. 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
  750. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73,
  751. 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x62, 0x65, 0x50, 0x65,
  752. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x65, 0x50, 0x65, 0x72, 0x73,
  753. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x65,
  754. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x66, 0x0a, 0x10, 0x52, 0x65,
  755. 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a,
  756. 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  757. 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x62, 0x65,
  758. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
  759. 0x62, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72,
  760. 0x6f, 0x66, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x72, 0x6f, 0x66,
  761. 0x69, 0x74, 0x32, 0xbd, 0x0a, 0x0a, 0x0a, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  762. 0x73, 0x12, 0x43, 0x0a, 0x0a, 0x4c, 0x6f, 0x6f, 0x6b, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12,
  763. 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  764. 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16,
  765. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  766. 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x43, 0x0a, 0x0a, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65,
  767. 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69,
  768. 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73,
  769. 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  770. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x45, 0x0a, 0x0c, 0x55,
  771. 0x6e, 0x4c, 0x69, 0x6b, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x61, 0x70,
  772. 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72,
  773. 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  774. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  775. 0x74, 0x79, 0x12, 0x82, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  776. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d,
  777. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x36, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  778. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  779. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  780. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27,
  781. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  782. 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61,
  783. 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x55, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4c, 0x6f,
  784. 0x6f, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4d, 0x65, 0x73, 0x73,
  785. 0x61, 0x67, 0x65, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  786. 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x20, 0x2e, 0x61,
  787. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f,
  788. 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4c,
  789. 0x0a, 0x13, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65,
  790. 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74,
  791. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73,
  792. 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  793. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4c, 0x0a, 0x13,
  794. 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64,
  795. 0x4e, 0x75, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  796. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  797. 0x67, 0x65, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  798. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x10, 0x55, 0x6e,
  799. 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x6f, 0x6f, 0x6b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x1d,
  800. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  801. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16, 0x2e,
  802. 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  803. 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x6f, 0x6f,
  804. 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74,
  805. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e,
  806. 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  807. 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
  808. 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73,
  809. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x69,
  810. 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  811. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x41,
  812. 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  813. 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
  814. 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69,
  815. 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x60, 0x0a, 0x0d, 0x46, 0x69, 0x6e, 0x64, 0x4c,
  816. 0x69, 0x6b, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  817. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x6f,
  818. 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
  819. 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  820. 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f, 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65,
  821. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x4b, 0x0a, 0x0f, 0x52, 0x65, 0x63,
  822. 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x61,
  823. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x52, 0x65,
  824. 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x16,
  825. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  826. 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4f, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64,
  827. 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73,
  828. 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x54, 0x6f, 0x64,
  829. 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  830. 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  831. 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x4b, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x52, 0x65,
  832. 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69,
  833. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
  834. 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61,
  835. 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f,
  836. 0x6e, 0x4d, 0x73, 0x67, 0x12, 0x4c, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x54, 0x6f, 0x64, 0x61, 0x79,
  837. 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
  838. 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72,
  839. 0x61, 0x6d, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
  840. 0x69, 0x63, 0x73, 0x2e, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x4d,
  841. 0x73, 0x67, 0x12, 0x3e, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x49, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x12,
  842. 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  843. 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x12,
  844. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x4c, 0x69,
  845. 0x6b, 0x65, 0x42, 0x4f, 0x0a, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  846. 0x74, 0x69, 0x63, 0x73, 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62,
  847. 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77,
  848. 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74,
  849. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x3b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
  850. 0x69, 0x63, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  851. }
  852. var (
  853. file_statistics_proto_rawDescOnce sync.Once
  854. file_statistics_proto_rawDescData = file_statistics_proto_rawDesc
  855. )
  856. func file_statistics_proto_rawDescGZIP() []byte {
  857. file_statistics_proto_rawDescOnce.Do(func() {
  858. file_statistics_proto_rawDescData = protoimpl.X.CompressGZIP(file_statistics_proto_rawDescData)
  859. })
  860. return file_statistics_proto_rawDescData
  861. }
  862. var file_statistics_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  863. var file_statistics_proto_goTypes = []interface{}{
  864. (*AddTodayProfitRequest)(nil), // 0: api.statistics.AddTodayProfitRequest
  865. (*GetLookAndLikeStatisticsMessageRequest)(nil), // 1: api.statistics.GetLookAndLikeStatisticsMessageRequest
  866. (*ReceptionMsg)(nil), // 2: api.statistics.ReceptionMsg
  867. (*TodayProfitMsg)(nil), // 3: api.statistics.TodayProfitMsg
  868. (*LookAndLikeListReply)(nil), // 4: api.statistics.LookAndLikeListReply
  869. (*LookAndLikeListInfo)(nil), // 5: api.statistics.LookAndLikeListInfo
  870. (*GetLookAndLikeListRequest)(nil), // 6: api.statistics.GetLookAndLikeListRequest
  871. (*LookAndLikeMessageReply)(nil), // 7: api.statistics.LookAndLikeMessageReply
  872. (*LookMessageReply)(nil), // 8: api.statistics.LookMessageReply
  873. (*PersonMessage)(nil), // 9: api.statistics.PersonMessage
  874. (*ReceptionMessage)(nil), // 10: api.statistics.ReceptionMessage
  875. (*common.PersonParam)(nil), // 11: api.common.PersonParam
  876. (*common.PartnerIDParam)(nil), // 12: api.common.PartnerIDParam
  877. (*emptypb.Empty)(nil), // 13: google.protobuf.Empty
  878. (*common.IsLike)(nil), // 14: api.common.IsLike
  879. }
  880. var file_statistics_proto_depIdxs = []int32{
  881. 5, // 0: api.statistics.LookAndLikeListReply.list:type_name -> api.statistics.LookAndLikeListInfo
  882. 9, // 1: api.statistics.Statistics.LookPerson:input_type -> api.statistics.PersonMessage
  883. 9, // 2: api.statistics.Statistics.LikePerson:input_type -> api.statistics.PersonMessage
  884. 9, // 3: api.statistics.Statistics.UnLikePerson:input_type -> api.statistics.PersonMessage
  885. 1, // 4: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:input_type -> api.statistics.GetLookAndLikeStatisticsMessageRequest
  886. 11, // 5: api.statistics.Statistics.GetLookStatisticsMessage:input_type -> api.common.PersonParam
  887. 9, // 6: api.statistics.Statistics.ReduceLookUnreadNum:input_type -> api.statistics.PersonMessage
  888. 9, // 7: api.statistics.Statistics.ReduceLikeUnreadNum:input_type -> api.statistics.PersonMessage
  889. 9, // 8: api.statistics.Statistics.UnlockLookRecord:input_type -> api.statistics.PersonMessage
  890. 6, // 9: api.statistics.Statistics.FindLookList:input_type -> api.statistics.GetLookAndLikeListRequest
  891. 6, // 10: api.statistics.Statistics.FindLikeList:input_type -> api.statistics.GetLookAndLikeListRequest
  892. 6, // 11: api.statistics.Statistics.FindLikedList:input_type -> api.statistics.GetLookAndLikeListRequest
  893. 10, // 12: api.statistics.Statistics.ReceptionPerson:input_type -> api.statistics.ReceptionMessage
  894. 0, // 13: api.statistics.Statistics.AddTodayProfit:input_type -> api.statistics.AddTodayProfitRequest
  895. 12, // 14: api.statistics.Statistics.GetReceptionMsg:input_type -> api.common.PartnerIDParam
  896. 12, // 15: api.statistics.Statistics.GetTodayProfit:input_type -> api.common.PartnerIDParam
  897. 9, // 16: api.statistics.Statistics.GetIsLike:input_type -> api.statistics.PersonMessage
  898. 13, // 17: api.statistics.Statistics.LookPerson:output_type -> google.protobuf.Empty
  899. 13, // 18: api.statistics.Statistics.LikePerson:output_type -> google.protobuf.Empty
  900. 13, // 19: api.statistics.Statistics.UnLikePerson:output_type -> google.protobuf.Empty
  901. 7, // 20: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
  902. 8, // 21: api.statistics.Statistics.GetLookStatisticsMessage:output_type -> api.statistics.LookMessageReply
  903. 13, // 22: api.statistics.Statistics.ReduceLookUnreadNum:output_type -> google.protobuf.Empty
  904. 13, // 23: api.statistics.Statistics.ReduceLikeUnreadNum:output_type -> google.protobuf.Empty
  905. 13, // 24: api.statistics.Statistics.UnlockLookRecord:output_type -> google.protobuf.Empty
  906. 4, // 25: api.statistics.Statistics.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  907. 4, // 26: api.statistics.Statistics.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
  908. 4, // 27: api.statistics.Statistics.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
  909. 13, // 28: api.statistics.Statistics.ReceptionPerson:output_type -> google.protobuf.Empty
  910. 13, // 29: api.statistics.Statistics.AddTodayProfit:output_type -> google.protobuf.Empty
  911. 2, // 30: api.statistics.Statistics.GetReceptionMsg:output_type -> api.statistics.ReceptionMsg
  912. 3, // 31: api.statistics.Statistics.GetTodayProfit:output_type -> api.statistics.TodayProfitMsg
  913. 14, // 32: api.statistics.Statistics.GetIsLike:output_type -> api.common.IsLike
  914. 17, // [17:33] is the sub-list for method output_type
  915. 1, // [1:17] is the sub-list for method input_type
  916. 1, // [1:1] is the sub-list for extension type_name
  917. 1, // [1:1] is the sub-list for extension extendee
  918. 0, // [0:1] is the sub-list for field type_name
  919. }
  920. func init() { file_statistics_proto_init() }
  921. func file_statistics_proto_init() {
  922. if File_statistics_proto != nil {
  923. return
  924. }
  925. if !protoimpl.UnsafeEnabled {
  926. file_statistics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  927. switch v := v.(*AddTodayProfitRequest); i {
  928. case 0:
  929. return &v.state
  930. case 1:
  931. return &v.sizeCache
  932. case 2:
  933. return &v.unknownFields
  934. default:
  935. return nil
  936. }
  937. }
  938. file_statistics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  939. switch v := v.(*GetLookAndLikeStatisticsMessageRequest); i {
  940. case 0:
  941. return &v.state
  942. case 1:
  943. return &v.sizeCache
  944. case 2:
  945. return &v.unknownFields
  946. default:
  947. return nil
  948. }
  949. }
  950. file_statistics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  951. switch v := v.(*ReceptionMsg); i {
  952. case 0:
  953. return &v.state
  954. case 1:
  955. return &v.sizeCache
  956. case 2:
  957. return &v.unknownFields
  958. default:
  959. return nil
  960. }
  961. }
  962. file_statistics_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  963. switch v := v.(*TodayProfitMsg); i {
  964. case 0:
  965. return &v.state
  966. case 1:
  967. return &v.sizeCache
  968. case 2:
  969. return &v.unknownFields
  970. default:
  971. return nil
  972. }
  973. }
  974. file_statistics_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  975. switch v := v.(*LookAndLikeListReply); i {
  976. case 0:
  977. return &v.state
  978. case 1:
  979. return &v.sizeCache
  980. case 2:
  981. return &v.unknownFields
  982. default:
  983. return nil
  984. }
  985. }
  986. file_statistics_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  987. switch v := v.(*LookAndLikeListInfo); i {
  988. case 0:
  989. return &v.state
  990. case 1:
  991. return &v.sizeCache
  992. case 2:
  993. return &v.unknownFields
  994. default:
  995. return nil
  996. }
  997. }
  998. file_statistics_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  999. switch v := v.(*GetLookAndLikeListRequest); i {
  1000. case 0:
  1001. return &v.state
  1002. case 1:
  1003. return &v.sizeCache
  1004. case 2:
  1005. return &v.unknownFields
  1006. default:
  1007. return nil
  1008. }
  1009. }
  1010. file_statistics_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1011. switch v := v.(*LookAndLikeMessageReply); i {
  1012. case 0:
  1013. return &v.state
  1014. case 1:
  1015. return &v.sizeCache
  1016. case 2:
  1017. return &v.unknownFields
  1018. default:
  1019. return nil
  1020. }
  1021. }
  1022. file_statistics_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1023. switch v := v.(*LookMessageReply); i {
  1024. case 0:
  1025. return &v.state
  1026. case 1:
  1027. return &v.sizeCache
  1028. case 2:
  1029. return &v.unknownFields
  1030. default:
  1031. return nil
  1032. }
  1033. }
  1034. file_statistics_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1035. switch v := v.(*PersonMessage); i {
  1036. case 0:
  1037. return &v.state
  1038. case 1:
  1039. return &v.sizeCache
  1040. case 2:
  1041. return &v.unknownFields
  1042. default:
  1043. return nil
  1044. }
  1045. }
  1046. file_statistics_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1047. switch v := v.(*ReceptionMessage); i {
  1048. case 0:
  1049. return &v.state
  1050. case 1:
  1051. return &v.sizeCache
  1052. case 2:
  1053. return &v.unknownFields
  1054. default:
  1055. return nil
  1056. }
  1057. }
  1058. }
  1059. type x struct{}
  1060. out := protoimpl.TypeBuilder{
  1061. File: protoimpl.DescBuilder{
  1062. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1063. RawDescriptor: file_statistics_proto_rawDesc,
  1064. NumEnums: 0,
  1065. NumMessages: 11,
  1066. NumExtensions: 0,
  1067. NumServices: 1,
  1068. },
  1069. GoTypes: file_statistics_proto_goTypes,
  1070. DependencyIndexes: file_statistics_proto_depIdxs,
  1071. MessageInfos: file_statistics_proto_msgTypes,
  1072. }.Build()
  1073. File_statistics_proto = out.File
  1074. file_statistics_proto_rawDesc = nil
  1075. file_statistics_proto_goTypes = nil
  1076. file_statistics_proto_depIdxs = nil
  1077. }