common.pb.go 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720
  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: common.proto
  6. package common
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type UserAndPartnerIdParam struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  24. UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId"`
  25. }
  26. func (x *UserAndPartnerIdParam) Reset() {
  27. *x = UserAndPartnerIdParam{}
  28. if protoimpl.UnsafeEnabled {
  29. mi := &file_common_proto_msgTypes[0]
  30. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  31. ms.StoreMessageInfo(mi)
  32. }
  33. }
  34. func (x *UserAndPartnerIdParam) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*UserAndPartnerIdParam) ProtoMessage() {}
  38. func (x *UserAndPartnerIdParam) ProtoReflect() protoreflect.Message {
  39. mi := &file_common_proto_msgTypes[0]
  40. if protoimpl.UnsafeEnabled && x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use UserAndPartnerIdParam.ProtoReflect.Descriptor instead.
  50. func (*UserAndPartnerIdParam) Descriptor() ([]byte, []int) {
  51. return file_common_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *UserAndPartnerIdParam) GetPartnerId() string {
  54. if x != nil {
  55. return x.PartnerId
  56. }
  57. return ""
  58. }
  59. func (x *UserAndPartnerIdParam) GetUserId() string {
  60. if x != nil {
  61. return x.UserId
  62. }
  63. return ""
  64. }
  65. type User1AndUser2IdParam struct {
  66. state protoimpl.MessageState
  67. sizeCache protoimpl.SizeCache
  68. unknownFields protoimpl.UnknownFields
  69. User1 string `protobuf:"bytes,1,opt,name=user1,proto3" json:"user1"`
  70. User2 string `protobuf:"bytes,2,opt,name=user2,proto3" json:"user2"`
  71. }
  72. func (x *User1AndUser2IdParam) Reset() {
  73. *x = User1AndUser2IdParam{}
  74. if protoimpl.UnsafeEnabled {
  75. mi := &file_common_proto_msgTypes[1]
  76. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  77. ms.StoreMessageInfo(mi)
  78. }
  79. }
  80. func (x *User1AndUser2IdParam) String() string {
  81. return protoimpl.X.MessageStringOf(x)
  82. }
  83. func (*User1AndUser2IdParam) ProtoMessage() {}
  84. func (x *User1AndUser2IdParam) ProtoReflect() protoreflect.Message {
  85. mi := &file_common_proto_msgTypes[1]
  86. if protoimpl.UnsafeEnabled && x != nil {
  87. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  88. if ms.LoadMessageInfo() == nil {
  89. ms.StoreMessageInfo(mi)
  90. }
  91. return ms
  92. }
  93. return mi.MessageOf(x)
  94. }
  95. // Deprecated: Use User1AndUser2IdParam.ProtoReflect.Descriptor instead.
  96. func (*User1AndUser2IdParam) Descriptor() ([]byte, []int) {
  97. return file_common_proto_rawDescGZIP(), []int{1}
  98. }
  99. func (x *User1AndUser2IdParam) GetUser1() string {
  100. if x != nil {
  101. return x.User1
  102. }
  103. return ""
  104. }
  105. func (x *User1AndUser2IdParam) GetUser2() string {
  106. if x != nil {
  107. return x.User2
  108. }
  109. return ""
  110. }
  111. type PartnerIDParam struct {
  112. state protoimpl.MessageState
  113. sizeCache protoimpl.SizeCache
  114. unknownFields protoimpl.UnknownFields
  115. PartnerID string `protobuf:"bytes,1,opt,name=partnerID,proto3" json:"partnerID"`
  116. }
  117. func (x *PartnerIDParam) Reset() {
  118. *x = PartnerIDParam{}
  119. if protoimpl.UnsafeEnabled {
  120. mi := &file_common_proto_msgTypes[2]
  121. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  122. ms.StoreMessageInfo(mi)
  123. }
  124. }
  125. func (x *PartnerIDParam) String() string {
  126. return protoimpl.X.MessageStringOf(x)
  127. }
  128. func (*PartnerIDParam) ProtoMessage() {}
  129. func (x *PartnerIDParam) ProtoReflect() protoreflect.Message {
  130. mi := &file_common_proto_msgTypes[2]
  131. if protoimpl.UnsafeEnabled && x != nil {
  132. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  133. if ms.LoadMessageInfo() == nil {
  134. ms.StoreMessageInfo(mi)
  135. }
  136. return ms
  137. }
  138. return mi.MessageOf(x)
  139. }
  140. // Deprecated: Use PartnerIDParam.ProtoReflect.Descriptor instead.
  141. func (*PartnerIDParam) Descriptor() ([]byte, []int) {
  142. return file_common_proto_rawDescGZIP(), []int{2}
  143. }
  144. func (x *PartnerIDParam) GetPartnerID() string {
  145. if x != nil {
  146. return x.PartnerID
  147. }
  148. return ""
  149. }
  150. type PersonParam struct {
  151. state protoimpl.MessageState
  152. sizeCache protoimpl.SizeCache
  153. unknownFields protoimpl.UnknownFields
  154. PersonID string `protobuf:"bytes,1,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
  155. PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 类型
  156. }
  157. func (x *PersonParam) Reset() {
  158. *x = PersonParam{}
  159. if protoimpl.UnsafeEnabled {
  160. mi := &file_common_proto_msgTypes[3]
  161. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  162. ms.StoreMessageInfo(mi)
  163. }
  164. }
  165. func (x *PersonParam) String() string {
  166. return protoimpl.X.MessageStringOf(x)
  167. }
  168. func (*PersonParam) ProtoMessage() {}
  169. func (x *PersonParam) ProtoReflect() protoreflect.Message {
  170. mi := &file_common_proto_msgTypes[3]
  171. if protoimpl.UnsafeEnabled && x != nil {
  172. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  173. if ms.LoadMessageInfo() == nil {
  174. ms.StoreMessageInfo(mi)
  175. }
  176. return ms
  177. }
  178. return mi.MessageOf(x)
  179. }
  180. // Deprecated: Use PersonParam.ProtoReflect.Descriptor instead.
  181. func (*PersonParam) Descriptor() ([]byte, []int) {
  182. return file_common_proto_rawDescGZIP(), []int{3}
  183. }
  184. func (x *PersonParam) GetPersonID() string {
  185. if x != nil {
  186. return x.PersonID
  187. }
  188. return ""
  189. }
  190. func (x *PersonParam) GetPersonType() string {
  191. if x != nil {
  192. return x.PersonType
  193. }
  194. return ""
  195. }
  196. type UserIDParam struct {
  197. state protoimpl.MessageState
  198. sizeCache protoimpl.SizeCache
  199. unknownFields protoimpl.UnknownFields
  200. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"`
  201. }
  202. func (x *UserIDParam) Reset() {
  203. *x = UserIDParam{}
  204. if protoimpl.UnsafeEnabled {
  205. mi := &file_common_proto_msgTypes[4]
  206. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  207. ms.StoreMessageInfo(mi)
  208. }
  209. }
  210. func (x *UserIDParam) String() string {
  211. return protoimpl.X.MessageStringOf(x)
  212. }
  213. func (*UserIDParam) ProtoMessage() {}
  214. func (x *UserIDParam) ProtoReflect() protoreflect.Message {
  215. mi := &file_common_proto_msgTypes[4]
  216. if protoimpl.UnsafeEnabled && x != nil {
  217. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  218. if ms.LoadMessageInfo() == nil {
  219. ms.StoreMessageInfo(mi)
  220. }
  221. return ms
  222. }
  223. return mi.MessageOf(x)
  224. }
  225. // Deprecated: Use UserIDParam.ProtoReflect.Descriptor instead.
  226. func (*UserIDParam) Descriptor() ([]byte, []int) {
  227. return file_common_proto_rawDescGZIP(), []int{4}
  228. }
  229. func (x *UserIDParam) GetUserId() string {
  230. if x != nil {
  231. return x.UserId
  232. }
  233. return ""
  234. }
  235. type WxConfReq struct {
  236. state protoimpl.MessageState
  237. sizeCache protoimpl.SizeCache
  238. unknownFields protoimpl.UnknownFields
  239. Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url"`
  240. }
  241. func (x *WxConfReq) Reset() {
  242. *x = WxConfReq{}
  243. if protoimpl.UnsafeEnabled {
  244. mi := &file_common_proto_msgTypes[5]
  245. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  246. ms.StoreMessageInfo(mi)
  247. }
  248. }
  249. func (x *WxConfReq) String() string {
  250. return protoimpl.X.MessageStringOf(x)
  251. }
  252. func (*WxConfReq) ProtoMessage() {}
  253. func (x *WxConfReq) ProtoReflect() protoreflect.Message {
  254. mi := &file_common_proto_msgTypes[5]
  255. if protoimpl.UnsafeEnabled && x != nil {
  256. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  257. if ms.LoadMessageInfo() == nil {
  258. ms.StoreMessageInfo(mi)
  259. }
  260. return ms
  261. }
  262. return mi.MessageOf(x)
  263. }
  264. // Deprecated: Use WxConfReq.ProtoReflect.Descriptor instead.
  265. func (*WxConfReq) Descriptor() ([]byte, []int) {
  266. return file_common_proto_rawDescGZIP(), []int{5}
  267. }
  268. func (x *WxConfReq) GetUrl() string {
  269. if x != nil {
  270. return x.Url
  271. }
  272. return ""
  273. }
  274. type WxConfResponse struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId"` // 必填,公众号的唯一标识
  279. Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp"` // 必填,生成签名的时间戳
  280. NonceStr string `protobuf:"bytes,3,opt,name=nonceStr,proto3" json:"nonceStr"` // 必填,生成签名的随机串
  281. Signature string `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature"` // 必填,签名
  282. }
  283. func (x *WxConfResponse) Reset() {
  284. *x = WxConfResponse{}
  285. if protoimpl.UnsafeEnabled {
  286. mi := &file_common_proto_msgTypes[6]
  287. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  288. ms.StoreMessageInfo(mi)
  289. }
  290. }
  291. func (x *WxConfResponse) String() string {
  292. return protoimpl.X.MessageStringOf(x)
  293. }
  294. func (*WxConfResponse) ProtoMessage() {}
  295. func (x *WxConfResponse) ProtoReflect() protoreflect.Message {
  296. mi := &file_common_proto_msgTypes[6]
  297. if protoimpl.UnsafeEnabled && x != nil {
  298. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  299. if ms.LoadMessageInfo() == nil {
  300. ms.StoreMessageInfo(mi)
  301. }
  302. return ms
  303. }
  304. return mi.MessageOf(x)
  305. }
  306. // Deprecated: Use WxConfResponse.ProtoReflect.Descriptor instead.
  307. func (*WxConfResponse) Descriptor() ([]byte, []int) {
  308. return file_common_proto_rawDescGZIP(), []int{6}
  309. }
  310. func (x *WxConfResponse) GetAppId() string {
  311. if x != nil {
  312. return x.AppId
  313. }
  314. return ""
  315. }
  316. func (x *WxConfResponse) GetTimestamp() int64 {
  317. if x != nil {
  318. return x.Timestamp
  319. }
  320. return 0
  321. }
  322. func (x *WxConfResponse) GetNonceStr() string {
  323. if x != nil {
  324. return x.NonceStr
  325. }
  326. return ""
  327. }
  328. func (x *WxConfResponse) GetSignature() string {
  329. if x != nil {
  330. return x.Signature
  331. }
  332. return ""
  333. }
  334. // 主页信息
  335. type HomeInfo struct {
  336. state protoimpl.MessageState
  337. sizeCache protoimpl.SizeCache
  338. unknownFields protoimpl.UnknownFields
  339. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  340. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  341. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  342. Sex int64 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` // 性别
  343. Pictures []string `protobuf:"bytes,5,rep,name=pictures,proto3" json:"pictures"` // 图片
  344. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  345. Constellation string `protobuf:"bytes,7,opt,name=constellation,proto3" json:"constellation"` // 星座
  346. Area string `protobuf:"bytes,8,opt,name=area,proto3" json:"area"` // 地区
  347. TagList []*TagList `protobuf:"bytes,9,rep,name=tagList,proto3" json:"tagList"` // 标签
  348. Signature string `protobuf:"bytes,10,opt,name=signature,proto3" json:"signature"` // 签名
  349. IntroduceVoice string `protobuf:"bytes,11,opt,name=introduceVoice,proto3" json:"introduceVoice"` // 介绍语音
  350. }
  351. func (x *HomeInfo) Reset() {
  352. *x = HomeInfo{}
  353. if protoimpl.UnsafeEnabled {
  354. mi := &file_common_proto_msgTypes[7]
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. ms.StoreMessageInfo(mi)
  357. }
  358. }
  359. func (x *HomeInfo) String() string {
  360. return protoimpl.X.MessageStringOf(x)
  361. }
  362. func (*HomeInfo) ProtoMessage() {}
  363. func (x *HomeInfo) ProtoReflect() protoreflect.Message {
  364. mi := &file_common_proto_msgTypes[7]
  365. if protoimpl.UnsafeEnabled && x != nil {
  366. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  367. if ms.LoadMessageInfo() == nil {
  368. ms.StoreMessageInfo(mi)
  369. }
  370. return ms
  371. }
  372. return mi.MessageOf(x)
  373. }
  374. // Deprecated: Use HomeInfo.ProtoReflect.Descriptor instead.
  375. func (*HomeInfo) Descriptor() ([]byte, []int) {
  376. return file_common_proto_rawDescGZIP(), []int{7}
  377. }
  378. func (x *HomeInfo) GetId() string {
  379. if x != nil {
  380. return x.Id
  381. }
  382. return ""
  383. }
  384. func (x *HomeInfo) GetNickname() string {
  385. if x != nil {
  386. return x.Nickname
  387. }
  388. return ""
  389. }
  390. func (x *HomeInfo) GetAvatarUrl() string {
  391. if x != nil {
  392. return x.AvatarUrl
  393. }
  394. return ""
  395. }
  396. func (x *HomeInfo) GetSex() int64 {
  397. if x != nil {
  398. return x.Sex
  399. }
  400. return 0
  401. }
  402. func (x *HomeInfo) GetPictures() []string {
  403. if x != nil {
  404. return x.Pictures
  405. }
  406. return nil
  407. }
  408. func (x *HomeInfo) GetAge() int64 {
  409. if x != nil {
  410. return x.Age
  411. }
  412. return 0
  413. }
  414. func (x *HomeInfo) GetConstellation() string {
  415. if x != nil {
  416. return x.Constellation
  417. }
  418. return ""
  419. }
  420. func (x *HomeInfo) GetArea() string {
  421. if x != nil {
  422. return x.Area
  423. }
  424. return ""
  425. }
  426. func (x *HomeInfo) GetTagList() []*TagList {
  427. if x != nil {
  428. return x.TagList
  429. }
  430. return nil
  431. }
  432. func (x *HomeInfo) GetSignature() string {
  433. if x != nil {
  434. return x.Signature
  435. }
  436. return ""
  437. }
  438. func (x *HomeInfo) GetIntroduceVoice() string {
  439. if x != nil {
  440. return x.IntroduceVoice
  441. }
  442. return ""
  443. }
  444. // 添加好友页面信息
  445. type AddFriendMessageInfo struct {
  446. state protoimpl.MessageState
  447. sizeCache protoimpl.SizeCache
  448. unknownFields protoimpl.UnknownFields
  449. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  450. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  451. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  452. Sex int64 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` // 性别
  453. Pictures []string `protobuf:"bytes,5,rep,name=pictures,proto3" json:"pictures"` // 图片
  454. FromOpenId string `protobuf:"bytes,6,opt,name=fromOpenId,proto3" json:"fromOpenId"` // 来源公众号对应的openID
  455. IsRegister bool `protobuf:"varint,7,opt,name=isRegister,proto3" json:"isRegister"` // 是否注册
  456. IsChat bool `protobuf:"varint,8,opt,name=isChat,proto3" json:"isChat"` // 是否聊天
  457. IsFromUs bool `protobuf:"varint,9,opt,name=isFromUs,proto3" json:"isFromUs"` // 是否是来源我们
  458. FromAppId string `protobuf:"bytes,10,opt,name=fromAppId,proto3" json:"fromAppId"` // 来源公众号对应的appID
  459. FromName string `protobuf:"bytes,11,opt,name=fromName,proto3" json:"fromName"` // 来源公众号对应的公众号名称
  460. }
  461. func (x *AddFriendMessageInfo) Reset() {
  462. *x = AddFriendMessageInfo{}
  463. if protoimpl.UnsafeEnabled {
  464. mi := &file_common_proto_msgTypes[8]
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. ms.StoreMessageInfo(mi)
  467. }
  468. }
  469. func (x *AddFriendMessageInfo) String() string {
  470. return protoimpl.X.MessageStringOf(x)
  471. }
  472. func (*AddFriendMessageInfo) ProtoMessage() {}
  473. func (x *AddFriendMessageInfo) ProtoReflect() protoreflect.Message {
  474. mi := &file_common_proto_msgTypes[8]
  475. if protoimpl.UnsafeEnabled && x != nil {
  476. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  477. if ms.LoadMessageInfo() == nil {
  478. ms.StoreMessageInfo(mi)
  479. }
  480. return ms
  481. }
  482. return mi.MessageOf(x)
  483. }
  484. // Deprecated: Use AddFriendMessageInfo.ProtoReflect.Descriptor instead.
  485. func (*AddFriendMessageInfo) Descriptor() ([]byte, []int) {
  486. return file_common_proto_rawDescGZIP(), []int{8}
  487. }
  488. func (x *AddFriendMessageInfo) GetId() string {
  489. if x != nil {
  490. return x.Id
  491. }
  492. return ""
  493. }
  494. func (x *AddFriendMessageInfo) GetNickname() string {
  495. if x != nil {
  496. return x.Nickname
  497. }
  498. return ""
  499. }
  500. func (x *AddFriendMessageInfo) GetAvatarUrl() string {
  501. if x != nil {
  502. return x.AvatarUrl
  503. }
  504. return ""
  505. }
  506. func (x *AddFriendMessageInfo) GetSex() int64 {
  507. if x != nil {
  508. return x.Sex
  509. }
  510. return 0
  511. }
  512. func (x *AddFriendMessageInfo) GetPictures() []string {
  513. if x != nil {
  514. return x.Pictures
  515. }
  516. return nil
  517. }
  518. func (x *AddFriendMessageInfo) GetFromOpenId() string {
  519. if x != nil {
  520. return x.FromOpenId
  521. }
  522. return ""
  523. }
  524. func (x *AddFriendMessageInfo) GetIsRegister() bool {
  525. if x != nil {
  526. return x.IsRegister
  527. }
  528. return false
  529. }
  530. func (x *AddFriendMessageInfo) GetIsChat() bool {
  531. if x != nil {
  532. return x.IsChat
  533. }
  534. return false
  535. }
  536. func (x *AddFriendMessageInfo) GetIsFromUs() bool {
  537. if x != nil {
  538. return x.IsFromUs
  539. }
  540. return false
  541. }
  542. func (x *AddFriendMessageInfo) GetFromAppId() string {
  543. if x != nil {
  544. return x.FromAppId
  545. }
  546. return ""
  547. }
  548. func (x *AddFriendMessageInfo) GetFromName() string {
  549. if x != nil {
  550. return x.FromName
  551. }
  552. return ""
  553. }
  554. type PersonIDList struct {
  555. state protoimpl.MessageState
  556. sizeCache protoimpl.SizeCache
  557. unknownFields protoimpl.UnknownFields
  558. PersonIds []string `protobuf:"bytes,1,rep,name=personIds,proto3" json:"personIds"`
  559. }
  560. func (x *PersonIDList) Reset() {
  561. *x = PersonIDList{}
  562. if protoimpl.UnsafeEnabled {
  563. mi := &file_common_proto_msgTypes[9]
  564. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  565. ms.StoreMessageInfo(mi)
  566. }
  567. }
  568. func (x *PersonIDList) String() string {
  569. return protoimpl.X.MessageStringOf(x)
  570. }
  571. func (*PersonIDList) ProtoMessage() {}
  572. func (x *PersonIDList) ProtoReflect() protoreflect.Message {
  573. mi := &file_common_proto_msgTypes[9]
  574. if protoimpl.UnsafeEnabled && x != nil {
  575. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  576. if ms.LoadMessageInfo() == nil {
  577. ms.StoreMessageInfo(mi)
  578. }
  579. return ms
  580. }
  581. return mi.MessageOf(x)
  582. }
  583. // Deprecated: Use PersonIDList.ProtoReflect.Descriptor instead.
  584. func (*PersonIDList) Descriptor() ([]byte, []int) {
  585. return file_common_proto_rawDescGZIP(), []int{9}
  586. }
  587. func (x *PersonIDList) GetPersonIds() []string {
  588. if x != nil {
  589. return x.PersonIds
  590. }
  591. return nil
  592. }
  593. type PersonDBReply struct {
  594. state protoimpl.MessageState
  595. sizeCache protoimpl.SizeCache
  596. unknownFields protoimpl.UnknownFields
  597. List []*PersonDB `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  598. }
  599. func (x *PersonDBReply) Reset() {
  600. *x = PersonDBReply{}
  601. if protoimpl.UnsafeEnabled {
  602. mi := &file_common_proto_msgTypes[10]
  603. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  604. ms.StoreMessageInfo(mi)
  605. }
  606. }
  607. func (x *PersonDBReply) String() string {
  608. return protoimpl.X.MessageStringOf(x)
  609. }
  610. func (*PersonDBReply) ProtoMessage() {}
  611. func (x *PersonDBReply) ProtoReflect() protoreflect.Message {
  612. mi := &file_common_proto_msgTypes[10]
  613. if protoimpl.UnsafeEnabled && x != nil {
  614. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  615. if ms.LoadMessageInfo() == nil {
  616. ms.StoreMessageInfo(mi)
  617. }
  618. return ms
  619. }
  620. return mi.MessageOf(x)
  621. }
  622. // Deprecated: Use PersonDBReply.ProtoReflect.Descriptor instead.
  623. func (*PersonDBReply) Descriptor() ([]byte, []int) {
  624. return file_common_proto_rawDescGZIP(), []int{10}
  625. }
  626. func (x *PersonDBReply) GetList() []*PersonDB {
  627. if x != nil {
  628. return x.List
  629. }
  630. return nil
  631. }
  632. type PersonDB struct {
  633. state protoimpl.MessageState
  634. sizeCache protoimpl.SizeCache
  635. unknownFields protoimpl.UnknownFields
  636. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  637. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  638. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  639. Sex int64 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` // 性别
  640. Pictures []string `protobuf:"bytes,5,rep,name=pictures,proto3" json:"pictures"` // 图片
  641. Age int64 `protobuf:"varint,6,opt,name=age,proto3" json:"age"` // 年龄
  642. Constellation string `protobuf:"bytes,7,opt,name=constellation,proto3" json:"constellation"` // 星座
  643. Area string `protobuf:"bytes,8,opt,name=area,proto3" json:"area"` // 地区
  644. IntroduceVoice string `protobuf:"bytes,9,opt,name=introduceVoice,proto3" json:"introduceVoice"` // 介绍语音
  645. }
  646. func (x *PersonDB) Reset() {
  647. *x = PersonDB{}
  648. if protoimpl.UnsafeEnabled {
  649. mi := &file_common_proto_msgTypes[11]
  650. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  651. ms.StoreMessageInfo(mi)
  652. }
  653. }
  654. func (x *PersonDB) String() string {
  655. return protoimpl.X.MessageStringOf(x)
  656. }
  657. func (*PersonDB) ProtoMessage() {}
  658. func (x *PersonDB) ProtoReflect() protoreflect.Message {
  659. mi := &file_common_proto_msgTypes[11]
  660. if protoimpl.UnsafeEnabled && x != nil {
  661. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  662. if ms.LoadMessageInfo() == nil {
  663. ms.StoreMessageInfo(mi)
  664. }
  665. return ms
  666. }
  667. return mi.MessageOf(x)
  668. }
  669. // Deprecated: Use PersonDB.ProtoReflect.Descriptor instead.
  670. func (*PersonDB) Descriptor() ([]byte, []int) {
  671. return file_common_proto_rawDescGZIP(), []int{11}
  672. }
  673. func (x *PersonDB) GetId() string {
  674. if x != nil {
  675. return x.Id
  676. }
  677. return ""
  678. }
  679. func (x *PersonDB) GetNickname() string {
  680. if x != nil {
  681. return x.Nickname
  682. }
  683. return ""
  684. }
  685. func (x *PersonDB) GetAvatarUrl() string {
  686. if x != nil {
  687. return x.AvatarUrl
  688. }
  689. return ""
  690. }
  691. func (x *PersonDB) GetSex() int64 {
  692. if x != nil {
  693. return x.Sex
  694. }
  695. return 0
  696. }
  697. func (x *PersonDB) GetPictures() []string {
  698. if x != nil {
  699. return x.Pictures
  700. }
  701. return nil
  702. }
  703. func (x *PersonDB) GetAge() int64 {
  704. if x != nil {
  705. return x.Age
  706. }
  707. return 0
  708. }
  709. func (x *PersonDB) GetConstellation() string {
  710. if x != nil {
  711. return x.Constellation
  712. }
  713. return ""
  714. }
  715. func (x *PersonDB) GetArea() string {
  716. if x != nil {
  717. return x.Area
  718. }
  719. return ""
  720. }
  721. func (x *PersonDB) GetIntroduceVoice() string {
  722. if x != nil {
  723. return x.IntroduceVoice
  724. }
  725. return ""
  726. }
  727. type ListPageRequest struct {
  728. state protoimpl.MessageState
  729. sizeCache protoimpl.SizeCache
  730. unknownFields protoimpl.UnknownFields
  731. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  732. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  733. }
  734. func (x *ListPageRequest) Reset() {
  735. *x = ListPageRequest{}
  736. if protoimpl.UnsafeEnabled {
  737. mi := &file_common_proto_msgTypes[12]
  738. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  739. ms.StoreMessageInfo(mi)
  740. }
  741. }
  742. func (x *ListPageRequest) String() string {
  743. return protoimpl.X.MessageStringOf(x)
  744. }
  745. func (*ListPageRequest) ProtoMessage() {}
  746. func (x *ListPageRequest) ProtoReflect() protoreflect.Message {
  747. mi := &file_common_proto_msgTypes[12]
  748. if protoimpl.UnsafeEnabled && x != nil {
  749. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  750. if ms.LoadMessageInfo() == nil {
  751. ms.StoreMessageInfo(mi)
  752. }
  753. return ms
  754. }
  755. return mi.MessageOf(x)
  756. }
  757. // Deprecated: Use ListPageRequest.ProtoReflect.Descriptor instead.
  758. func (*ListPageRequest) Descriptor() ([]byte, []int) {
  759. return file_common_proto_rawDescGZIP(), []int{12}
  760. }
  761. func (x *ListPageRequest) GetNextId() int64 {
  762. if x != nil {
  763. return x.NextId
  764. }
  765. return 0
  766. }
  767. func (x *ListPageRequest) GetOffset() int64 {
  768. if x != nil {
  769. return x.Offset
  770. }
  771. return 0
  772. }
  773. type SendPhoneCodeRequest struct {
  774. state protoimpl.MessageState
  775. sizeCache protoimpl.SizeCache
  776. unknownFields protoimpl.UnknownFields
  777. Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
  778. }
  779. func (x *SendPhoneCodeRequest) Reset() {
  780. *x = SendPhoneCodeRequest{}
  781. if protoimpl.UnsafeEnabled {
  782. mi := &file_common_proto_msgTypes[13]
  783. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  784. ms.StoreMessageInfo(mi)
  785. }
  786. }
  787. func (x *SendPhoneCodeRequest) String() string {
  788. return protoimpl.X.MessageStringOf(x)
  789. }
  790. func (*SendPhoneCodeRequest) ProtoMessage() {}
  791. func (x *SendPhoneCodeRequest) ProtoReflect() protoreflect.Message {
  792. mi := &file_common_proto_msgTypes[13]
  793. if protoimpl.UnsafeEnabled && x != nil {
  794. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  795. if ms.LoadMessageInfo() == nil {
  796. ms.StoreMessageInfo(mi)
  797. }
  798. return ms
  799. }
  800. return mi.MessageOf(x)
  801. }
  802. // Deprecated: Use SendPhoneCodeRequest.ProtoReflect.Descriptor instead.
  803. func (*SendPhoneCodeRequest) Descriptor() ([]byte, []int) {
  804. return file_common_proto_rawDescGZIP(), []int{13}
  805. }
  806. func (x *SendPhoneCodeRequest) GetPhone() string {
  807. if x != nil {
  808. return x.Phone
  809. }
  810. return ""
  811. }
  812. type CheckPhoneCodeRequest struct {
  813. state protoimpl.MessageState
  814. sizeCache protoimpl.SizeCache
  815. unknownFields protoimpl.UnknownFields
  816. Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"`
  817. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  818. }
  819. func (x *CheckPhoneCodeRequest) Reset() {
  820. *x = CheckPhoneCodeRequest{}
  821. if protoimpl.UnsafeEnabled {
  822. mi := &file_common_proto_msgTypes[14]
  823. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  824. ms.StoreMessageInfo(mi)
  825. }
  826. }
  827. func (x *CheckPhoneCodeRequest) String() string {
  828. return protoimpl.X.MessageStringOf(x)
  829. }
  830. func (*CheckPhoneCodeRequest) ProtoMessage() {}
  831. func (x *CheckPhoneCodeRequest) ProtoReflect() protoreflect.Message {
  832. mi := &file_common_proto_msgTypes[14]
  833. if protoimpl.UnsafeEnabled && x != nil {
  834. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  835. if ms.LoadMessageInfo() == nil {
  836. ms.StoreMessageInfo(mi)
  837. }
  838. return ms
  839. }
  840. return mi.MessageOf(x)
  841. }
  842. // Deprecated: Use CheckPhoneCodeRequest.ProtoReflect.Descriptor instead.
  843. func (*CheckPhoneCodeRequest) Descriptor() ([]byte, []int) {
  844. return file_common_proto_rawDescGZIP(), []int{14}
  845. }
  846. func (x *CheckPhoneCodeRequest) GetPhone() string {
  847. if x != nil {
  848. return x.Phone
  849. }
  850. return ""
  851. }
  852. func (x *CheckPhoneCodeRequest) GetCode() string {
  853. if x != nil {
  854. return x.Code
  855. }
  856. return ""
  857. }
  858. type UploadMaterialResponse struct {
  859. state protoimpl.MessageState
  860. sizeCache protoimpl.SizeCache
  861. unknownFields protoimpl.UnknownFields
  862. Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link"`
  863. }
  864. func (x *UploadMaterialResponse) Reset() {
  865. *x = UploadMaterialResponse{}
  866. if protoimpl.UnsafeEnabled {
  867. mi := &file_common_proto_msgTypes[15]
  868. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  869. ms.StoreMessageInfo(mi)
  870. }
  871. }
  872. func (x *UploadMaterialResponse) String() string {
  873. return protoimpl.X.MessageStringOf(x)
  874. }
  875. func (*UploadMaterialResponse) ProtoMessage() {}
  876. func (x *UploadMaterialResponse) ProtoReflect() protoreflect.Message {
  877. mi := &file_common_proto_msgTypes[15]
  878. if protoimpl.UnsafeEnabled && x != nil {
  879. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  880. if ms.LoadMessageInfo() == nil {
  881. ms.StoreMessageInfo(mi)
  882. }
  883. return ms
  884. }
  885. return mi.MessageOf(x)
  886. }
  887. // Deprecated: Use UploadMaterialResponse.ProtoReflect.Descriptor instead.
  888. func (*UploadMaterialResponse) Descriptor() ([]byte, []int) {
  889. return file_common_proto_rawDescGZIP(), []int{15}
  890. }
  891. func (x *UploadMaterialResponse) GetLink() string {
  892. if x != nil {
  893. return x.Link
  894. }
  895. return ""
  896. }
  897. type Ids struct {
  898. state protoimpl.MessageState
  899. sizeCache protoimpl.SizeCache
  900. unknownFields protoimpl.UnknownFields
  901. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"` // 标签ID
  902. }
  903. func (x *Ids) Reset() {
  904. *x = Ids{}
  905. if protoimpl.UnsafeEnabled {
  906. mi := &file_common_proto_msgTypes[16]
  907. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  908. ms.StoreMessageInfo(mi)
  909. }
  910. }
  911. func (x *Ids) String() string {
  912. return protoimpl.X.MessageStringOf(x)
  913. }
  914. func (*Ids) ProtoMessage() {}
  915. func (x *Ids) ProtoReflect() protoreflect.Message {
  916. mi := &file_common_proto_msgTypes[16]
  917. if protoimpl.UnsafeEnabled && x != nil {
  918. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  919. if ms.LoadMessageInfo() == nil {
  920. ms.StoreMessageInfo(mi)
  921. }
  922. return ms
  923. }
  924. return mi.MessageOf(x)
  925. }
  926. // Deprecated: Use Ids.ProtoReflect.Descriptor instead.
  927. func (*Ids) Descriptor() ([]byte, []int) {
  928. return file_common_proto_rawDescGZIP(), []int{16}
  929. }
  930. func (x *Ids) GetIds() []int64 {
  931. if x != nil {
  932. return x.Ids
  933. }
  934. return nil
  935. }
  936. type FindTagListByGroupNameAndSex struct {
  937. state protoimpl.MessageState
  938. sizeCache protoimpl.SizeCache
  939. unknownFields protoimpl.UnknownFields
  940. GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName"` // 分组名
  941. Sex int64 `protobuf:"varint,2,opt,name=sex,proto3" json:"sex"` // 性别
  942. }
  943. func (x *FindTagListByGroupNameAndSex) Reset() {
  944. *x = FindTagListByGroupNameAndSex{}
  945. if protoimpl.UnsafeEnabled {
  946. mi := &file_common_proto_msgTypes[17]
  947. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  948. ms.StoreMessageInfo(mi)
  949. }
  950. }
  951. func (x *FindTagListByGroupNameAndSex) String() string {
  952. return protoimpl.X.MessageStringOf(x)
  953. }
  954. func (*FindTagListByGroupNameAndSex) ProtoMessage() {}
  955. func (x *FindTagListByGroupNameAndSex) ProtoReflect() protoreflect.Message {
  956. mi := &file_common_proto_msgTypes[17]
  957. if protoimpl.UnsafeEnabled && x != nil {
  958. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  959. if ms.LoadMessageInfo() == nil {
  960. ms.StoreMessageInfo(mi)
  961. }
  962. return ms
  963. }
  964. return mi.MessageOf(x)
  965. }
  966. // Deprecated: Use FindTagListByGroupNameAndSex.ProtoReflect.Descriptor instead.
  967. func (*FindTagListByGroupNameAndSex) Descriptor() ([]byte, []int) {
  968. return file_common_proto_rawDescGZIP(), []int{17}
  969. }
  970. func (x *FindTagListByGroupNameAndSex) GetGroupName() string {
  971. if x != nil {
  972. return x.GroupName
  973. }
  974. return ""
  975. }
  976. func (x *FindTagListByGroupNameAndSex) GetSex() int64 {
  977. if x != nil {
  978. return x.Sex
  979. }
  980. return 0
  981. }
  982. type TagListReply struct {
  983. state protoimpl.MessageState
  984. sizeCache protoimpl.SizeCache
  985. unknownFields protoimpl.UnknownFields
  986. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // 分组名
  987. List []*TagList `protobuf:"bytes,2,rep,name=list,proto3" json:"list"` // 标签列表
  988. }
  989. func (x *TagListReply) Reset() {
  990. *x = TagListReply{}
  991. if protoimpl.UnsafeEnabled {
  992. mi := &file_common_proto_msgTypes[18]
  993. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  994. ms.StoreMessageInfo(mi)
  995. }
  996. }
  997. func (x *TagListReply) String() string {
  998. return protoimpl.X.MessageStringOf(x)
  999. }
  1000. func (*TagListReply) ProtoMessage() {}
  1001. func (x *TagListReply) ProtoReflect() protoreflect.Message {
  1002. mi := &file_common_proto_msgTypes[18]
  1003. if protoimpl.UnsafeEnabled && x != nil {
  1004. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1005. if ms.LoadMessageInfo() == nil {
  1006. ms.StoreMessageInfo(mi)
  1007. }
  1008. return ms
  1009. }
  1010. return mi.MessageOf(x)
  1011. }
  1012. // Deprecated: Use TagListReply.ProtoReflect.Descriptor instead.
  1013. func (*TagListReply) Descriptor() ([]byte, []int) {
  1014. return file_common_proto_rawDescGZIP(), []int{18}
  1015. }
  1016. func (x *TagListReply) GetName() string {
  1017. if x != nil {
  1018. return x.Name
  1019. }
  1020. return ""
  1021. }
  1022. func (x *TagListReply) GetList() []*TagList {
  1023. if x != nil {
  1024. return x.List
  1025. }
  1026. return nil
  1027. }
  1028. type TagList struct {
  1029. state protoimpl.MessageState
  1030. sizeCache protoimpl.SizeCache
  1031. unknownFields protoimpl.UnknownFields
  1032. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 标签ID
  1033. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` // 分组名
  1034. }
  1035. func (x *TagList) Reset() {
  1036. *x = TagList{}
  1037. if protoimpl.UnsafeEnabled {
  1038. mi := &file_common_proto_msgTypes[19]
  1039. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1040. ms.StoreMessageInfo(mi)
  1041. }
  1042. }
  1043. func (x *TagList) String() string {
  1044. return protoimpl.X.MessageStringOf(x)
  1045. }
  1046. func (*TagList) ProtoMessage() {}
  1047. func (x *TagList) ProtoReflect() protoreflect.Message {
  1048. mi := &file_common_proto_msgTypes[19]
  1049. if protoimpl.UnsafeEnabled && x != nil {
  1050. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1051. if ms.LoadMessageInfo() == nil {
  1052. ms.StoreMessageInfo(mi)
  1053. }
  1054. return ms
  1055. }
  1056. return mi.MessageOf(x)
  1057. }
  1058. // Deprecated: Use TagList.ProtoReflect.Descriptor instead.
  1059. func (*TagList) Descriptor() ([]byte, []int) {
  1060. return file_common_proto_rawDescGZIP(), []int{19}
  1061. }
  1062. func (x *TagList) GetId() int64 {
  1063. if x != nil {
  1064. return x.Id
  1065. }
  1066. return 0
  1067. }
  1068. func (x *TagList) GetName() string {
  1069. if x != nil {
  1070. return x.Name
  1071. }
  1072. return ""
  1073. }
  1074. var File_common_proto protoreflect.FileDescriptor
  1075. var file_common_proto_rawDesc = []byte{
  1076. 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a,
  1077. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x22, 0x4d, 0x0a, 0x15, 0x55, 0x73,
  1078. 0x65, 0x72, 0x41, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x50, 0x61,
  1079. 0x72, 0x61, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64,
  1080. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
  1081. 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  1082. 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x42, 0x0a, 0x14, 0x55, 0x73, 0x65,
  1083. 0x72, 0x31, 0x41, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x32, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61,
  1084. 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  1085. 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32,
  1086. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x22, 0x2e, 0x0a,
  1087. 0x0e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12,
  1088. 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
  1089. 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x22, 0x49, 0x0a,
  1090. 0x0b, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1a, 0x0a, 0x08,
  1091. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
  1092. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73,
  1093. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65,
  1094. 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x25, 0x0a, 0x0b, 0x55, 0x73, 0x65, 0x72,
  1095. 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
  1096. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22,
  1097. 0x1d, 0x0a, 0x09, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03,
  1098. 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x7e,
  1099. 0x0a, 0x0e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  1100. 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1101. 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
  1102. 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
  1103. 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x72,
  1104. 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x6f, 0x6e, 0x63, 0x65, 0x53, 0x74, 0x72,
  1105. 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x04, 0x20,
  1106. 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x22, 0xc3,
  1107. 0x02, 0x0a, 0x08, 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69,
  1108. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e,
  1109. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e,
  1110. 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
  1111. 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74,
  1112. 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01,
  1113. 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75,
  1114. 0x72, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75,
  1115. 0x72, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03,
  1116. 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c,
  1117. 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f,
  1118. 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x61,
  1119. 0x72, 0x65, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12,
  1120. 0x2d, 0x0a, 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b,
  1121. 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61,
  1122. 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1c,
  1123. 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
  1124. 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x26, 0x0a, 0x0e,
  1125. 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x0b,
  1126. 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56,
  1127. 0x6f, 0x69, 0x63, 0x65, 0x22, 0xbc, 0x02, 0x0a, 0x14, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65,
  1128. 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a,
  1129. 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a,
  1130. 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  1131. 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61,
  1132. 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76,
  1133. 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04,
  1134. 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63,
  1135. 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63,
  1136. 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f, 0x70, 0x65,
  1137. 0x6e, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x72, 0x6f, 0x6d, 0x4f,
  1138. 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x67, 0x69, 0x73,
  1139. 0x74, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x67,
  1140. 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x43, 0x68, 0x61, 0x74, 0x18,
  1141. 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x43, 0x68, 0x61, 0x74, 0x12, 0x1a, 0x0a,
  1142. 0x08, 0x69, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x55, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52,
  1143. 0x08, 0x69, 0x73, 0x46, 0x72, 0x6f, 0x6d, 0x55, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x72, 0x6f,
  1144. 0x6d, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x72,
  1145. 0x6f, 0x6d, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e,
  1146. 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x72, 0x6f, 0x6d, 0x4e,
  1147. 0x61, 0x6d, 0x65, 0x22, 0x2c, 0x0a, 0x0c, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x4c,
  1148. 0x69, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x73,
  1149. 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
  1150. 0x73, 0x22, 0x39, 0x0a, 0x0d, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x44, 0x42, 0x52, 0x65, 0x70,
  1151. 0x6c, 0x79, 0x12, 0x28, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
  1152. 0x32, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65,
  1153. 0x72, 0x73, 0x6f, 0x6e, 0x44, 0x42, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xf6, 0x01, 0x0a,
  1154. 0x08, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x44, 0x42, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
  1155. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63,
  1156. 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63,
  1157. 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  1158. 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  1159. 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
  1160. 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
  1161. 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
  1162. 0x73, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03,
  1163. 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61,
  1164. 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73,
  1165. 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65,
  1166. 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x26, 0x0a,
  1167. 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18,
  1168. 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65,
  1169. 0x56, 0x6f, 0x69, 0x63, 0x65, 0x22, 0x41, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67,
  1170. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74,
  1171. 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
  1172. 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
  1173. 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x2c, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64,
  1174. 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1175. 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  1176. 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x22, 0x41, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50,
  1177. 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  1178. 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
  1179. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20,
  1180. 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x2c, 0x0a, 0x16, 0x55, 0x70, 0x6c,
  1181. 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f,
  1182. 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28,
  1183. 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x17, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x12, 0x10,
  1184. 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73,
  1185. 0x22, 0x4e, 0x0a, 0x1c, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42,
  1186. 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78,
  1187. 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
  1188. 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10,
  1189. 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78,
  1190. 0x22, 0x4b, 0x0a, 0x0c, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  1191. 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
  1192. 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x27, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03,
  1193. 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  1194. 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x2d, 0x0a,
  1195. 0x07, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
  1196. 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
  1197. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x43, 0x0a, 0x0a,
  1198. 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69,
  1199. 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72,
  1200. 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
  1201. 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  1202. 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1203. }
  1204. var (
  1205. file_common_proto_rawDescOnce sync.Once
  1206. file_common_proto_rawDescData = file_common_proto_rawDesc
  1207. )
  1208. func file_common_proto_rawDescGZIP() []byte {
  1209. file_common_proto_rawDescOnce.Do(func() {
  1210. file_common_proto_rawDescData = protoimpl.X.CompressGZIP(file_common_proto_rawDescData)
  1211. })
  1212. return file_common_proto_rawDescData
  1213. }
  1214. var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
  1215. var file_common_proto_goTypes = []interface{}{
  1216. (*UserAndPartnerIdParam)(nil), // 0: api.common.UserAndPartnerIdParam
  1217. (*User1AndUser2IdParam)(nil), // 1: api.common.User1AndUser2IdParam
  1218. (*PartnerIDParam)(nil), // 2: api.common.PartnerIDParam
  1219. (*PersonParam)(nil), // 3: api.common.PersonParam
  1220. (*UserIDParam)(nil), // 4: api.common.UserIDParam
  1221. (*WxConfReq)(nil), // 5: api.common.WxConfReq
  1222. (*WxConfResponse)(nil), // 6: api.common.WxConfResponse
  1223. (*HomeInfo)(nil), // 7: api.common.HomeInfo
  1224. (*AddFriendMessageInfo)(nil), // 8: api.common.AddFriendMessageInfo
  1225. (*PersonIDList)(nil), // 9: api.common.PersonIDList
  1226. (*PersonDBReply)(nil), // 10: api.common.PersonDBReply
  1227. (*PersonDB)(nil), // 11: api.common.PersonDB
  1228. (*ListPageRequest)(nil), // 12: api.common.ListPageRequest
  1229. (*SendPhoneCodeRequest)(nil), // 13: api.common.SendPhoneCodeRequest
  1230. (*CheckPhoneCodeRequest)(nil), // 14: api.common.CheckPhoneCodeRequest
  1231. (*UploadMaterialResponse)(nil), // 15: api.common.UploadMaterialResponse
  1232. (*Ids)(nil), // 16: api.common.Ids
  1233. (*FindTagListByGroupNameAndSex)(nil), // 17: api.common.FindTagListByGroupNameAndSex
  1234. (*TagListReply)(nil), // 18: api.common.TagListReply
  1235. (*TagList)(nil), // 19: api.common.TagList
  1236. }
  1237. var file_common_proto_depIdxs = []int32{
  1238. 19, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
  1239. 11, // 1: api.common.PersonDBReply.list:type_name -> api.common.PersonDB
  1240. 19, // 2: api.common.TagListReply.list:type_name -> api.common.TagList
  1241. 3, // [3:3] is the sub-list for method output_type
  1242. 3, // [3:3] is the sub-list for method input_type
  1243. 3, // [3:3] is the sub-list for extension type_name
  1244. 3, // [3:3] is the sub-list for extension extendee
  1245. 0, // [0:3] is the sub-list for field type_name
  1246. }
  1247. func init() { file_common_proto_init() }
  1248. func file_common_proto_init() {
  1249. if File_common_proto != nil {
  1250. return
  1251. }
  1252. if !protoimpl.UnsafeEnabled {
  1253. file_common_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1254. switch v := v.(*UserAndPartnerIdParam); i {
  1255. case 0:
  1256. return &v.state
  1257. case 1:
  1258. return &v.sizeCache
  1259. case 2:
  1260. return &v.unknownFields
  1261. default:
  1262. return nil
  1263. }
  1264. }
  1265. file_common_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1266. switch v := v.(*User1AndUser2IdParam); i {
  1267. case 0:
  1268. return &v.state
  1269. case 1:
  1270. return &v.sizeCache
  1271. case 2:
  1272. return &v.unknownFields
  1273. default:
  1274. return nil
  1275. }
  1276. }
  1277. file_common_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1278. switch v := v.(*PartnerIDParam); i {
  1279. case 0:
  1280. return &v.state
  1281. case 1:
  1282. return &v.sizeCache
  1283. case 2:
  1284. return &v.unknownFields
  1285. default:
  1286. return nil
  1287. }
  1288. }
  1289. file_common_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1290. switch v := v.(*PersonParam); i {
  1291. case 0:
  1292. return &v.state
  1293. case 1:
  1294. return &v.sizeCache
  1295. case 2:
  1296. return &v.unknownFields
  1297. default:
  1298. return nil
  1299. }
  1300. }
  1301. file_common_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1302. switch v := v.(*UserIDParam); i {
  1303. case 0:
  1304. return &v.state
  1305. case 1:
  1306. return &v.sizeCache
  1307. case 2:
  1308. return &v.unknownFields
  1309. default:
  1310. return nil
  1311. }
  1312. }
  1313. file_common_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1314. switch v := v.(*WxConfReq); i {
  1315. case 0:
  1316. return &v.state
  1317. case 1:
  1318. return &v.sizeCache
  1319. case 2:
  1320. return &v.unknownFields
  1321. default:
  1322. return nil
  1323. }
  1324. }
  1325. file_common_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1326. switch v := v.(*WxConfResponse); i {
  1327. case 0:
  1328. return &v.state
  1329. case 1:
  1330. return &v.sizeCache
  1331. case 2:
  1332. return &v.unknownFields
  1333. default:
  1334. return nil
  1335. }
  1336. }
  1337. file_common_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1338. switch v := v.(*HomeInfo); i {
  1339. case 0:
  1340. return &v.state
  1341. case 1:
  1342. return &v.sizeCache
  1343. case 2:
  1344. return &v.unknownFields
  1345. default:
  1346. return nil
  1347. }
  1348. }
  1349. file_common_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1350. switch v := v.(*AddFriendMessageInfo); i {
  1351. case 0:
  1352. return &v.state
  1353. case 1:
  1354. return &v.sizeCache
  1355. case 2:
  1356. return &v.unknownFields
  1357. default:
  1358. return nil
  1359. }
  1360. }
  1361. file_common_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1362. switch v := v.(*PersonIDList); i {
  1363. case 0:
  1364. return &v.state
  1365. case 1:
  1366. return &v.sizeCache
  1367. case 2:
  1368. return &v.unknownFields
  1369. default:
  1370. return nil
  1371. }
  1372. }
  1373. file_common_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1374. switch v := v.(*PersonDBReply); i {
  1375. case 0:
  1376. return &v.state
  1377. case 1:
  1378. return &v.sizeCache
  1379. case 2:
  1380. return &v.unknownFields
  1381. default:
  1382. return nil
  1383. }
  1384. }
  1385. file_common_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1386. switch v := v.(*PersonDB); i {
  1387. case 0:
  1388. return &v.state
  1389. case 1:
  1390. return &v.sizeCache
  1391. case 2:
  1392. return &v.unknownFields
  1393. default:
  1394. return nil
  1395. }
  1396. }
  1397. file_common_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1398. switch v := v.(*ListPageRequest); i {
  1399. case 0:
  1400. return &v.state
  1401. case 1:
  1402. return &v.sizeCache
  1403. case 2:
  1404. return &v.unknownFields
  1405. default:
  1406. return nil
  1407. }
  1408. }
  1409. file_common_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1410. switch v := v.(*SendPhoneCodeRequest); i {
  1411. case 0:
  1412. return &v.state
  1413. case 1:
  1414. return &v.sizeCache
  1415. case 2:
  1416. return &v.unknownFields
  1417. default:
  1418. return nil
  1419. }
  1420. }
  1421. file_common_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  1422. switch v := v.(*CheckPhoneCodeRequest); i {
  1423. case 0:
  1424. return &v.state
  1425. case 1:
  1426. return &v.sizeCache
  1427. case 2:
  1428. return &v.unknownFields
  1429. default:
  1430. return nil
  1431. }
  1432. }
  1433. file_common_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  1434. switch v := v.(*UploadMaterialResponse); i {
  1435. case 0:
  1436. return &v.state
  1437. case 1:
  1438. return &v.sizeCache
  1439. case 2:
  1440. return &v.unknownFields
  1441. default:
  1442. return nil
  1443. }
  1444. }
  1445. file_common_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  1446. switch v := v.(*Ids); i {
  1447. case 0:
  1448. return &v.state
  1449. case 1:
  1450. return &v.sizeCache
  1451. case 2:
  1452. return &v.unknownFields
  1453. default:
  1454. return nil
  1455. }
  1456. }
  1457. file_common_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
  1458. switch v := v.(*FindTagListByGroupNameAndSex); i {
  1459. case 0:
  1460. return &v.state
  1461. case 1:
  1462. return &v.sizeCache
  1463. case 2:
  1464. return &v.unknownFields
  1465. default:
  1466. return nil
  1467. }
  1468. }
  1469. file_common_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
  1470. switch v := v.(*TagListReply); i {
  1471. case 0:
  1472. return &v.state
  1473. case 1:
  1474. return &v.sizeCache
  1475. case 2:
  1476. return &v.unknownFields
  1477. default:
  1478. return nil
  1479. }
  1480. }
  1481. file_common_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
  1482. switch v := v.(*TagList); i {
  1483. case 0:
  1484. return &v.state
  1485. case 1:
  1486. return &v.sizeCache
  1487. case 2:
  1488. return &v.unknownFields
  1489. default:
  1490. return nil
  1491. }
  1492. }
  1493. }
  1494. type x struct{}
  1495. out := protoimpl.TypeBuilder{
  1496. File: protoimpl.DescBuilder{
  1497. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1498. RawDescriptor: file_common_proto_rawDesc,
  1499. NumEnums: 0,
  1500. NumMessages: 20,
  1501. NumExtensions: 0,
  1502. NumServices: 0,
  1503. },
  1504. GoTypes: file_common_proto_goTypes,
  1505. DependencyIndexes: file_common_proto_depIdxs,
  1506. MessageInfos: file_common_proto_msgTypes,
  1507. }.Build()
  1508. File_common_proto = out.File
  1509. file_common_proto_rawDesc = nil
  1510. file_common_proto_goTypes = nil
  1511. file_common_proto_depIdxs = nil
  1512. }