partner.pb.go 22 KB

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