partner.pb.go 20 KB

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