partner.pb.go 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  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: partner.proto
  6. package partner
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. statistics "git.ikuban.com/server/pw-protobuf/api/statistics"
  10. _ "google.golang.org/genproto/googleapis/api/annotations"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. emptypb "google.golang.org/protobuf/types/known/emptypb"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. type PartnerInfo struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  28. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  29. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  30. Age int64 `protobuf:"varint,4,opt,name=age,proto3" json:"age"` // 年龄
  31. Sex int64 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex"` // 性别
  32. LookNum int64 `protobuf:"varint,6,opt,name=lookNum,proto3" json:"lookNum"` // 看过我
  33. LookUnreadNum int64 `protobuf:"varint,7,opt,name=lookUnreadNum,proto3" json:"lookUnreadNum"` // 看过我的未读数
  34. Level int64 `protobuf:"varint,8,opt,name=level,proto3" json:"level"` // 等级
  35. Balance int64 `protobuf:"varint,9,opt,name=balance,proto3" json:"balance"` // 可提现余额
  36. TodayProfit int64 `protobuf:"varint,10,opt,name=todayProfit,proto3" json:"todayProfit"` // 进入收益
  37. TodayReceptionNum int64 `protobuf:"varint,11,opt,name=todayReceptionNum,proto3" json:"todayReceptionNum"` // 今日接待人数
  38. ReversionRate string `protobuf:"bytes,12,opt,name=reversionRate,proto3" json:"reversionRate"` // 五分钟的回复率
  39. }
  40. func (x *PartnerInfo) Reset() {
  41. *x = PartnerInfo{}
  42. if protoimpl.UnsafeEnabled {
  43. mi := &file_partner_proto_msgTypes[0]
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. ms.StoreMessageInfo(mi)
  46. }
  47. }
  48. func (x *PartnerInfo) String() string {
  49. return protoimpl.X.MessageStringOf(x)
  50. }
  51. func (*PartnerInfo) ProtoMessage() {}
  52. func (x *PartnerInfo) ProtoReflect() protoreflect.Message {
  53. mi := &file_partner_proto_msgTypes[0]
  54. if protoimpl.UnsafeEnabled && x != nil {
  55. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  56. if ms.LoadMessageInfo() == nil {
  57. ms.StoreMessageInfo(mi)
  58. }
  59. return ms
  60. }
  61. return mi.MessageOf(x)
  62. }
  63. // Deprecated: Use PartnerInfo.ProtoReflect.Descriptor instead.
  64. func (*PartnerInfo) Descriptor() ([]byte, []int) {
  65. return file_partner_proto_rawDescGZIP(), []int{0}
  66. }
  67. func (x *PartnerInfo) GetId() string {
  68. if x != nil {
  69. return x.Id
  70. }
  71. return ""
  72. }
  73. func (x *PartnerInfo) GetNickname() string {
  74. if x != nil {
  75. return x.Nickname
  76. }
  77. return ""
  78. }
  79. func (x *PartnerInfo) GetAvatarUrl() string {
  80. if x != nil {
  81. return x.AvatarUrl
  82. }
  83. return ""
  84. }
  85. func (x *PartnerInfo) GetAge() int64 {
  86. if x != nil {
  87. return x.Age
  88. }
  89. return 0
  90. }
  91. func (x *PartnerInfo) GetSex() int64 {
  92. if x != nil {
  93. return x.Sex
  94. }
  95. return 0
  96. }
  97. func (x *PartnerInfo) GetLookNum() int64 {
  98. if x != nil {
  99. return x.LookNum
  100. }
  101. return 0
  102. }
  103. func (x *PartnerInfo) GetLookUnreadNum() int64 {
  104. if x != nil {
  105. return x.LookUnreadNum
  106. }
  107. return 0
  108. }
  109. func (x *PartnerInfo) GetLevel() int64 {
  110. if x != nil {
  111. return x.Level
  112. }
  113. return 0
  114. }
  115. func (x *PartnerInfo) GetBalance() int64 {
  116. if x != nil {
  117. return x.Balance
  118. }
  119. return 0
  120. }
  121. func (x *PartnerInfo) GetTodayProfit() int64 {
  122. if x != nil {
  123. return x.TodayProfit
  124. }
  125. return 0
  126. }
  127. func (x *PartnerInfo) GetTodayReceptionNum() int64 {
  128. if x != nil {
  129. return x.TodayReceptionNum
  130. }
  131. return 0
  132. }
  133. func (x *PartnerInfo) GetReversionRate() string {
  134. if x != nil {
  135. return x.ReversionRate
  136. }
  137. return ""
  138. }
  139. type RandomPartnerInfo struct {
  140. state protoimpl.MessageState
  141. sizeCache protoimpl.SizeCache
  142. unknownFields protoimpl.UnknownFields
  143. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` // id
  144. Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` // 昵称
  145. AvatarUrl string `protobuf:"bytes,3,opt,name=avatarUrl,proto3" json:"avatarUrl"` // 头像链接
  146. Sex int64 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex"` // 性别
  147. }
  148. func (x *RandomPartnerInfo) Reset() {
  149. *x = RandomPartnerInfo{}
  150. if protoimpl.UnsafeEnabled {
  151. mi := &file_partner_proto_msgTypes[1]
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. ms.StoreMessageInfo(mi)
  154. }
  155. }
  156. func (x *RandomPartnerInfo) String() string {
  157. return protoimpl.X.MessageStringOf(x)
  158. }
  159. func (*RandomPartnerInfo) ProtoMessage() {}
  160. func (x *RandomPartnerInfo) ProtoReflect() protoreflect.Message {
  161. mi := &file_partner_proto_msgTypes[1]
  162. if protoimpl.UnsafeEnabled && x != nil {
  163. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  164. if ms.LoadMessageInfo() == nil {
  165. ms.StoreMessageInfo(mi)
  166. }
  167. return ms
  168. }
  169. return mi.MessageOf(x)
  170. }
  171. // Deprecated: Use RandomPartnerInfo.ProtoReflect.Descriptor instead.
  172. func (*RandomPartnerInfo) Descriptor() ([]byte, []int) {
  173. return file_partner_proto_rawDescGZIP(), []int{1}
  174. }
  175. func (x *RandomPartnerInfo) GetId() string {
  176. if x != nil {
  177. return x.Id
  178. }
  179. return ""
  180. }
  181. func (x *RandomPartnerInfo) GetNickname() string {
  182. if x != nil {
  183. return x.Nickname
  184. }
  185. return ""
  186. }
  187. func (x *RandomPartnerInfo) GetAvatarUrl() string {
  188. if x != nil {
  189. return x.AvatarUrl
  190. }
  191. return ""
  192. }
  193. func (x *RandomPartnerInfo) GetSex() int64 {
  194. if x != nil {
  195. return x.Sex
  196. }
  197. return 0
  198. }
  199. type GetRandomPartnerRequest struct {
  200. state protoimpl.MessageState
  201. sizeCache protoimpl.SizeCache
  202. unknownFields protoimpl.UnknownFields
  203. Sex int64 `protobuf:"varint,1,opt,name=sex,proto3" json:"sex"` // 性别
  204. }
  205. func (x *GetRandomPartnerRequest) Reset() {
  206. *x = GetRandomPartnerRequest{}
  207. if protoimpl.UnsafeEnabled {
  208. mi := &file_partner_proto_msgTypes[2]
  209. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  210. ms.StoreMessageInfo(mi)
  211. }
  212. }
  213. func (x *GetRandomPartnerRequest) String() string {
  214. return protoimpl.X.MessageStringOf(x)
  215. }
  216. func (*GetRandomPartnerRequest) ProtoMessage() {}
  217. func (x *GetRandomPartnerRequest) ProtoReflect() protoreflect.Message {
  218. mi := &file_partner_proto_msgTypes[2]
  219. if protoimpl.UnsafeEnabled && x != nil {
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. if ms.LoadMessageInfo() == nil {
  222. ms.StoreMessageInfo(mi)
  223. }
  224. return ms
  225. }
  226. return mi.MessageOf(x)
  227. }
  228. // Deprecated: Use GetRandomPartnerRequest.ProtoReflect.Descriptor instead.
  229. func (*GetRandomPartnerRequest) Descriptor() ([]byte, []int) {
  230. return file_partner_proto_rawDescGZIP(), []int{2}
  231. }
  232. func (x *GetRandomPartnerRequest) GetSex() int64 {
  233. if x != nil {
  234. return x.Sex
  235. }
  236. return 0
  237. }
  238. var File_partner_proto protoreflect.FileDescriptor
  239. var file_partner_proto_rawDesc = []byte{
  240. 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  241. 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x1a, 0x1c, 0x67, 0x6f,
  242. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  243. 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
  244. 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
  245. 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d,
  246. 0x6d, 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  247. 0x1a, 0x1f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
  248. 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  249. 0x6f, 0x22, 0xe1, 0x02, 0x0a, 0x0b, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66,
  250. 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
  251. 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
  252. 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a,
  253. 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  254. 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x61,
  255. 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a,
  256. 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12,
  257. 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03,
  258. 0x52, 0x07, 0x6c, 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x6f, 0x6f,
  259. 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03,
  260. 0x52, 0x0d, 0x6c, 0x6f, 0x6f, 0x6b, 0x55, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12,
  261. 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
  262. 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65,
  263. 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12,
  264. 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x18, 0x0a,
  265. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x66, 0x69,
  266. 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74,
  267. 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x74, 0x6f,
  268. 0x64, 0x61, 0x79, 0x52, 0x65, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x12,
  269. 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x61, 0x74, 0x65,
  270. 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
  271. 0x6e, 0x52, 0x61, 0x74, 0x65, 0x22, 0x6f, 0x0a, 0x11, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50,
  272. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
  273. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69,
  274. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
  275. 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  276. 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
  277. 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28,
  278. 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x2b, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e,
  279. 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  280. 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03,
  281. 0x73, 0x65, 0x78, 0x32, 0xfe, 0x09, 0x0a, 0x07, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x12,
  282. 0x60, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66,
  283. 0x6f, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  284. 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  285. 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
  286. 0x6e, 0x66, 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70,
  287. 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01,
  288. 0x2a, 0x12, 0x6f, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x4c,
  289. 0x6f, 0x6f, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  290. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x20,
  291. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e,
  292. 0x4c, 0x6f, 0x6f, 0x6b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
  293. 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70,
  294. 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6e, 0x75, 0x6d, 0x2f, 0x6c, 0x6f, 0x6f, 0x6b, 0x3a,
  295. 0x01, 0x2a, 0x12, 0x6c, 0x0a, 0x0d, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43,
  296. 0x6f, 0x64, 0x65, 0x12, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
  297. 0x2e, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
  298. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  299. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x21, 0x82,
  300. 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74,
  301. 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x73, 0x65, 0x6e, 0x64, 0x3a, 0x01, 0x2a,
  302. 0x12, 0x6f, 0x0a, 0x0e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f,
  303. 0x64, 0x65, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  304. 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
  305. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  306. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x22, 0x82,
  307. 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x22, 0x17, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74,
  308. 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x3a, 0x01,
  309. 0x2a, 0x12, 0x54, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43,
  310. 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  311. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44,
  312. 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  313. 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73,
  314. 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x84, 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61,
  315. 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61,
  316. 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  317. 0x6e, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74,
  318. 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
  319. 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
  320. 0x74, 0x79, 0x22, 0x2a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69,
  321. 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f,
  322. 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x01, 0x2a, 0x12, 0x5c,
  323. 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e,
  324. 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72,
  325. 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x50, 0x61,
  326. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61,
  327. 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x52, 0x61, 0x6e, 0x64, 0x6f,
  328. 0x6d, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x61, 0x0a, 0x12,
  329. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x47, 0x65, 0x74, 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x6e,
  330. 0x66, 0x6f, 0x12, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e,
  331. 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x14, 0x2e, 0x61, 0x70,
  332. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x6e, 0x66,
  333. 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  334. 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x68, 0x6f, 0x6d, 0x65, 0x3a, 0x01, 0x2a, 0x12,
  335. 0x74, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x4c, 0x6f, 0x6f, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12,
  336. 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73,
  337. 0x74, 0x50, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61,
  338. 0x70, 0x69, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x2e, 0x4c, 0x6f,
  339. 0x6f, 0x6b, 0x41, 0x6e, 0x64, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
  340. 0x6c, 0x79, 0x22, 0x21, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x22, 0x16, 0x2f, 0x61, 0x70, 0x69,
  341. 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x6c, 0x6f,
  342. 0x6f, 0x6b, 0x3a, 0x01, 0x2a, 0x12, 0x48, 0x0a, 0x11, 0x46, 0x69, 0x6e, 0x64, 0x50, 0x61, 0x72,
  343. 0x74, 0x6e, 0x65, 0x72, 0x44, 0x42, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69,
  344. 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44,
  345. 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  346. 0x6e, 0x2e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x44, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
  347. 0x5c, 0x0a, 0x06, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  348. 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78, 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x71,
  349. 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x57, 0x78,
  350. 0x43, 0x6f, 0x6e, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3,
  351. 0xe4, 0x93, 0x02, 0x19, 0x22, 0x14, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x77, 0x78, 0x2f, 0x6a, 0x73,
  352. 0x73, 0x64, 0x6b, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x3a, 0x01, 0x2a, 0x12, 0x84, 0x01,
  353. 0x0a, 0x1c, 0x46, 0x69, 0x6e, 0x64, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x47,
  354. 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x12, 0x28,
  355. 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x46, 0x69, 0x6e, 0x64,
  356. 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61,
  357. 0x6d, 0x65, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  358. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
  359. 0x6c, 0x79, 0x22, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1a, 0x22, 0x15, 0x2f, 0x61, 0x70, 0x69,
  360. 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x2f, 0x74, 0x61,
  361. 0x67, 0x3a, 0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74,
  362. 0x6e, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x35, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
  363. 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
  364. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72,
  365. 0x74, 0x6e, 0x65, 0x72, 0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72,
  366. 0x6f, 0x74, 0x6f, 0x33,
  367. }
  368. var (
  369. file_partner_proto_rawDescOnce sync.Once
  370. file_partner_proto_rawDescData = file_partner_proto_rawDesc
  371. )
  372. func file_partner_proto_rawDescGZIP() []byte {
  373. file_partner_proto_rawDescOnce.Do(func() {
  374. file_partner_proto_rawDescData = protoimpl.X.CompressGZIP(file_partner_proto_rawDescData)
  375. })
  376. return file_partner_proto_rawDescData
  377. }
  378. var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  379. var file_partner_proto_goTypes = []interface{}{
  380. (*PartnerInfo)(nil), // 0: api.partner.PartnerInfo
  381. (*RandomPartnerInfo)(nil), // 1: api.partner.RandomPartnerInfo
  382. (*GetRandomPartnerRequest)(nil), // 2: api.partner.GetRandomPartnerRequest
  383. (*emptypb.Empty)(nil), // 3: google.protobuf.Empty
  384. (*common.SendPhoneCodeRequest)(nil), // 4: api.common.SendPhoneCodeRequest
  385. (*common.CheckPhoneCodeRequest)(nil), // 5: api.common.CheckPhoneCodeRequest
  386. (*common.PartnerIDParam)(nil), // 6: api.common.PartnerIDParam
  387. (*common.UpdateInformationRequest)(nil), // 7: api.common.UpdateInformationRequest
  388. (*common.PersonParam)(nil), // 8: api.common.PersonParam
  389. (*common.ListPageRequest)(nil), // 9: api.common.ListPageRequest
  390. (*common.PersonIDList)(nil), // 10: api.common.PersonIDList
  391. (*common.WxConfReq)(nil), // 11: api.common.WxConfReq
  392. (*common.FindTagListByGroupNameAndSex)(nil), // 12: api.common.FindTagListByGroupNameAndSex
  393. (*statistics.LookMessageReply)(nil), // 13: api.statistics.LookMessageReply
  394. (*common.AddFriendMessageInfo)(nil), // 14: api.common.AddFriendMessageInfo
  395. (*common.HomeInfo)(nil), // 15: api.common.HomeInfo
  396. (*statistics.LookAndLikeListReply)(nil), // 16: api.statistics.LookAndLikeListReply
  397. (*common.PersonDBReply)(nil), // 17: api.common.PersonDBReply
  398. (*common.WxConfResponse)(nil), // 18: api.common.WxConfResponse
  399. (*common.TagListReply)(nil), // 19: api.common.TagListReply
  400. }
  401. var file_partner_proto_depIdxs = []int32{
  402. 3, // 0: api.partner.Partner.GetPartnerInfo:input_type -> google.protobuf.Empty
  403. 3, // 1: api.partner.Partner.GetPartnerLookNum:input_type -> google.protobuf.Empty
  404. 4, // 2: api.partner.Partner.SendPhoneCode:input_type -> api.common.SendPhoneCodeRequest
  405. 5, // 3: api.partner.Partner.CheckPhoneCode:input_type -> api.common.CheckPhoneCodeRequest
  406. 6, // 4: api.partner.Partner.GetPartnerCircleInfo:input_type -> api.common.PartnerIDParam
  407. 7, // 5: api.partner.Partner.UpdatePartnerInformation:input_type -> api.common.UpdateInformationRequest
  408. 2, // 6: api.partner.Partner.GetRandomPartnerInfo:input_type -> api.partner.GetRandomPartnerRequest
  409. 8, // 7: api.partner.Partner.PartnerGetHomeInfo:input_type -> api.common.PersonParam
  410. 9, // 8: api.partner.Partner.FindLookList:input_type -> api.common.ListPageRequest
  411. 10, // 9: api.partner.Partner.FindPartnerDBList:input_type -> api.common.PersonIDList
  412. 11, // 10: api.partner.Partner.WxConf:input_type -> api.common.WxConfReq
  413. 12, // 11: api.partner.Partner.FindTagListByGroupNameAndSex:input_type -> api.common.FindTagListByGroupNameAndSex
  414. 0, // 12: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
  415. 13, // 13: api.partner.Partner.GetPartnerLookNum:output_type -> api.statistics.LookMessageReply
  416. 3, // 14: api.partner.Partner.SendPhoneCode:output_type -> google.protobuf.Empty
  417. 3, // 15: api.partner.Partner.CheckPhoneCode:output_type -> google.protobuf.Empty
  418. 14, // 16: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.common.AddFriendMessageInfo
  419. 3, // 17: api.partner.Partner.UpdatePartnerInformation:output_type -> google.protobuf.Empty
  420. 1, // 18: api.partner.Partner.GetRandomPartnerInfo:output_type -> api.partner.RandomPartnerInfo
  421. 15, // 19: api.partner.Partner.PartnerGetHomeInfo:output_type -> api.common.HomeInfo
  422. 16, // 20: api.partner.Partner.FindLookList:output_type -> api.statistics.LookAndLikeListReply
  423. 17, // 21: api.partner.Partner.FindPartnerDBList:output_type -> api.common.PersonDBReply
  424. 18, // 22: api.partner.Partner.WxConf:output_type -> api.common.WxConfResponse
  425. 19, // 23: api.partner.Partner.FindTagListByGroupNameAndSex:output_type -> api.common.TagListReply
  426. 12, // [12:24] is the sub-list for method output_type
  427. 0, // [0:12] is the sub-list for method input_type
  428. 0, // [0:0] is the sub-list for extension type_name
  429. 0, // [0:0] is the sub-list for extension extendee
  430. 0, // [0:0] is the sub-list for field type_name
  431. }
  432. func init() { file_partner_proto_init() }
  433. func file_partner_proto_init() {
  434. if File_partner_proto != nil {
  435. return
  436. }
  437. if !protoimpl.UnsafeEnabled {
  438. file_partner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  439. switch v := v.(*PartnerInfo); i {
  440. case 0:
  441. return &v.state
  442. case 1:
  443. return &v.sizeCache
  444. case 2:
  445. return &v.unknownFields
  446. default:
  447. return nil
  448. }
  449. }
  450. file_partner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  451. switch v := v.(*RandomPartnerInfo); i {
  452. case 0:
  453. return &v.state
  454. case 1:
  455. return &v.sizeCache
  456. case 2:
  457. return &v.unknownFields
  458. default:
  459. return nil
  460. }
  461. }
  462. file_partner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  463. switch v := v.(*GetRandomPartnerRequest); i {
  464. case 0:
  465. return &v.state
  466. case 1:
  467. return &v.sizeCache
  468. case 2:
  469. return &v.unknownFields
  470. default:
  471. return nil
  472. }
  473. }
  474. }
  475. type x struct{}
  476. out := protoimpl.TypeBuilder{
  477. File: protoimpl.DescBuilder{
  478. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  479. RawDescriptor: file_partner_proto_rawDesc,
  480. NumEnums: 0,
  481. NumMessages: 3,
  482. NumExtensions: 0,
  483. NumServices: 1,
  484. },
  485. GoTypes: file_partner_proto_goTypes,
  486. DependencyIndexes: file_partner_proto_depIdxs,
  487. MessageInfos: file_partner_proto_msgTypes,
  488. }.Build()
  489. File_partner_proto = out.File
  490. file_partner_proto_rawDesc = nil
  491. file_partner_proto_goTypes = nil
  492. file_partner_proto_depIdxs = nil
  493. }