shopping_admin_user_service.pb.go 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.31.0
  4. // protoc v4.25.0
  5. // source: proto/shopping_admin_user_service.proto
  6. package shopping_service
  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 GetAdminUserListRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
  24. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
  25. Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
  26. Status StatusEnum `protobuf:"varint,4,opt,name=status,proto3,enum=base_shopping_service.StatusEnum" json:"status,omitempty"`
  27. Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
  28. }
  29. func (x *GetAdminUserListRequest) Reset() {
  30. *x = GetAdminUserListRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *GetAdminUserListRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*GetAdminUserListRequest) ProtoMessage() {}
  41. func (x *GetAdminUserListRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use GetAdminUserListRequest.ProtoReflect.Descriptor instead.
  53. func (*GetAdminUserListRequest) Descriptor() ([]byte, []int) {
  54. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *GetAdminUserListRequest) GetPage() int32 {
  57. if x != nil {
  58. return x.Page
  59. }
  60. return 0
  61. }
  62. func (x *GetAdminUserListRequest) GetPageSize() int32 {
  63. if x != nil {
  64. return x.PageSize
  65. }
  66. return 0
  67. }
  68. func (x *GetAdminUserListRequest) GetKeyword() string {
  69. if x != nil {
  70. return x.Keyword
  71. }
  72. return ""
  73. }
  74. func (x *GetAdminUserListRequest) GetStatus() StatusEnum {
  75. if x != nil {
  76. return x.Status
  77. }
  78. return StatusEnum_UNKNOWN
  79. }
  80. func (x *GetAdminUserListRequest) GetCode() string {
  81. if x != nil {
  82. return x.Code
  83. }
  84. return ""
  85. }
  86. type GetAdminUserListResponse struct {
  87. state protoimpl.MessageState
  88. sizeCache protoimpl.SizeCache
  89. unknownFields protoimpl.UnknownFields
  90. Items []*User `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
  91. TotalCount int64 `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
  92. }
  93. func (x *GetAdminUserListResponse) Reset() {
  94. *x = GetAdminUserListResponse{}
  95. if protoimpl.UnsafeEnabled {
  96. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[1]
  97. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  98. ms.StoreMessageInfo(mi)
  99. }
  100. }
  101. func (x *GetAdminUserListResponse) String() string {
  102. return protoimpl.X.MessageStringOf(x)
  103. }
  104. func (*GetAdminUserListResponse) ProtoMessage() {}
  105. func (x *GetAdminUserListResponse) ProtoReflect() protoreflect.Message {
  106. mi := &file_proto_shopping_admin_user_service_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 GetAdminUserListResponse.ProtoReflect.Descriptor instead.
  117. func (*GetAdminUserListResponse) Descriptor() ([]byte, []int) {
  118. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{1}
  119. }
  120. func (x *GetAdminUserListResponse) GetItems() []*User {
  121. if x != nil {
  122. return x.Items
  123. }
  124. return nil
  125. }
  126. func (x *GetAdminUserListResponse) GetTotalCount() int64 {
  127. if x != nil {
  128. return x.TotalCount
  129. }
  130. return 0
  131. }
  132. type GetAdminUserRequest struct {
  133. state protoimpl.MessageState
  134. sizeCache protoimpl.SizeCache
  135. unknownFields protoimpl.UnknownFields
  136. UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
  137. }
  138. func (x *GetAdminUserRequest) Reset() {
  139. *x = GetAdminUserRequest{}
  140. if protoimpl.UnsafeEnabled {
  141. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[2]
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. ms.StoreMessageInfo(mi)
  144. }
  145. }
  146. func (x *GetAdminUserRequest) String() string {
  147. return protoimpl.X.MessageStringOf(x)
  148. }
  149. func (*GetAdminUserRequest) ProtoMessage() {}
  150. func (x *GetAdminUserRequest) ProtoReflect() protoreflect.Message {
  151. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[2]
  152. if protoimpl.UnsafeEnabled && x != nil {
  153. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  154. if ms.LoadMessageInfo() == nil {
  155. ms.StoreMessageInfo(mi)
  156. }
  157. return ms
  158. }
  159. return mi.MessageOf(x)
  160. }
  161. // Deprecated: Use GetAdminUserRequest.ProtoReflect.Descriptor instead.
  162. func (*GetAdminUserRequest) Descriptor() ([]byte, []int) {
  163. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{2}
  164. }
  165. func (x *GetAdminUserRequest) GetUserId() int64 {
  166. if x != nil {
  167. return x.UserId
  168. }
  169. return 0
  170. }
  171. type GetAdminUserResponse struct {
  172. state protoimpl.MessageState
  173. sizeCache protoimpl.SizeCache
  174. unknownFields protoimpl.UnknownFields
  175. Data *User `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
  176. }
  177. func (x *GetAdminUserResponse) Reset() {
  178. *x = GetAdminUserResponse{}
  179. if protoimpl.UnsafeEnabled {
  180. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[3]
  181. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  182. ms.StoreMessageInfo(mi)
  183. }
  184. }
  185. func (x *GetAdminUserResponse) String() string {
  186. return protoimpl.X.MessageStringOf(x)
  187. }
  188. func (*GetAdminUserResponse) ProtoMessage() {}
  189. func (x *GetAdminUserResponse) ProtoReflect() protoreflect.Message {
  190. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[3]
  191. if protoimpl.UnsafeEnabled && x != nil {
  192. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  193. if ms.LoadMessageInfo() == nil {
  194. ms.StoreMessageInfo(mi)
  195. }
  196. return ms
  197. }
  198. return mi.MessageOf(x)
  199. }
  200. // Deprecated: Use GetAdminUserResponse.ProtoReflect.Descriptor instead.
  201. func (*GetAdminUserResponse) Descriptor() ([]byte, []int) {
  202. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{3}
  203. }
  204. func (x *GetAdminUserResponse) GetData() *User {
  205. if x != nil {
  206. return x.Data
  207. }
  208. return nil
  209. }
  210. type GetAllAdminUserRequest struct {
  211. state protoimpl.MessageState
  212. sizeCache protoimpl.SizeCache
  213. unknownFields protoimpl.UnknownFields
  214. }
  215. func (x *GetAllAdminUserRequest) Reset() {
  216. *x = GetAllAdminUserRequest{}
  217. if protoimpl.UnsafeEnabled {
  218. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[4]
  219. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  220. ms.StoreMessageInfo(mi)
  221. }
  222. }
  223. func (x *GetAllAdminUserRequest) String() string {
  224. return protoimpl.X.MessageStringOf(x)
  225. }
  226. func (*GetAllAdminUserRequest) ProtoMessage() {}
  227. func (x *GetAllAdminUserRequest) ProtoReflect() protoreflect.Message {
  228. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[4]
  229. if protoimpl.UnsafeEnabled && x != nil {
  230. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  231. if ms.LoadMessageInfo() == nil {
  232. ms.StoreMessageInfo(mi)
  233. }
  234. return ms
  235. }
  236. return mi.MessageOf(x)
  237. }
  238. // Deprecated: Use GetAllAdminUserRequest.ProtoReflect.Descriptor instead.
  239. func (*GetAllAdminUserRequest) Descriptor() ([]byte, []int) {
  240. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{4}
  241. }
  242. type GetAllAdminUserResponse struct {
  243. state protoimpl.MessageState
  244. sizeCache protoimpl.SizeCache
  245. unknownFields protoimpl.UnknownFields
  246. Items []*Base `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
  247. }
  248. func (x *GetAllAdminUserResponse) Reset() {
  249. *x = GetAllAdminUserResponse{}
  250. if protoimpl.UnsafeEnabled {
  251. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[5]
  252. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  253. ms.StoreMessageInfo(mi)
  254. }
  255. }
  256. func (x *GetAllAdminUserResponse) String() string {
  257. return protoimpl.X.MessageStringOf(x)
  258. }
  259. func (*GetAllAdminUserResponse) ProtoMessage() {}
  260. func (x *GetAllAdminUserResponse) ProtoReflect() protoreflect.Message {
  261. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[5]
  262. if protoimpl.UnsafeEnabled && x != nil {
  263. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  264. if ms.LoadMessageInfo() == nil {
  265. ms.StoreMessageInfo(mi)
  266. }
  267. return ms
  268. }
  269. return mi.MessageOf(x)
  270. }
  271. // Deprecated: Use GetAllAdminUserResponse.ProtoReflect.Descriptor instead.
  272. func (*GetAllAdminUserResponse) Descriptor() ([]byte, []int) {
  273. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{5}
  274. }
  275. func (x *GetAllAdminUserResponse) GetItems() []*Base {
  276. if x != nil {
  277. return x.Items
  278. }
  279. return nil
  280. }
  281. type CreateAdminUserRequest struct {
  282. state protoimpl.MessageState
  283. sizeCache protoimpl.SizeCache
  284. unknownFields protoimpl.UnknownFields
  285. Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
  286. Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
  287. PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
  288. Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
  289. Avatar string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
  290. Roles []int64 `protobuf:"varint,6,rep,packed,name=roles,proto3" json:"roles,omitempty"`
  291. }
  292. func (x *CreateAdminUserRequest) Reset() {
  293. *x = CreateAdminUserRequest{}
  294. if protoimpl.UnsafeEnabled {
  295. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[6]
  296. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  297. ms.StoreMessageInfo(mi)
  298. }
  299. }
  300. func (x *CreateAdminUserRequest) String() string {
  301. return protoimpl.X.MessageStringOf(x)
  302. }
  303. func (*CreateAdminUserRequest) ProtoMessage() {}
  304. func (x *CreateAdminUserRequest) ProtoReflect() protoreflect.Message {
  305. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[6]
  306. if protoimpl.UnsafeEnabled && x != nil {
  307. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  308. if ms.LoadMessageInfo() == nil {
  309. ms.StoreMessageInfo(mi)
  310. }
  311. return ms
  312. }
  313. return mi.MessageOf(x)
  314. }
  315. // Deprecated: Use CreateAdminUserRequest.ProtoReflect.Descriptor instead.
  316. func (*CreateAdminUserRequest) Descriptor() ([]byte, []int) {
  317. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{6}
  318. }
  319. func (x *CreateAdminUserRequest) GetUsername() string {
  320. if x != nil {
  321. return x.Username
  322. }
  323. return ""
  324. }
  325. func (x *CreateAdminUserRequest) GetPassword() string {
  326. if x != nil {
  327. return x.Password
  328. }
  329. return ""
  330. }
  331. func (x *CreateAdminUserRequest) GetPhoneNumber() string {
  332. if x != nil {
  333. return x.PhoneNumber
  334. }
  335. return ""
  336. }
  337. func (x *CreateAdminUserRequest) GetEmail() string {
  338. if x != nil {
  339. return x.Email
  340. }
  341. return ""
  342. }
  343. func (x *CreateAdminUserRequest) GetAvatar() string {
  344. if x != nil {
  345. return x.Avatar
  346. }
  347. return ""
  348. }
  349. func (x *CreateAdminUserRequest) GetRoles() []int64 {
  350. if x != nil {
  351. return x.Roles
  352. }
  353. return nil
  354. }
  355. type CreateAdminUserResponse struct {
  356. state protoimpl.MessageState
  357. sizeCache protoimpl.SizeCache
  358. unknownFields protoimpl.UnknownFields
  359. }
  360. func (x *CreateAdminUserResponse) Reset() {
  361. *x = CreateAdminUserResponse{}
  362. if protoimpl.UnsafeEnabled {
  363. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[7]
  364. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  365. ms.StoreMessageInfo(mi)
  366. }
  367. }
  368. func (x *CreateAdminUserResponse) String() string {
  369. return protoimpl.X.MessageStringOf(x)
  370. }
  371. func (*CreateAdminUserResponse) ProtoMessage() {}
  372. func (x *CreateAdminUserResponse) ProtoReflect() protoreflect.Message {
  373. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[7]
  374. if protoimpl.UnsafeEnabled && x != nil {
  375. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  376. if ms.LoadMessageInfo() == nil {
  377. ms.StoreMessageInfo(mi)
  378. }
  379. return ms
  380. }
  381. return mi.MessageOf(x)
  382. }
  383. // Deprecated: Use CreateAdminUserResponse.ProtoReflect.Descriptor instead.
  384. func (*CreateAdminUserResponse) Descriptor() ([]byte, []int) {
  385. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{7}
  386. }
  387. type UpdateAdminUserRequest struct {
  388. state protoimpl.MessageState
  389. sizeCache protoimpl.SizeCache
  390. unknownFields protoimpl.UnknownFields
  391. UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
  392. Roles []int64 `protobuf:"varint,2,rep,packed,name=roles,proto3" json:"roles,omitempty"`
  393. PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
  394. Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
  395. Avatar string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
  396. }
  397. func (x *UpdateAdminUserRequest) Reset() {
  398. *x = UpdateAdminUserRequest{}
  399. if protoimpl.UnsafeEnabled {
  400. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[8]
  401. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  402. ms.StoreMessageInfo(mi)
  403. }
  404. }
  405. func (x *UpdateAdminUserRequest) String() string {
  406. return protoimpl.X.MessageStringOf(x)
  407. }
  408. func (*UpdateAdminUserRequest) ProtoMessage() {}
  409. func (x *UpdateAdminUserRequest) ProtoReflect() protoreflect.Message {
  410. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[8]
  411. if protoimpl.UnsafeEnabled && x != nil {
  412. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  413. if ms.LoadMessageInfo() == nil {
  414. ms.StoreMessageInfo(mi)
  415. }
  416. return ms
  417. }
  418. return mi.MessageOf(x)
  419. }
  420. // Deprecated: Use UpdateAdminUserRequest.ProtoReflect.Descriptor instead.
  421. func (*UpdateAdminUserRequest) Descriptor() ([]byte, []int) {
  422. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{8}
  423. }
  424. func (x *UpdateAdminUserRequest) GetUserId() int64 {
  425. if x != nil {
  426. return x.UserId
  427. }
  428. return 0
  429. }
  430. func (x *UpdateAdminUserRequest) GetRoles() []int64 {
  431. if x != nil {
  432. return x.Roles
  433. }
  434. return nil
  435. }
  436. func (x *UpdateAdminUserRequest) GetPhoneNumber() string {
  437. if x != nil {
  438. return x.PhoneNumber
  439. }
  440. return ""
  441. }
  442. func (x *UpdateAdminUserRequest) GetEmail() string {
  443. if x != nil {
  444. return x.Email
  445. }
  446. return ""
  447. }
  448. func (x *UpdateAdminUserRequest) GetAvatar() string {
  449. if x != nil {
  450. return x.Avatar
  451. }
  452. return ""
  453. }
  454. type UpdateAdminUserResponse struct {
  455. state protoimpl.MessageState
  456. sizeCache protoimpl.SizeCache
  457. unknownFields protoimpl.UnknownFields
  458. }
  459. func (x *UpdateAdminUserResponse) Reset() {
  460. *x = UpdateAdminUserResponse{}
  461. if protoimpl.UnsafeEnabled {
  462. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[9]
  463. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  464. ms.StoreMessageInfo(mi)
  465. }
  466. }
  467. func (x *UpdateAdminUserResponse) String() string {
  468. return protoimpl.X.MessageStringOf(x)
  469. }
  470. func (*UpdateAdminUserResponse) ProtoMessage() {}
  471. func (x *UpdateAdminUserResponse) ProtoReflect() protoreflect.Message {
  472. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[9]
  473. if protoimpl.UnsafeEnabled && x != nil {
  474. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  475. if ms.LoadMessageInfo() == nil {
  476. ms.StoreMessageInfo(mi)
  477. }
  478. return ms
  479. }
  480. return mi.MessageOf(x)
  481. }
  482. // Deprecated: Use UpdateAdminUserResponse.ProtoReflect.Descriptor instead.
  483. func (*UpdateAdminUserResponse) Descriptor() ([]byte, []int) {
  484. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{9}
  485. }
  486. type DeleteAdminUserRequest struct {
  487. state protoimpl.MessageState
  488. sizeCache protoimpl.SizeCache
  489. unknownFields protoimpl.UnknownFields
  490. UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
  491. }
  492. func (x *DeleteAdminUserRequest) Reset() {
  493. *x = DeleteAdminUserRequest{}
  494. if protoimpl.UnsafeEnabled {
  495. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[10]
  496. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  497. ms.StoreMessageInfo(mi)
  498. }
  499. }
  500. func (x *DeleteAdminUserRequest) String() string {
  501. return protoimpl.X.MessageStringOf(x)
  502. }
  503. func (*DeleteAdminUserRequest) ProtoMessage() {}
  504. func (x *DeleteAdminUserRequest) ProtoReflect() protoreflect.Message {
  505. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[10]
  506. if protoimpl.UnsafeEnabled && x != nil {
  507. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  508. if ms.LoadMessageInfo() == nil {
  509. ms.StoreMessageInfo(mi)
  510. }
  511. return ms
  512. }
  513. return mi.MessageOf(x)
  514. }
  515. // Deprecated: Use DeleteAdminUserRequest.ProtoReflect.Descriptor instead.
  516. func (*DeleteAdminUserRequest) Descriptor() ([]byte, []int) {
  517. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{10}
  518. }
  519. func (x *DeleteAdminUserRequest) GetUserId() int64 {
  520. if x != nil {
  521. return x.UserId
  522. }
  523. return 0
  524. }
  525. type DeleteAdminUserResponse struct {
  526. state protoimpl.MessageState
  527. sizeCache protoimpl.SizeCache
  528. unknownFields protoimpl.UnknownFields
  529. }
  530. func (x *DeleteAdminUserResponse) Reset() {
  531. *x = DeleteAdminUserResponse{}
  532. if protoimpl.UnsafeEnabled {
  533. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[11]
  534. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  535. ms.StoreMessageInfo(mi)
  536. }
  537. }
  538. func (x *DeleteAdminUserResponse) String() string {
  539. return protoimpl.X.MessageStringOf(x)
  540. }
  541. func (*DeleteAdminUserResponse) ProtoMessage() {}
  542. func (x *DeleteAdminUserResponse) ProtoReflect() protoreflect.Message {
  543. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[11]
  544. if protoimpl.UnsafeEnabled && x != nil {
  545. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  546. if ms.LoadMessageInfo() == nil {
  547. ms.StoreMessageInfo(mi)
  548. }
  549. return ms
  550. }
  551. return mi.MessageOf(x)
  552. }
  553. // Deprecated: Use DeleteAdminUserResponse.ProtoReflect.Descriptor instead.
  554. func (*DeleteAdminUserResponse) Descriptor() ([]byte, []int) {
  555. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{11}
  556. }
  557. type ToggleAdminUserRequest struct {
  558. state protoimpl.MessageState
  559. sizeCache protoimpl.SizeCache
  560. unknownFields protoimpl.UnknownFields
  561. UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
  562. Status StatusEnum `protobuf:"varint,2,opt,name=status,proto3,enum=base_shopping_service.StatusEnum" json:"status,omitempty"`
  563. }
  564. func (x *ToggleAdminUserRequest) Reset() {
  565. *x = ToggleAdminUserRequest{}
  566. if protoimpl.UnsafeEnabled {
  567. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[12]
  568. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  569. ms.StoreMessageInfo(mi)
  570. }
  571. }
  572. func (x *ToggleAdminUserRequest) String() string {
  573. return protoimpl.X.MessageStringOf(x)
  574. }
  575. func (*ToggleAdminUserRequest) ProtoMessage() {}
  576. func (x *ToggleAdminUserRequest) ProtoReflect() protoreflect.Message {
  577. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[12]
  578. if protoimpl.UnsafeEnabled && x != nil {
  579. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  580. if ms.LoadMessageInfo() == nil {
  581. ms.StoreMessageInfo(mi)
  582. }
  583. return ms
  584. }
  585. return mi.MessageOf(x)
  586. }
  587. // Deprecated: Use ToggleAdminUserRequest.ProtoReflect.Descriptor instead.
  588. func (*ToggleAdminUserRequest) Descriptor() ([]byte, []int) {
  589. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{12}
  590. }
  591. func (x *ToggleAdminUserRequest) GetUserId() int64 {
  592. if x != nil {
  593. return x.UserId
  594. }
  595. return 0
  596. }
  597. func (x *ToggleAdminUserRequest) GetStatus() StatusEnum {
  598. if x != nil {
  599. return x.Status
  600. }
  601. return StatusEnum_UNKNOWN
  602. }
  603. type ToggleAdminUserResponse struct {
  604. state protoimpl.MessageState
  605. sizeCache protoimpl.SizeCache
  606. unknownFields protoimpl.UnknownFields
  607. }
  608. func (x *ToggleAdminUserResponse) Reset() {
  609. *x = ToggleAdminUserResponse{}
  610. if protoimpl.UnsafeEnabled {
  611. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[13]
  612. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  613. ms.StoreMessageInfo(mi)
  614. }
  615. }
  616. func (x *ToggleAdminUserResponse) String() string {
  617. return protoimpl.X.MessageStringOf(x)
  618. }
  619. func (*ToggleAdminUserResponse) ProtoMessage() {}
  620. func (x *ToggleAdminUserResponse) ProtoReflect() protoreflect.Message {
  621. mi := &file_proto_shopping_admin_user_service_proto_msgTypes[13]
  622. if protoimpl.UnsafeEnabled && x != nil {
  623. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  624. if ms.LoadMessageInfo() == nil {
  625. ms.StoreMessageInfo(mi)
  626. }
  627. return ms
  628. }
  629. return mi.MessageOf(x)
  630. }
  631. // Deprecated: Use ToggleAdminUserResponse.ProtoReflect.Descriptor instead.
  632. func (*ToggleAdminUserResponse) Descriptor() ([]byte, []int) {
  633. return file_proto_shopping_admin_user_service_proto_rawDescGZIP(), []int{13}
  634. }
  635. var File_proto_shopping_admin_user_service_proto protoreflect.FileDescriptor
  636. var file_proto_shopping_admin_user_service_proto_rawDesc = []byte{
  637. 0x0a, 0x27, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  638. 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76,
  639. 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x73, 0x68, 0x6f, 0x70, 0x70,
  640. 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73,
  641. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x1a, 0x21, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x61,
  642. 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76,
  643. 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb3, 0x01, 0x0a, 0x17, 0x47, 0x65,
  644. 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  645. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20,
  646. 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67,
  647. 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61,
  648. 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72,
  649. 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64,
  650. 0x12, 0x39, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e,
  651. 0x32, 0x21, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  652. 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45,
  653. 0x6e, 0x75, 0x6d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63,
  654. 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22,
  655. 0x6e, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4c,
  656. 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x69,
  657. 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x61, 0x73,
  658. 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
  659. 0x63, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x1f,
  660. 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20,
  661. 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22,
  662. 0x2e, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52,
  663. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69,
  664. 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22,
  665. 0x47, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52,
  666. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
  667. 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f,
  668. 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x55, 0x73,
  669. 0x65, 0x72, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x18, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x41,
  670. 0x6c, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
  671. 0x73, 0x74, 0x22, 0x4c, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x41, 0x64, 0x6d, 0x69,
  672. 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a,
  673. 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62,
  674. 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72,
  675. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
  676. 0x22, 0xb7, 0x01, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e,
  677. 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x75,
  678. 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75,
  679. 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77,
  680. 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77,
  681. 0x6f, 0x72, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d,
  682. 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65,
  683. 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18,
  684. 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06,
  685. 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76,
  686. 0x61, 0x74, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x06, 0x20,
  687. 0x03, 0x28, 0x03, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x22, 0x19, 0x0a, 0x17, 0x43, 0x72,
  688. 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73,
  689. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x98, 0x01, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  690. 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  691. 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  692. 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x6c,
  693. 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12,
  694. 0x21, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18,
  695. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62,
  696. 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
  697. 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74,
  698. 0x61, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
  699. 0x22, 0x19, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55,
  700. 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x31, 0x0a, 0x16, 0x44,
  701. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65,
  702. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64,
  703. 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x19,
  704. 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65,
  705. 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6c, 0x0a, 0x16, 0x54, 0x6f, 0x67,
  706. 0x67, 0x6c, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
  707. 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01,
  708. 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x06,
  709. 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x62,
  710. 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72,
  711. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x6e, 0x75, 0x6d, 0x52,
  712. 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x19, 0x0a, 0x17, 0x54, 0x6f, 0x67, 0x67, 0x6c,
  713. 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  714. 0x73, 0x65, 0x32, 0x86, 0x07, 0x0a, 0x18, 0x53, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x41,
  715. 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
  716. 0x7f, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4c,
  717. 0x69, 0x73, 0x74, 0x12, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61,
  718. 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  719. 0x65, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69,
  720. 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x73, 0x68, 0x6f, 0x70,
  721. 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f,
  722. 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e,
  723. 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  724. 0x12, 0x7c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55,
  725. 0x73, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61,
  726. 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  727. 0x65, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65,
  728. 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70,
  729. 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73,
  730. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x6c, 0x6c, 0x41, 0x64, 0x6d,
  731. 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x73,
  732. 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x30,
  733. 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f,
  734. 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74,
  735. 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  736. 0x1a, 0x31, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69,
  737. 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47,
  738. 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f,
  739. 0x6e, 0x73, 0x65, 0x12, 0x7c, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d,
  740. 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e,
  741. 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72,
  742. 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e,
  743. 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68,
  744. 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65,
  745. 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
  746. 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  747. 0x65, 0x12, 0x7c, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e,
  748. 0x55, 0x73, 0x65, 0x72, 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f,
  749. 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
  750. 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73,
  751. 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70,
  752. 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f,
  753. 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x64,
  754. 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
  755. 0x7c, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73,
  756. 0x65, 0x72, 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64,
  757. 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  758. 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72,
  759. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69,
  760. 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65,
  761. 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69,
  762. 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7c, 0x0a,
  763. 0x0f, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72,
  764. 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x64, 0x6d, 0x69,
  765. 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x54,
  766. 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65,
  767. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  768. 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x73, 0x65, 0x72, 0x76,
  769. 0x69, 0x63, 0x65, 0x2e, 0x54, 0x6f, 0x67, 0x67, 0x6c, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x55,
  770. 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x1a, 0x5a, 0x18, 0x2e,
  771. 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f,
  772. 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  773. }
  774. var (
  775. file_proto_shopping_admin_user_service_proto_rawDescOnce sync.Once
  776. file_proto_shopping_admin_user_service_proto_rawDescData = file_proto_shopping_admin_user_service_proto_rawDesc
  777. )
  778. func file_proto_shopping_admin_user_service_proto_rawDescGZIP() []byte {
  779. file_proto_shopping_admin_user_service_proto_rawDescOnce.Do(func() {
  780. file_proto_shopping_admin_user_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_shopping_admin_user_service_proto_rawDescData)
  781. })
  782. return file_proto_shopping_admin_user_service_proto_rawDescData
  783. }
  784. var file_proto_shopping_admin_user_service_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
  785. var file_proto_shopping_admin_user_service_proto_goTypes = []interface{}{
  786. (*GetAdminUserListRequest)(nil), // 0: shopping_admin_user_service.GetAdminUserListRequest
  787. (*GetAdminUserListResponse)(nil), // 1: shopping_admin_user_service.GetAdminUserListResponse
  788. (*GetAdminUserRequest)(nil), // 2: shopping_admin_user_service.GetAdminUserRequest
  789. (*GetAdminUserResponse)(nil), // 3: shopping_admin_user_service.GetAdminUserResponse
  790. (*GetAllAdminUserRequest)(nil), // 4: shopping_admin_user_service.GetAllAdminUserRequest
  791. (*GetAllAdminUserResponse)(nil), // 5: shopping_admin_user_service.GetAllAdminUserResponse
  792. (*CreateAdminUserRequest)(nil), // 6: shopping_admin_user_service.CreateAdminUserRequest
  793. (*CreateAdminUserResponse)(nil), // 7: shopping_admin_user_service.CreateAdminUserResponse
  794. (*UpdateAdminUserRequest)(nil), // 8: shopping_admin_user_service.UpdateAdminUserRequest
  795. (*UpdateAdminUserResponse)(nil), // 9: shopping_admin_user_service.UpdateAdminUserResponse
  796. (*DeleteAdminUserRequest)(nil), // 10: shopping_admin_user_service.DeleteAdminUserRequest
  797. (*DeleteAdminUserResponse)(nil), // 11: shopping_admin_user_service.DeleteAdminUserResponse
  798. (*ToggleAdminUserRequest)(nil), // 12: shopping_admin_user_service.ToggleAdminUserRequest
  799. (*ToggleAdminUserResponse)(nil), // 13: shopping_admin_user_service.ToggleAdminUserResponse
  800. (StatusEnum)(0), // 14: base_shopping_service.StatusEnum
  801. (*User)(nil), // 15: base_shopping_service.User
  802. (*Base)(nil), // 16: base_shopping_service.Base
  803. }
  804. var file_proto_shopping_admin_user_service_proto_depIdxs = []int32{
  805. 14, // 0: shopping_admin_user_service.GetAdminUserListRequest.status:type_name -> base_shopping_service.StatusEnum
  806. 15, // 1: shopping_admin_user_service.GetAdminUserListResponse.items:type_name -> base_shopping_service.User
  807. 15, // 2: shopping_admin_user_service.GetAdminUserResponse.data:type_name -> base_shopping_service.User
  808. 16, // 3: shopping_admin_user_service.GetAllAdminUserResponse.items:type_name -> base_shopping_service.Base
  809. 14, // 4: shopping_admin_user_service.ToggleAdminUserRequest.status:type_name -> base_shopping_service.StatusEnum
  810. 0, // 5: shopping_admin_user_service.ShoppingAdminUserService.GetAdminUserList:input_type -> shopping_admin_user_service.GetAdminUserListRequest
  811. 4, // 6: shopping_admin_user_service.ShoppingAdminUserService.GetAllAdminUser:input_type -> shopping_admin_user_service.GetAllAdminUserRequest
  812. 2, // 7: shopping_admin_user_service.ShoppingAdminUserService.GetAdminUser:input_type -> shopping_admin_user_service.GetAdminUserRequest
  813. 6, // 8: shopping_admin_user_service.ShoppingAdminUserService.CreateAdminUser:input_type -> shopping_admin_user_service.CreateAdminUserRequest
  814. 8, // 9: shopping_admin_user_service.ShoppingAdminUserService.UpdateAdminUser:input_type -> shopping_admin_user_service.UpdateAdminUserRequest
  815. 10, // 10: shopping_admin_user_service.ShoppingAdminUserService.DeleteAdminUser:input_type -> shopping_admin_user_service.DeleteAdminUserRequest
  816. 12, // 11: shopping_admin_user_service.ShoppingAdminUserService.ToggleAdminUser:input_type -> shopping_admin_user_service.ToggleAdminUserRequest
  817. 1, // 12: shopping_admin_user_service.ShoppingAdminUserService.GetAdminUserList:output_type -> shopping_admin_user_service.GetAdminUserListResponse
  818. 5, // 13: shopping_admin_user_service.ShoppingAdminUserService.GetAllAdminUser:output_type -> shopping_admin_user_service.GetAllAdminUserResponse
  819. 3, // 14: shopping_admin_user_service.ShoppingAdminUserService.GetAdminUser:output_type -> shopping_admin_user_service.GetAdminUserResponse
  820. 7, // 15: shopping_admin_user_service.ShoppingAdminUserService.CreateAdminUser:output_type -> shopping_admin_user_service.CreateAdminUserResponse
  821. 9, // 16: shopping_admin_user_service.ShoppingAdminUserService.UpdateAdminUser:output_type -> shopping_admin_user_service.UpdateAdminUserResponse
  822. 11, // 17: shopping_admin_user_service.ShoppingAdminUserService.DeleteAdminUser:output_type -> shopping_admin_user_service.DeleteAdminUserResponse
  823. 13, // 18: shopping_admin_user_service.ShoppingAdminUserService.ToggleAdminUser:output_type -> shopping_admin_user_service.ToggleAdminUserResponse
  824. 12, // [12:19] is the sub-list for method output_type
  825. 5, // [5:12] is the sub-list for method input_type
  826. 5, // [5:5] is the sub-list for extension type_name
  827. 5, // [5:5] is the sub-list for extension extendee
  828. 0, // [0:5] is the sub-list for field type_name
  829. }
  830. func init() { file_proto_shopping_admin_user_service_proto_init() }
  831. func file_proto_shopping_admin_user_service_proto_init() {
  832. if File_proto_shopping_admin_user_service_proto != nil {
  833. return
  834. }
  835. file_proto_base_shopping_service_proto_init()
  836. if !protoimpl.UnsafeEnabled {
  837. file_proto_shopping_admin_user_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  838. switch v := v.(*GetAdminUserListRequest); i {
  839. case 0:
  840. return &v.state
  841. case 1:
  842. return &v.sizeCache
  843. case 2:
  844. return &v.unknownFields
  845. default:
  846. return nil
  847. }
  848. }
  849. file_proto_shopping_admin_user_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  850. switch v := v.(*GetAdminUserListResponse); i {
  851. case 0:
  852. return &v.state
  853. case 1:
  854. return &v.sizeCache
  855. case 2:
  856. return &v.unknownFields
  857. default:
  858. return nil
  859. }
  860. }
  861. file_proto_shopping_admin_user_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  862. switch v := v.(*GetAdminUserRequest); i {
  863. case 0:
  864. return &v.state
  865. case 1:
  866. return &v.sizeCache
  867. case 2:
  868. return &v.unknownFields
  869. default:
  870. return nil
  871. }
  872. }
  873. file_proto_shopping_admin_user_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  874. switch v := v.(*GetAdminUserResponse); i {
  875. case 0:
  876. return &v.state
  877. case 1:
  878. return &v.sizeCache
  879. case 2:
  880. return &v.unknownFields
  881. default:
  882. return nil
  883. }
  884. }
  885. file_proto_shopping_admin_user_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  886. switch v := v.(*GetAllAdminUserRequest); i {
  887. case 0:
  888. return &v.state
  889. case 1:
  890. return &v.sizeCache
  891. case 2:
  892. return &v.unknownFields
  893. default:
  894. return nil
  895. }
  896. }
  897. file_proto_shopping_admin_user_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  898. switch v := v.(*GetAllAdminUserResponse); i {
  899. case 0:
  900. return &v.state
  901. case 1:
  902. return &v.sizeCache
  903. case 2:
  904. return &v.unknownFields
  905. default:
  906. return nil
  907. }
  908. }
  909. file_proto_shopping_admin_user_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  910. switch v := v.(*CreateAdminUserRequest); i {
  911. case 0:
  912. return &v.state
  913. case 1:
  914. return &v.sizeCache
  915. case 2:
  916. return &v.unknownFields
  917. default:
  918. return nil
  919. }
  920. }
  921. file_proto_shopping_admin_user_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  922. switch v := v.(*CreateAdminUserResponse); i {
  923. case 0:
  924. return &v.state
  925. case 1:
  926. return &v.sizeCache
  927. case 2:
  928. return &v.unknownFields
  929. default:
  930. return nil
  931. }
  932. }
  933. file_proto_shopping_admin_user_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  934. switch v := v.(*UpdateAdminUserRequest); i {
  935. case 0:
  936. return &v.state
  937. case 1:
  938. return &v.sizeCache
  939. case 2:
  940. return &v.unknownFields
  941. default:
  942. return nil
  943. }
  944. }
  945. file_proto_shopping_admin_user_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  946. switch v := v.(*UpdateAdminUserResponse); i {
  947. case 0:
  948. return &v.state
  949. case 1:
  950. return &v.sizeCache
  951. case 2:
  952. return &v.unknownFields
  953. default:
  954. return nil
  955. }
  956. }
  957. file_proto_shopping_admin_user_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  958. switch v := v.(*DeleteAdminUserRequest); i {
  959. case 0:
  960. return &v.state
  961. case 1:
  962. return &v.sizeCache
  963. case 2:
  964. return &v.unknownFields
  965. default:
  966. return nil
  967. }
  968. }
  969. file_proto_shopping_admin_user_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  970. switch v := v.(*DeleteAdminUserResponse); i {
  971. case 0:
  972. return &v.state
  973. case 1:
  974. return &v.sizeCache
  975. case 2:
  976. return &v.unknownFields
  977. default:
  978. return nil
  979. }
  980. }
  981. file_proto_shopping_admin_user_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  982. switch v := v.(*ToggleAdminUserRequest); i {
  983. case 0:
  984. return &v.state
  985. case 1:
  986. return &v.sizeCache
  987. case 2:
  988. return &v.unknownFields
  989. default:
  990. return nil
  991. }
  992. }
  993. file_proto_shopping_admin_user_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  994. switch v := v.(*ToggleAdminUserResponse); i {
  995. case 0:
  996. return &v.state
  997. case 1:
  998. return &v.sizeCache
  999. case 2:
  1000. return &v.unknownFields
  1001. default:
  1002. return nil
  1003. }
  1004. }
  1005. }
  1006. type x struct{}
  1007. out := protoimpl.TypeBuilder{
  1008. File: protoimpl.DescBuilder{
  1009. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1010. RawDescriptor: file_proto_shopping_admin_user_service_proto_rawDesc,
  1011. NumEnums: 0,
  1012. NumMessages: 14,
  1013. NumExtensions: 0,
  1014. NumServices: 1,
  1015. },
  1016. GoTypes: file_proto_shopping_admin_user_service_proto_goTypes,
  1017. DependencyIndexes: file_proto_shopping_admin_user_service_proto_depIdxs,
  1018. MessageInfos: file_proto_shopping_admin_user_service_proto_msgTypes,
  1019. }.Build()
  1020. File_proto_shopping_admin_user_service_proto = out.File
  1021. file_proto_shopping_admin_user_service_proto_rawDesc = nil
  1022. file_proto_shopping_admin_user_service_proto_goTypes = nil
  1023. file_proto_shopping_admin_user_service_proto_depIdxs = nil
  1024. }