statistics.pb.go 52 KB

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