base.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  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: base.proto
  6. package base
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type AuthorizationRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. JsCode string `protobuf:"bytes,1,opt,name=jsCode,proto3" json:"jsCode"`
  24. }
  25. func (x *AuthorizationRequest) Reset() {
  26. *x = AuthorizationRequest{}
  27. if protoimpl.UnsafeEnabled {
  28. mi := &file_base_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. }
  33. func (x *AuthorizationRequest) String() string {
  34. return protoimpl.X.MessageStringOf(x)
  35. }
  36. func (*AuthorizationRequest) ProtoMessage() {}
  37. func (x *AuthorizationRequest) ProtoReflect() protoreflect.Message {
  38. mi := &file_base_proto_msgTypes[0]
  39. if protoimpl.UnsafeEnabled && x != nil {
  40. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  41. if ms.LoadMessageInfo() == nil {
  42. ms.StoreMessageInfo(mi)
  43. }
  44. return ms
  45. }
  46. return mi.MessageOf(x)
  47. }
  48. // Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.
  49. func (*AuthorizationRequest) Descriptor() ([]byte, []int) {
  50. return file_base_proto_rawDescGZIP(), []int{0}
  51. }
  52. func (x *AuthorizationRequest) GetJsCode() string {
  53. if x != nil {
  54. return x.JsCode
  55. }
  56. return ""
  57. }
  58. type TokenReply struct {
  59. state protoimpl.MessageState
  60. sizeCache protoimpl.SizeCache
  61. unknownFields protoimpl.UnknownFields
  62. Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"`
  63. }
  64. func (x *TokenReply) Reset() {
  65. *x = TokenReply{}
  66. if protoimpl.UnsafeEnabled {
  67. mi := &file_base_proto_msgTypes[1]
  68. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  69. ms.StoreMessageInfo(mi)
  70. }
  71. }
  72. func (x *TokenReply) String() string {
  73. return protoimpl.X.MessageStringOf(x)
  74. }
  75. func (*TokenReply) ProtoMessage() {}
  76. func (x *TokenReply) ProtoReflect() protoreflect.Message {
  77. mi := &file_base_proto_msgTypes[1]
  78. if protoimpl.UnsafeEnabled && x != nil {
  79. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  80. if ms.LoadMessageInfo() == nil {
  81. ms.StoreMessageInfo(mi)
  82. }
  83. return ms
  84. }
  85. return mi.MessageOf(x)
  86. }
  87. // Deprecated: Use TokenReply.ProtoReflect.Descriptor instead.
  88. func (*TokenReply) Descriptor() ([]byte, []int) {
  89. return file_base_proto_rawDescGZIP(), []int{1}
  90. }
  91. func (x *TokenReply) GetToken() string {
  92. if x != nil {
  93. return x.Token
  94. }
  95. return ""
  96. }
  97. type DebugLoginRequest struct {
  98. state protoimpl.MessageState
  99. sizeCache protoimpl.SizeCache
  100. unknownFields protoimpl.UnknownFields
  101. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
  102. Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code"`
  103. }
  104. func (x *DebugLoginRequest) Reset() {
  105. *x = DebugLoginRequest{}
  106. if protoimpl.UnsafeEnabled {
  107. mi := &file_base_proto_msgTypes[2]
  108. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  109. ms.StoreMessageInfo(mi)
  110. }
  111. }
  112. func (x *DebugLoginRequest) String() string {
  113. return protoimpl.X.MessageStringOf(x)
  114. }
  115. func (*DebugLoginRequest) ProtoMessage() {}
  116. func (x *DebugLoginRequest) ProtoReflect() protoreflect.Message {
  117. mi := &file_base_proto_msgTypes[2]
  118. if protoimpl.UnsafeEnabled && x != nil {
  119. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  120. if ms.LoadMessageInfo() == nil {
  121. ms.StoreMessageInfo(mi)
  122. }
  123. return ms
  124. }
  125. return mi.MessageOf(x)
  126. }
  127. // Deprecated: Use DebugLoginRequest.ProtoReflect.Descriptor instead.
  128. func (*DebugLoginRequest) Descriptor() ([]byte, []int) {
  129. return file_base_proto_rawDescGZIP(), []int{2}
  130. }
  131. func (x *DebugLoginRequest) GetId() string {
  132. if x != nil {
  133. return x.Id
  134. }
  135. return ""
  136. }
  137. func (x *DebugLoginRequest) GetCode() string {
  138. if x != nil {
  139. return x.Code
  140. }
  141. return ""
  142. }
  143. type UserAndPartnerIdParam struct {
  144. state protoimpl.MessageState
  145. sizeCache protoimpl.SizeCache
  146. unknownFields protoimpl.UnknownFields
  147. PartnerId string `protobuf:"bytes,1,opt,name=partnerId,proto3" json:"partnerId"`
  148. UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId"`
  149. }
  150. func (x *UserAndPartnerIdParam) Reset() {
  151. *x = UserAndPartnerIdParam{}
  152. if protoimpl.UnsafeEnabled {
  153. mi := &file_base_proto_msgTypes[3]
  154. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  155. ms.StoreMessageInfo(mi)
  156. }
  157. }
  158. func (x *UserAndPartnerIdParam) String() string {
  159. return protoimpl.X.MessageStringOf(x)
  160. }
  161. func (*UserAndPartnerIdParam) ProtoMessage() {}
  162. func (x *UserAndPartnerIdParam) ProtoReflect() protoreflect.Message {
  163. mi := &file_base_proto_msgTypes[3]
  164. if protoimpl.UnsafeEnabled && x != nil {
  165. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  166. if ms.LoadMessageInfo() == nil {
  167. ms.StoreMessageInfo(mi)
  168. }
  169. return ms
  170. }
  171. return mi.MessageOf(x)
  172. }
  173. // Deprecated: Use UserAndPartnerIdParam.ProtoReflect.Descriptor instead.
  174. func (*UserAndPartnerIdParam) Descriptor() ([]byte, []int) {
  175. return file_base_proto_rawDescGZIP(), []int{3}
  176. }
  177. func (x *UserAndPartnerIdParam) GetPartnerId() string {
  178. if x != nil {
  179. return x.PartnerId
  180. }
  181. return ""
  182. }
  183. func (x *UserAndPartnerIdParam) GetUserId() string {
  184. if x != nil {
  185. return x.UserId
  186. }
  187. return ""
  188. }
  189. type User1AndUser2IdParam struct {
  190. state protoimpl.MessageState
  191. sizeCache protoimpl.SizeCache
  192. unknownFields protoimpl.UnknownFields
  193. User1 string `protobuf:"bytes,1,opt,name=user1,proto3" json:"user1"`
  194. User2 string `protobuf:"bytes,2,opt,name=user2,proto3" json:"user2"`
  195. }
  196. func (x *User1AndUser2IdParam) Reset() {
  197. *x = User1AndUser2IdParam{}
  198. if protoimpl.UnsafeEnabled {
  199. mi := &file_base_proto_msgTypes[4]
  200. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  201. ms.StoreMessageInfo(mi)
  202. }
  203. }
  204. func (x *User1AndUser2IdParam) String() string {
  205. return protoimpl.X.MessageStringOf(x)
  206. }
  207. func (*User1AndUser2IdParam) ProtoMessage() {}
  208. func (x *User1AndUser2IdParam) ProtoReflect() protoreflect.Message {
  209. mi := &file_base_proto_msgTypes[4]
  210. if protoimpl.UnsafeEnabled && x != nil {
  211. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  212. if ms.LoadMessageInfo() == nil {
  213. ms.StoreMessageInfo(mi)
  214. }
  215. return ms
  216. }
  217. return mi.MessageOf(x)
  218. }
  219. // Deprecated: Use User1AndUser2IdParam.ProtoReflect.Descriptor instead.
  220. func (*User1AndUser2IdParam) Descriptor() ([]byte, []int) {
  221. return file_base_proto_rawDescGZIP(), []int{4}
  222. }
  223. func (x *User1AndUser2IdParam) GetUser1() string {
  224. if x != nil {
  225. return x.User1
  226. }
  227. return ""
  228. }
  229. func (x *User1AndUser2IdParam) GetUser2() string {
  230. if x != nil {
  231. return x.User2
  232. }
  233. return ""
  234. }
  235. type PartnerIDParam struct {
  236. state protoimpl.MessageState
  237. sizeCache protoimpl.SizeCache
  238. unknownFields protoimpl.UnknownFields
  239. PartnerID string `protobuf:"bytes,1,opt,name=partnerID,proto3" json:"partnerID"`
  240. }
  241. func (x *PartnerIDParam) Reset() {
  242. *x = PartnerIDParam{}
  243. if protoimpl.UnsafeEnabled {
  244. mi := &file_base_proto_msgTypes[5]
  245. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  246. ms.StoreMessageInfo(mi)
  247. }
  248. }
  249. func (x *PartnerIDParam) String() string {
  250. return protoimpl.X.MessageStringOf(x)
  251. }
  252. func (*PartnerIDParam) ProtoMessage() {}
  253. func (x *PartnerIDParam) ProtoReflect() protoreflect.Message {
  254. mi := &file_base_proto_msgTypes[5]
  255. if protoimpl.UnsafeEnabled && x != nil {
  256. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  257. if ms.LoadMessageInfo() == nil {
  258. ms.StoreMessageInfo(mi)
  259. }
  260. return ms
  261. }
  262. return mi.MessageOf(x)
  263. }
  264. // Deprecated: Use PartnerIDParam.ProtoReflect.Descriptor instead.
  265. func (*PartnerIDParam) Descriptor() ([]byte, []int) {
  266. return file_base_proto_rawDescGZIP(), []int{5}
  267. }
  268. func (x *PartnerIDParam) GetPartnerID() string {
  269. if x != nil {
  270. return x.PartnerID
  271. }
  272. return ""
  273. }
  274. type UserIDParam struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId"`
  279. }
  280. func (x *UserIDParam) Reset() {
  281. *x = UserIDParam{}
  282. if protoimpl.UnsafeEnabled {
  283. mi := &file_base_proto_msgTypes[6]
  284. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  285. ms.StoreMessageInfo(mi)
  286. }
  287. }
  288. func (x *UserIDParam) String() string {
  289. return protoimpl.X.MessageStringOf(x)
  290. }
  291. func (*UserIDParam) ProtoMessage() {}
  292. func (x *UserIDParam) ProtoReflect() protoreflect.Message {
  293. mi := &file_base_proto_msgTypes[6]
  294. if protoimpl.UnsafeEnabled && x != nil {
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. if ms.LoadMessageInfo() == nil {
  297. ms.StoreMessageInfo(mi)
  298. }
  299. return ms
  300. }
  301. return mi.MessageOf(x)
  302. }
  303. // Deprecated: Use UserIDParam.ProtoReflect.Descriptor instead.
  304. func (*UserIDParam) Descriptor() ([]byte, []int) {
  305. return file_base_proto_rawDescGZIP(), []int{6}
  306. }
  307. func (x *UserIDParam) GetUserId() string {
  308. if x != nil {
  309. return x.UserId
  310. }
  311. return ""
  312. }
  313. var File_base_proto protoreflect.FileDescriptor
  314. var file_base_proto_rawDesc = []byte{
  315. 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  316. 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x22, 0x2e, 0x0a, 0x14, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
  317. 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
  318. 0x0a, 0x06, 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  319. 0x6a, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x22, 0x0a, 0x0a, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52,
  320. 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20,
  321. 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x37, 0x0a, 0x11, 0x44, 0x65,
  322. 0x62, 0x75, 0x67, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  323. 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12,
  324. 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
  325. 0x6f, 0x64, 0x65, 0x22, 0x4d, 0x0a, 0x15, 0x55, 0x73, 0x65, 0x72, 0x41, 0x6e, 0x64, 0x50, 0x61,
  326. 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1c, 0x0a, 0x09,
  327. 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  328. 0x09, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73,
  329. 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
  330. 0x49, 0x64, 0x22, 0x42, 0x0a, 0x14, 0x55, 0x73, 0x65, 0x72, 0x31, 0x41, 0x6e, 0x64, 0x55, 0x73,
  331. 0x65, 0x72, 0x32, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x73,
  332. 0x65, 0x72, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31,
  333. 0x12, 0x14, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  334. 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x22, 0x2e, 0x0a, 0x0e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  335. 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74,
  336. 0x6e, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72,
  337. 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x22, 0x25, 0x0a, 0x0b, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44,
  338. 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18,
  339. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x42, 0x3d, 0x0a,
  340. 0x08, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74,
  341. 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76,
  342. 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61,
  343. 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x3b, 0x62, 0x61, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72,
  344. 0x6f, 0x74, 0x6f, 0x33,
  345. }
  346. var (
  347. file_base_proto_rawDescOnce sync.Once
  348. file_base_proto_rawDescData = file_base_proto_rawDesc
  349. )
  350. func file_base_proto_rawDescGZIP() []byte {
  351. file_base_proto_rawDescOnce.Do(func() {
  352. file_base_proto_rawDescData = protoimpl.X.CompressGZIP(file_base_proto_rawDescData)
  353. })
  354. return file_base_proto_rawDescData
  355. }
  356. var file_base_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
  357. var file_base_proto_goTypes = []interface{}{
  358. (*AuthorizationRequest)(nil), // 0: api.base.AuthorizationRequest
  359. (*TokenReply)(nil), // 1: api.base.TokenReply
  360. (*DebugLoginRequest)(nil), // 2: api.base.DebugLoginRequest
  361. (*UserAndPartnerIdParam)(nil), // 3: api.base.UserAndPartnerIdParam
  362. (*User1AndUser2IdParam)(nil), // 4: api.base.User1AndUser2IdParam
  363. (*PartnerIDParam)(nil), // 5: api.base.PartnerIDParam
  364. (*UserIDParam)(nil), // 6: api.base.UserIDParam
  365. }
  366. var file_base_proto_depIdxs = []int32{
  367. 0, // [0:0] is the sub-list for method output_type
  368. 0, // [0:0] is the sub-list for method input_type
  369. 0, // [0:0] is the sub-list for extension type_name
  370. 0, // [0:0] is the sub-list for extension extendee
  371. 0, // [0:0] is the sub-list for field type_name
  372. }
  373. func init() { file_base_proto_init() }
  374. func file_base_proto_init() {
  375. if File_base_proto != nil {
  376. return
  377. }
  378. if !protoimpl.UnsafeEnabled {
  379. file_base_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  380. switch v := v.(*AuthorizationRequest); i {
  381. case 0:
  382. return &v.state
  383. case 1:
  384. return &v.sizeCache
  385. case 2:
  386. return &v.unknownFields
  387. default:
  388. return nil
  389. }
  390. }
  391. file_base_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  392. switch v := v.(*TokenReply); i {
  393. case 0:
  394. return &v.state
  395. case 1:
  396. return &v.sizeCache
  397. case 2:
  398. return &v.unknownFields
  399. default:
  400. return nil
  401. }
  402. }
  403. file_base_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  404. switch v := v.(*DebugLoginRequest); i {
  405. case 0:
  406. return &v.state
  407. case 1:
  408. return &v.sizeCache
  409. case 2:
  410. return &v.unknownFields
  411. default:
  412. return nil
  413. }
  414. }
  415. file_base_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  416. switch v := v.(*UserAndPartnerIdParam); i {
  417. case 0:
  418. return &v.state
  419. case 1:
  420. return &v.sizeCache
  421. case 2:
  422. return &v.unknownFields
  423. default:
  424. return nil
  425. }
  426. }
  427. file_base_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  428. switch v := v.(*User1AndUser2IdParam); i {
  429. case 0:
  430. return &v.state
  431. case 1:
  432. return &v.sizeCache
  433. case 2:
  434. return &v.unknownFields
  435. default:
  436. return nil
  437. }
  438. }
  439. file_base_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  440. switch v := v.(*PartnerIDParam); i {
  441. case 0:
  442. return &v.state
  443. case 1:
  444. return &v.sizeCache
  445. case 2:
  446. return &v.unknownFields
  447. default:
  448. return nil
  449. }
  450. }
  451. file_base_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  452. switch v := v.(*UserIDParam); i {
  453. case 0:
  454. return &v.state
  455. case 1:
  456. return &v.sizeCache
  457. case 2:
  458. return &v.unknownFields
  459. default:
  460. return nil
  461. }
  462. }
  463. }
  464. type x struct{}
  465. out := protoimpl.TypeBuilder{
  466. File: protoimpl.DescBuilder{
  467. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  468. RawDescriptor: file_base_proto_rawDesc,
  469. NumEnums: 0,
  470. NumMessages: 7,
  471. NumExtensions: 0,
  472. NumServices: 0,
  473. },
  474. GoTypes: file_base_proto_goTypes,
  475. DependencyIndexes: file_base_proto_depIdxs,
  476. MessageInfos: file_base_proto_msgTypes,
  477. }.Build()
  478. File_base_proto = out.File
  479. file_base_proto_rawDesc = nil
  480. file_base_proto_goTypes = nil
  481. file_base_proto_depIdxs = nil
  482. }