statistics.pb.go 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197
  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, 0xfd, 0x09, 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, 0x42, 0x4f, 0x0a, 0x0e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73,
  842. 0x74, 0x69, 0x63, 0x73, 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62,
  843. 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77,
  844. 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74,
  845. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x3b, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
  846. 0x69, 0x63, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  847. }
  848. var (
  849. file_statistics_proto_rawDescOnce sync.Once
  850. file_statistics_proto_rawDescData = file_statistics_proto_rawDesc
  851. )
  852. func file_statistics_proto_rawDescGZIP() []byte {
  853. file_statistics_proto_rawDescOnce.Do(func() {
  854. file_statistics_proto_rawDescData = protoimpl.X.CompressGZIP(file_statistics_proto_rawDescData)
  855. })
  856. return file_statistics_proto_rawDescData
  857. }
  858. var file_statistics_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  859. var file_statistics_proto_goTypes = []interface{}{
  860. (*AddTodayProfitRequest)(nil), // 0: api.statistics.AddTodayProfitRequest
  861. (*GetLookAndLikeStatisticsMessageRequest)(nil), // 1: api.statistics.GetLookAndLikeStatisticsMessageRequest
  862. (*ReceptionMsg)(nil), // 2: api.statistics.ReceptionMsg
  863. (*TodayProfitMsg)(nil), // 3: api.statistics.TodayProfitMsg
  864. (*LookAndLikeListReply)(nil), // 4: api.statistics.LookAndLikeListReply
  865. (*LookAndLikeListInfo)(nil), // 5: api.statistics.LookAndLikeListInfo
  866. (*GetLookAndLikeListRequest)(nil), // 6: api.statistics.GetLookAndLikeListRequest
  867. (*LookAndLikeMessageReply)(nil), // 7: api.statistics.LookAndLikeMessageReply
  868. (*LookMessageReply)(nil), // 8: api.statistics.LookMessageReply
  869. (*PersonMessage)(nil), // 9: api.statistics.PersonMessage
  870. (*ReceptionMessage)(nil), // 10: api.statistics.ReceptionMessage
  871. (*common.PersonParam)(nil), // 11: api.common.PersonParam
  872. (*common.PartnerIDParam)(nil), // 12: api.common.PartnerIDParam
  873. (*emptypb.Empty)(nil), // 13: google.protobuf.Empty
  874. }
  875. var file_statistics_proto_depIdxs = []int32{
  876. 5, // 0: api.statistics.LookAndLikeListReply.list:type_name -> api.statistics.LookAndLikeListInfo
  877. 9, // 1: api.statistics.Statistics.LookPerson:input_type -> api.statistics.PersonMessage
  878. 9, // 2: api.statistics.Statistics.LikePerson:input_type -> api.statistics.PersonMessage
  879. 9, // 3: api.statistics.Statistics.UnLikePerson:input_type -> api.statistics.PersonMessage
  880. 1, // 4: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:input_type -> api.statistics.GetLookAndLikeStatisticsMessageRequest
  881. 11, // 5: api.statistics.Statistics.GetLookStatisticsMessage:input_type -> api.common.PersonParam
  882. 9, // 6: api.statistics.Statistics.ReduceLookUnreadNum:input_type -> api.statistics.PersonMessage
  883. 9, // 7: api.statistics.Statistics.ReduceLikeUnreadNum:input_type -> api.statistics.PersonMessage
  884. 9, // 8: api.statistics.Statistics.UnlockLookRecord:input_type -> api.statistics.PersonMessage
  885. 6, // 9: api.statistics.Statistics.FindLookList:input_type -> api.statistics.GetLookAndLikeListRequest
  886. 6, // 10: api.statistics.Statistics.FindLikeList:input_type -> api.statistics.GetLookAndLikeListRequest
  887. 6, // 11: api.statistics.Statistics.FindLikedList:input_type -> api.statistics.GetLookAndLikeListRequest
  888. 10, // 12: api.statistics.Statistics.ReceptionPerson:input_type -> api.statistics.ReceptionMessage
  889. 0, // 13: api.statistics.Statistics.AddTodayProfit:input_type -> api.statistics.AddTodayProfitRequest
  890. 12, // 14: api.statistics.Statistics.GetReceptionMsg:input_type -> api.common.PartnerIDParam
  891. 12, // 15: api.statistics.Statistics.GetTodayProfit:input_type -> api.common.PartnerIDParam
  892. 13, // 16: api.statistics.Statistics.LookPerson:output_type -> google.protobuf.Empty
  893. 13, // 17: api.statistics.Statistics.LikePerson:output_type -> google.protobuf.Empty
  894. 13, // 18: api.statistics.Statistics.UnLikePerson:output_type -> google.protobuf.Empty
  895. 7, // 19: api.statistics.Statistics.GetLookAndLikeStatisticsMessage:output_type -> api.statistics.LookAndLikeMessageReply
  896. 8, // 20: api.statistics.Statistics.GetLookStatisticsMessage:output_type -> api.statistics.LookMessageReply
  897. 13, // 21: api.statistics.Statistics.ReduceLookUnreadNum:output_type -> google.protobuf.Empty
  898. 13, // 22: api.statistics.Statistics.ReduceLikeUnreadNum:output_type -> google.protobuf.Empty
  899. 13, // 23: api.statistics.Statistics.UnlockLookRecord:output_type -> google.protobuf.Empty
  900. 4, // 24: api.statistics.Statistics.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  901. 4, // 25: api.statistics.Statistics.FindLikeList:output_type -> api.statistics.LookAndLikeListReply
  902. 4, // 26: api.statistics.Statistics.FindLikedList:output_type -> api.statistics.LookAndLikeListReply
  903. 13, // 27: api.statistics.Statistics.ReceptionPerson:output_type -> google.protobuf.Empty
  904. 13, // 28: api.statistics.Statistics.AddTodayProfit:output_type -> google.protobuf.Empty
  905. 2, // 29: api.statistics.Statistics.GetReceptionMsg:output_type -> api.statistics.ReceptionMsg
  906. 3, // 30: api.statistics.Statistics.GetTodayProfit:output_type -> api.statistics.TodayProfitMsg
  907. 16, // [16:31] is the sub-list for method output_type
  908. 1, // [1:16] is the sub-list for method input_type
  909. 1, // [1:1] is the sub-list for extension type_name
  910. 1, // [1:1] is the sub-list for extension extendee
  911. 0, // [0:1] is the sub-list for field type_name
  912. }
  913. func init() { file_statistics_proto_init() }
  914. func file_statistics_proto_init() {
  915. if File_statistics_proto != nil {
  916. return
  917. }
  918. if !protoimpl.UnsafeEnabled {
  919. file_statistics_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  920. switch v := v.(*AddTodayProfitRequest); i {
  921. case 0:
  922. return &v.state
  923. case 1:
  924. return &v.sizeCache
  925. case 2:
  926. return &v.unknownFields
  927. default:
  928. return nil
  929. }
  930. }
  931. file_statistics_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  932. switch v := v.(*GetLookAndLikeStatisticsMessageRequest); i {
  933. case 0:
  934. return &v.state
  935. case 1:
  936. return &v.sizeCache
  937. case 2:
  938. return &v.unknownFields
  939. default:
  940. return nil
  941. }
  942. }
  943. file_statistics_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  944. switch v := v.(*ReceptionMsg); i {
  945. case 0:
  946. return &v.state
  947. case 1:
  948. return &v.sizeCache
  949. case 2:
  950. return &v.unknownFields
  951. default:
  952. return nil
  953. }
  954. }
  955. file_statistics_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  956. switch v := v.(*TodayProfitMsg); i {
  957. case 0:
  958. return &v.state
  959. case 1:
  960. return &v.sizeCache
  961. case 2:
  962. return &v.unknownFields
  963. default:
  964. return nil
  965. }
  966. }
  967. file_statistics_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  968. switch v := v.(*LookAndLikeListReply); i {
  969. case 0:
  970. return &v.state
  971. case 1:
  972. return &v.sizeCache
  973. case 2:
  974. return &v.unknownFields
  975. default:
  976. return nil
  977. }
  978. }
  979. file_statistics_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  980. switch v := v.(*LookAndLikeListInfo); i {
  981. case 0:
  982. return &v.state
  983. case 1:
  984. return &v.sizeCache
  985. case 2:
  986. return &v.unknownFields
  987. default:
  988. return nil
  989. }
  990. }
  991. file_statistics_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  992. switch v := v.(*GetLookAndLikeListRequest); i {
  993. case 0:
  994. return &v.state
  995. case 1:
  996. return &v.sizeCache
  997. case 2:
  998. return &v.unknownFields
  999. default:
  1000. return nil
  1001. }
  1002. }
  1003. file_statistics_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1004. switch v := v.(*LookAndLikeMessageReply); i {
  1005. case 0:
  1006. return &v.state
  1007. case 1:
  1008. return &v.sizeCache
  1009. case 2:
  1010. return &v.unknownFields
  1011. default:
  1012. return nil
  1013. }
  1014. }
  1015. file_statistics_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1016. switch v := v.(*LookMessageReply); i {
  1017. case 0:
  1018. return &v.state
  1019. case 1:
  1020. return &v.sizeCache
  1021. case 2:
  1022. return &v.unknownFields
  1023. default:
  1024. return nil
  1025. }
  1026. }
  1027. file_statistics_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1028. switch v := v.(*PersonMessage); i {
  1029. case 0:
  1030. return &v.state
  1031. case 1:
  1032. return &v.sizeCache
  1033. case 2:
  1034. return &v.unknownFields
  1035. default:
  1036. return nil
  1037. }
  1038. }
  1039. file_statistics_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1040. switch v := v.(*ReceptionMessage); i {
  1041. case 0:
  1042. return &v.state
  1043. case 1:
  1044. return &v.sizeCache
  1045. case 2:
  1046. return &v.unknownFields
  1047. default:
  1048. return nil
  1049. }
  1050. }
  1051. }
  1052. type x struct{}
  1053. out := protoimpl.TypeBuilder{
  1054. File: protoimpl.DescBuilder{
  1055. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1056. RawDescriptor: file_statistics_proto_rawDesc,
  1057. NumEnums: 0,
  1058. NumMessages: 11,
  1059. NumExtensions: 0,
  1060. NumServices: 1,
  1061. },
  1062. GoTypes: file_statistics_proto_goTypes,
  1063. DependencyIndexes: file_statistics_proto_depIdxs,
  1064. MessageInfos: file_statistics_proto_msgTypes,
  1065. }.Build()
  1066. File_statistics_proto = out.File
  1067. file_statistics_proto_rawDesc = nil
  1068. file_statistics_proto_goTypes = nil
  1069. file_statistics_proto_depIdxs = nil
  1070. }