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