shopping_user_group_service.pb.go 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  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_user_group_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 CreateUserGroupRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  24. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
  25. Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
  26. CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
  27. CreatedBy string `protobuf:"bytes,5,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
  28. }
  29. func (x *CreateUserGroupRequest) Reset() {
  30. *x = CreateUserGroupRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_proto_shopping_user_group_service_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *CreateUserGroupRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*CreateUserGroupRequest) ProtoMessage() {}
  41. func (x *CreateUserGroupRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_proto_shopping_user_group_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 CreateUserGroupRequest.ProtoReflect.Descriptor instead.
  53. func (*CreateUserGroupRequest) Descriptor() ([]byte, []int) {
  54. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *CreateUserGroupRequest) GetName() string {
  57. if x != nil {
  58. return x.Name
  59. }
  60. return ""
  61. }
  62. func (x *CreateUserGroupRequest) GetDescription() string {
  63. if x != nil {
  64. return x.Description
  65. }
  66. return ""
  67. }
  68. func (x *CreateUserGroupRequest) GetCode() string {
  69. if x != nil {
  70. return x.Code
  71. }
  72. return ""
  73. }
  74. func (x *CreateUserGroupRequest) GetCreatedAt() int64 {
  75. if x != nil {
  76. return x.CreatedAt
  77. }
  78. return 0
  79. }
  80. func (x *CreateUserGroupRequest) GetCreatedBy() string {
  81. if x != nil {
  82. return x.CreatedBy
  83. }
  84. return ""
  85. }
  86. type CreateUserGroupResponse struct {
  87. state protoimpl.MessageState
  88. sizeCache protoimpl.SizeCache
  89. unknownFields protoimpl.UnknownFields
  90. }
  91. func (x *CreateUserGroupResponse) Reset() {
  92. *x = CreateUserGroupResponse{}
  93. if protoimpl.UnsafeEnabled {
  94. mi := &file_proto_shopping_user_group_service_proto_msgTypes[1]
  95. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  96. ms.StoreMessageInfo(mi)
  97. }
  98. }
  99. func (x *CreateUserGroupResponse) String() string {
  100. return protoimpl.X.MessageStringOf(x)
  101. }
  102. func (*CreateUserGroupResponse) ProtoMessage() {}
  103. func (x *CreateUserGroupResponse) ProtoReflect() protoreflect.Message {
  104. mi := &file_proto_shopping_user_group_service_proto_msgTypes[1]
  105. if protoimpl.UnsafeEnabled && x != nil {
  106. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  107. if ms.LoadMessageInfo() == nil {
  108. ms.StoreMessageInfo(mi)
  109. }
  110. return ms
  111. }
  112. return mi.MessageOf(x)
  113. }
  114. // Deprecated: Use CreateUserGroupResponse.ProtoReflect.Descriptor instead.
  115. func (*CreateUserGroupResponse) Descriptor() ([]byte, []int) {
  116. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{1}
  117. }
  118. type GetUserGroupListRequest struct {
  119. state protoimpl.MessageState
  120. sizeCache protoimpl.SizeCache
  121. unknownFields protoimpl.UnknownFields
  122. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
  123. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
  124. Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
  125. }
  126. func (x *GetUserGroupListRequest) Reset() {
  127. *x = GetUserGroupListRequest{}
  128. if protoimpl.UnsafeEnabled {
  129. mi := &file_proto_shopping_user_group_service_proto_msgTypes[2]
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. ms.StoreMessageInfo(mi)
  132. }
  133. }
  134. func (x *GetUserGroupListRequest) String() string {
  135. return protoimpl.X.MessageStringOf(x)
  136. }
  137. func (*GetUserGroupListRequest) ProtoMessage() {}
  138. func (x *GetUserGroupListRequest) ProtoReflect() protoreflect.Message {
  139. mi := &file_proto_shopping_user_group_service_proto_msgTypes[2]
  140. if protoimpl.UnsafeEnabled && x != nil {
  141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  142. if ms.LoadMessageInfo() == nil {
  143. ms.StoreMessageInfo(mi)
  144. }
  145. return ms
  146. }
  147. return mi.MessageOf(x)
  148. }
  149. // Deprecated: Use GetUserGroupListRequest.ProtoReflect.Descriptor instead.
  150. func (*GetUserGroupListRequest) Descriptor() ([]byte, []int) {
  151. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{2}
  152. }
  153. func (x *GetUserGroupListRequest) GetPage() int32 {
  154. if x != nil {
  155. return x.Page
  156. }
  157. return 0
  158. }
  159. func (x *GetUserGroupListRequest) GetPageSize() int32 {
  160. if x != nil {
  161. return x.PageSize
  162. }
  163. return 0
  164. }
  165. func (x *GetUserGroupListRequest) GetKeyword() string {
  166. if x != nil {
  167. return x.Keyword
  168. }
  169. return ""
  170. }
  171. type GetUserGroupListResponse struct {
  172. state protoimpl.MessageState
  173. sizeCache protoimpl.SizeCache
  174. unknownFields protoimpl.UnknownFields
  175. Items []*UserGroup `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
  176. TotalCount int64 `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
  177. }
  178. func (x *GetUserGroupListResponse) Reset() {
  179. *x = GetUserGroupListResponse{}
  180. if protoimpl.UnsafeEnabled {
  181. mi := &file_proto_shopping_user_group_service_proto_msgTypes[3]
  182. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  183. ms.StoreMessageInfo(mi)
  184. }
  185. }
  186. func (x *GetUserGroupListResponse) String() string {
  187. return protoimpl.X.MessageStringOf(x)
  188. }
  189. func (*GetUserGroupListResponse) ProtoMessage() {}
  190. func (x *GetUserGroupListResponse) ProtoReflect() protoreflect.Message {
  191. mi := &file_proto_shopping_user_group_service_proto_msgTypes[3]
  192. if protoimpl.UnsafeEnabled && x != nil {
  193. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  194. if ms.LoadMessageInfo() == nil {
  195. ms.StoreMessageInfo(mi)
  196. }
  197. return ms
  198. }
  199. return mi.MessageOf(x)
  200. }
  201. // Deprecated: Use GetUserGroupListResponse.ProtoReflect.Descriptor instead.
  202. func (*GetUserGroupListResponse) Descriptor() ([]byte, []int) {
  203. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{3}
  204. }
  205. func (x *GetUserGroupListResponse) GetItems() []*UserGroup {
  206. if x != nil {
  207. return x.Items
  208. }
  209. return nil
  210. }
  211. func (x *GetUserGroupListResponse) GetTotalCount() int64 {
  212. if x != nil {
  213. return x.TotalCount
  214. }
  215. return 0
  216. }
  217. type GetUserGroupRequest struct {
  218. state protoimpl.MessageState
  219. sizeCache protoimpl.SizeCache
  220. unknownFields protoimpl.UnknownFields
  221. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
  222. GroupId int64 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
  223. }
  224. func (x *GetUserGroupRequest) Reset() {
  225. *x = GetUserGroupRequest{}
  226. if protoimpl.UnsafeEnabled {
  227. mi := &file_proto_shopping_user_group_service_proto_msgTypes[4]
  228. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  229. ms.StoreMessageInfo(mi)
  230. }
  231. }
  232. func (x *GetUserGroupRequest) String() string {
  233. return protoimpl.X.MessageStringOf(x)
  234. }
  235. func (*GetUserGroupRequest) ProtoMessage() {}
  236. func (x *GetUserGroupRequest) ProtoReflect() protoreflect.Message {
  237. mi := &file_proto_shopping_user_group_service_proto_msgTypes[4]
  238. if protoimpl.UnsafeEnabled && x != nil {
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. if ms.LoadMessageInfo() == nil {
  241. ms.StoreMessageInfo(mi)
  242. }
  243. return ms
  244. }
  245. return mi.MessageOf(x)
  246. }
  247. // Deprecated: Use GetUserGroupRequest.ProtoReflect.Descriptor instead.
  248. func (*GetUserGroupRequest) Descriptor() ([]byte, []int) {
  249. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{4}
  250. }
  251. func (x *GetUserGroupRequest) GetCode() string {
  252. if x != nil {
  253. return x.Code
  254. }
  255. return ""
  256. }
  257. func (x *GetUserGroupRequest) GetGroupId() int64 {
  258. if x != nil {
  259. return x.GroupId
  260. }
  261. return 0
  262. }
  263. type GetUserGroupResponse struct {
  264. state protoimpl.MessageState
  265. sizeCache protoimpl.SizeCache
  266. unknownFields protoimpl.UnknownFields
  267. }
  268. func (x *GetUserGroupResponse) Reset() {
  269. *x = GetUserGroupResponse{}
  270. if protoimpl.UnsafeEnabled {
  271. mi := &file_proto_shopping_user_group_service_proto_msgTypes[5]
  272. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  273. ms.StoreMessageInfo(mi)
  274. }
  275. }
  276. func (x *GetUserGroupResponse) String() string {
  277. return protoimpl.X.MessageStringOf(x)
  278. }
  279. func (*GetUserGroupResponse) ProtoMessage() {}
  280. func (x *GetUserGroupResponse) ProtoReflect() protoreflect.Message {
  281. mi := &file_proto_shopping_user_group_service_proto_msgTypes[5]
  282. if protoimpl.UnsafeEnabled && x != nil {
  283. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  284. if ms.LoadMessageInfo() == nil {
  285. ms.StoreMessageInfo(mi)
  286. }
  287. return ms
  288. }
  289. return mi.MessageOf(x)
  290. }
  291. // Deprecated: Use GetUserGroupResponse.ProtoReflect.Descriptor instead.
  292. func (*GetUserGroupResponse) Descriptor() ([]byte, []int) {
  293. return file_proto_shopping_user_group_service_proto_rawDescGZIP(), []int{5}
  294. }
  295. var File_proto_shopping_user_group_service_proto protoreflect.FileDescriptor
  296. var file_proto_shopping_user_group_service_proto_rawDesc = []byte{
  297. 0x0a, 0x27, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  298. 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76,
  299. 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x73, 0x68, 0x6f, 0x70, 0x70,
  300. 0x69, 0x6e, 0x67, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73,
  301. 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x1a, 0x21, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x61,
  302. 0x73, 0x65, 0x5f, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76,
  303. 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa0, 0x01, 0x0a, 0x16, 0x43, 0x72,
  304. 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71,
  305. 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
  306. 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63,
  307. 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64,
  308. 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f,
  309. 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1d,
  310. 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x04, 0x20, 0x01,
  311. 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a,
  312. 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28,
  313. 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x42, 0x79, 0x22, 0x19, 0x0a, 0x17,
  314. 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
  315. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x64, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x55, 0x73,
  316. 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
  317. 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
  318. 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73,
  319. 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53,
  320. 0x69, 0x7a, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03,
  321. 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x73, 0x0a,
  322. 0x18, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73,
  323. 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x05, 0x69, 0x74, 0x65,
  324. 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x5f,
  325. 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
  326. 0x2e, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d,
  327. 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  328. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75,
  329. 0x6e, 0x74, 0x22, 0x44, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f,
  330. 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64,
  331. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x19, 0x0a,
  332. 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
  333. 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x55,
  334. 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
  335. 0x32, 0x8e, 0x03, 0x0a, 0x18, 0x53, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x55, 0x73, 0x65,
  336. 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7c, 0x0a,
  337. 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70,
  338. 0x12, 0x33, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x75, 0x73, 0x65, 0x72,
  339. 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x43,
  340. 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65,
  341. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  342. 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76,
  343. 0x69, 0x63, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72,
  344. 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7f, 0x0a, 0x10, 0x47,
  345. 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12,
  346. 0x34, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f,
  347. 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65,
  348. 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  349. 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67,
  350. 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76,
  351. 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70,
  352. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x73, 0x0a, 0x0c,
  353. 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x30, 0x2e, 0x73,
  354. 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67, 0x72, 0x6f,
  355. 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73,
  356. 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31,
  357. 0x2e, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x67,
  358. 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x47, 0x65, 0x74,
  359. 0x55, 0x73, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
  360. 0x65, 0x42, 0x1a, 0x5a, 0x18, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x73, 0x68, 0x6f,
  361. 0x70, 0x70, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70,
  362. 0x72, 0x6f, 0x74, 0x6f, 0x33,
  363. }
  364. var (
  365. file_proto_shopping_user_group_service_proto_rawDescOnce sync.Once
  366. file_proto_shopping_user_group_service_proto_rawDescData = file_proto_shopping_user_group_service_proto_rawDesc
  367. )
  368. func file_proto_shopping_user_group_service_proto_rawDescGZIP() []byte {
  369. file_proto_shopping_user_group_service_proto_rawDescOnce.Do(func() {
  370. file_proto_shopping_user_group_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_shopping_user_group_service_proto_rawDescData)
  371. })
  372. return file_proto_shopping_user_group_service_proto_rawDescData
  373. }
  374. var file_proto_shopping_user_group_service_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  375. var file_proto_shopping_user_group_service_proto_goTypes = []interface{}{
  376. (*CreateUserGroupRequest)(nil), // 0: shopping_user_group_service.CreateUserGroupRequest
  377. (*CreateUserGroupResponse)(nil), // 1: shopping_user_group_service.CreateUserGroupResponse
  378. (*GetUserGroupListRequest)(nil), // 2: shopping_user_group_service.GetUserGroupListRequest
  379. (*GetUserGroupListResponse)(nil), // 3: shopping_user_group_service.GetUserGroupListResponse
  380. (*GetUserGroupRequest)(nil), // 4: shopping_user_group_service.GetUserGroupRequest
  381. (*GetUserGroupResponse)(nil), // 5: shopping_user_group_service.GetUserGroupResponse
  382. (*UserGroup)(nil), // 6: base_shopping_service.UserGroup
  383. }
  384. var file_proto_shopping_user_group_service_proto_depIdxs = []int32{
  385. 6, // 0: shopping_user_group_service.GetUserGroupListResponse.items:type_name -> base_shopping_service.UserGroup
  386. 0, // 1: shopping_user_group_service.ShoppingUserGroupService.CreateUserGroup:input_type -> shopping_user_group_service.CreateUserGroupRequest
  387. 2, // 2: shopping_user_group_service.ShoppingUserGroupService.GetUserGroupList:input_type -> shopping_user_group_service.GetUserGroupListRequest
  388. 4, // 3: shopping_user_group_service.ShoppingUserGroupService.GetUserGroup:input_type -> shopping_user_group_service.GetUserGroupRequest
  389. 1, // 4: shopping_user_group_service.ShoppingUserGroupService.CreateUserGroup:output_type -> shopping_user_group_service.CreateUserGroupResponse
  390. 3, // 5: shopping_user_group_service.ShoppingUserGroupService.GetUserGroupList:output_type -> shopping_user_group_service.GetUserGroupListResponse
  391. 5, // 6: shopping_user_group_service.ShoppingUserGroupService.GetUserGroup:output_type -> shopping_user_group_service.GetUserGroupResponse
  392. 4, // [4:7] is the sub-list for method output_type
  393. 1, // [1:4] is the sub-list for method input_type
  394. 1, // [1:1] is the sub-list for extension type_name
  395. 1, // [1:1] is the sub-list for extension extendee
  396. 0, // [0:1] is the sub-list for field type_name
  397. }
  398. func init() { file_proto_shopping_user_group_service_proto_init() }
  399. func file_proto_shopping_user_group_service_proto_init() {
  400. if File_proto_shopping_user_group_service_proto != nil {
  401. return
  402. }
  403. file_proto_base_shopping_service_proto_init()
  404. if !protoimpl.UnsafeEnabled {
  405. file_proto_shopping_user_group_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  406. switch v := v.(*CreateUserGroupRequest); i {
  407. case 0:
  408. return &v.state
  409. case 1:
  410. return &v.sizeCache
  411. case 2:
  412. return &v.unknownFields
  413. default:
  414. return nil
  415. }
  416. }
  417. file_proto_shopping_user_group_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  418. switch v := v.(*CreateUserGroupResponse); i {
  419. case 0:
  420. return &v.state
  421. case 1:
  422. return &v.sizeCache
  423. case 2:
  424. return &v.unknownFields
  425. default:
  426. return nil
  427. }
  428. }
  429. file_proto_shopping_user_group_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  430. switch v := v.(*GetUserGroupListRequest); i {
  431. case 0:
  432. return &v.state
  433. case 1:
  434. return &v.sizeCache
  435. case 2:
  436. return &v.unknownFields
  437. default:
  438. return nil
  439. }
  440. }
  441. file_proto_shopping_user_group_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  442. switch v := v.(*GetUserGroupListResponse); i {
  443. case 0:
  444. return &v.state
  445. case 1:
  446. return &v.sizeCache
  447. case 2:
  448. return &v.unknownFields
  449. default:
  450. return nil
  451. }
  452. }
  453. file_proto_shopping_user_group_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  454. switch v := v.(*GetUserGroupRequest); i {
  455. case 0:
  456. return &v.state
  457. case 1:
  458. return &v.sizeCache
  459. case 2:
  460. return &v.unknownFields
  461. default:
  462. return nil
  463. }
  464. }
  465. file_proto_shopping_user_group_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  466. switch v := v.(*GetUserGroupResponse); i {
  467. case 0:
  468. return &v.state
  469. case 1:
  470. return &v.sizeCache
  471. case 2:
  472. return &v.unknownFields
  473. default:
  474. return nil
  475. }
  476. }
  477. }
  478. type x struct{}
  479. out := protoimpl.TypeBuilder{
  480. File: protoimpl.DescBuilder{
  481. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  482. RawDescriptor: file_proto_shopping_user_group_service_proto_rawDesc,
  483. NumEnums: 0,
  484. NumMessages: 6,
  485. NumExtensions: 0,
  486. NumServices: 1,
  487. },
  488. GoTypes: file_proto_shopping_user_group_service_proto_goTypes,
  489. DependencyIndexes: file_proto_shopping_user_group_service_proto_depIdxs,
  490. MessageInfos: file_proto_shopping_user_group_service_proto_msgTypes,
  491. }.Build()
  492. File_proto_shopping_user_group_service_proto = out.File
  493. file_proto_shopping_user_group_service_proto_rawDesc = nil
  494. file_proto_shopping_user_group_service_proto_goTypes = nil
  495. file_proto_shopping_user_group_service_proto_depIdxs = nil
  496. }