area.pb.go 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/openplatform/ticket-item/api/grpc/v1/area.proto
  3. /*
  4. Package v1 is a generated protocol buffer package.
  5. It is generated from these files:
  6. app/service/openplatform/ticket-item/api/grpc/v1/area.proto
  7. app/service/openplatform/ticket-item/api/grpc/v1/bulletin.proto
  8. app/service/openplatform/ticket-item/api/grpc/v1/guest.proto
  9. app/service/openplatform/ticket-item/api/grpc/v1/item.proto
  10. app/service/openplatform/ticket-item/api/grpc/v1/place.proto
  11. app/service/openplatform/ticket-item/api/grpc/v1/screen.proto
  12. app/service/openplatform/ticket-item/api/grpc/v1/seat.proto
  13. app/service/openplatform/ticket-item/api/grpc/v1/ticket.proto
  14. app/service/openplatform/ticket-item/api/grpc/v1/time.proto
  15. app/service/openplatform/ticket-item/api/grpc/v1/venue.proto
  16. It has these top-level messages:
  17. AreaInfo
  18. AreaInfoRequest
  19. AreaInfoReply
  20. DeleteAreaRequest
  21. DeleteAreaReply
  22. BulletinInfo
  23. BulletinInfoRequest
  24. BulletinCheckRequest
  25. BulletinStateRequest
  26. BulletinReply
  27. GuestInfoRequest
  28. GuestStatusRequest
  29. GuestInfoReply
  30. InfoRequest
  31. CardsRequest
  32. BillRequest
  33. InfoReply
  34. CardsReply
  35. CardReply
  36. BillReply
  37. ItemBase
  38. ItemExt
  39. ImgList
  40. BillOpt
  41. BuyNumLimit
  42. BnlLevel
  43. WishRequest
  44. WishReply
  45. FavRequest
  46. FavReply
  47. VersionRequest
  48. VersionReply
  49. BannerEditRequest
  50. BannerEditReply
  51. VersionReviewRequest
  52. VersionReviewReply
  53. VersionStatusRequest
  54. VersionStatusReply
  55. PlaceInfo
  56. PlaceInfoRequest
  57. PlaceInfoReply
  58. ScreenInfo
  59. AreaSeatInfo
  60. SeatInfoRequest
  61. SeatInfoReply
  62. SeatPrice
  63. SeatStockRequest
  64. SeatStockReply
  65. RemoveSeatOrdersRequest
  66. RemoveSeatOrdersReply
  67. TicketInfo
  68. TicketBuyNumLimit
  69. TicketStatus
  70. TicketPriceList
  71. ItemTime
  72. ScreenTime
  73. TicketTime
  74. VenueInfo
  75. VenueAddrInfo
  76. VenueInfoRequest
  77. VenueInfoReply
  78. */
  79. package v1
  80. import proto "github.com/gogo/protobuf/proto"
  81. import fmt "fmt"
  82. import math "math"
  83. import _ "github.com/gogo/protobuf/gogoproto"
  84. import context "golang.org/x/net/context"
  85. import grpc "google.golang.org/grpc"
  86. import io "io"
  87. // Reference imports to suppress errors if they are not otherwise used.
  88. var _ = proto.Marshal
  89. var _ = fmt.Errorf
  90. var _ = math.Inf
  91. // This is a compile-time assertion to ensure that this generated file
  92. // is compatible with the proto package it is being compiled against.
  93. // A compilation error at this line likely means your copy of the
  94. // proto package needs to be updated.
  95. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  96. // The response message containing the area info
  97. type AreaInfo struct {
  98. ID int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  99. AID string `protobuf:"bytes,2,opt,name=a_id,json=aId,proto3" json:"a_id"`
  100. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  101. SeatNum int32 `protobuf:"varint,4,opt,name=seat_num,json=seatNum,proto3" json:"seat_num"`
  102. Width int32 `protobuf:"varint,5,opt,name=width,proto3" json:"width"`
  103. Height int32 `protobuf:"varint,6,opt,name=height,proto3" json:"height"`
  104. Place int64 `protobuf:"varint,7,opt,name=place,proto3" json:"place"`
  105. ColStart int32 `protobuf:"varint,8,opt,name=col_start,json=colStart,proto3" json:"col_start"`
  106. ColType int32 `protobuf:"varint,9,opt,name=col_type,json=colType,proto3" json:"col_type"`
  107. ColDirection int32 `protobuf:"varint,10,opt,name=col_direction,json=colDirection,proto3" json:"col_direction"`
  108. RowList string `protobuf:"bytes,11,opt,name=row_list,json=rowList,proto3" json:"row_list"`
  109. SeatStart string `protobuf:"bytes,12,opt,name=seat_start,json=seatStart,proto3" json:"seat_start"`
  110. }
  111. func (m *AreaInfo) Reset() { *m = AreaInfo{} }
  112. func (m *AreaInfo) String() string { return proto.CompactTextString(m) }
  113. func (*AreaInfo) ProtoMessage() {}
  114. func (*AreaInfo) Descriptor() ([]byte, []int) { return fileDescriptorArea, []int{0} }
  115. // areaInfo接口请求
  116. type AreaInfoRequest struct {
  117. // 待修改区域的ID(为0表示创建)
  118. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id" validate:"min=0"`
  119. // 区域自定义编号
  120. AID string `protobuf:"bytes,2,opt,name=AID,proto3" json:"a_id" validate:"min=1,max=16"`
  121. // 区域名
  122. Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"name" validate:"min=1,max=16"`
  123. // 所属场地ID
  124. Place int64 `protobuf:"varint,4,opt,name=Place,proto3" json:"place" validate:"min=1"`
  125. // 区域坐标
  126. Coordinate string `protobuf:"bytes,5,opt,name=Coordinate,proto3" json:"coordinate" validate:"min=1"`
  127. }
  128. func (m *AreaInfoRequest) Reset() { *m = AreaInfoRequest{} }
  129. func (m *AreaInfoRequest) String() string { return proto.CompactTextString(m) }
  130. func (*AreaInfoRequest) ProtoMessage() {}
  131. func (*AreaInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptorArea, []int{1} }
  132. // areaInfo接口返回
  133. type AreaInfoReply struct {
  134. // 操作结果
  135. Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"success"`
  136. // 操作区域ID
  137. ID int64 `protobuf:"varint,2,opt,name=ID,proto3" json:"id"`
  138. // 场地坐标
  139. Coordinate string `protobuf:"bytes,3,opt,name=Coordinate,proto3" json:"coordinate"`
  140. }
  141. func (m *AreaInfoReply) Reset() { *m = AreaInfoReply{} }
  142. func (m *AreaInfoReply) String() string { return proto.CompactTextString(m) }
  143. func (*AreaInfoReply) ProtoMessage() {}
  144. func (*AreaInfoReply) Descriptor() ([]byte, []int) { return fileDescriptorArea, []int{2} }
  145. // deleteArea接口请求
  146. type DeleteAreaRequest struct {
  147. // 待删除区域的ID
  148. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id" validate:"min=1"`
  149. }
  150. func (m *DeleteAreaRequest) Reset() { *m = DeleteAreaRequest{} }
  151. func (m *DeleteAreaRequest) String() string { return proto.CompactTextString(m) }
  152. func (*DeleteAreaRequest) ProtoMessage() {}
  153. func (*DeleteAreaRequest) Descriptor() ([]byte, []int) { return fileDescriptorArea, []int{3} }
  154. // deleteArea接口返回
  155. type DeleteAreaReply struct {
  156. // 操作结果
  157. Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"success"`
  158. }
  159. func (m *DeleteAreaReply) Reset() { *m = DeleteAreaReply{} }
  160. func (m *DeleteAreaReply) String() string { return proto.CompactTextString(m) }
  161. func (*DeleteAreaReply) ProtoMessage() {}
  162. func (*DeleteAreaReply) Descriptor() ([]byte, []int) { return fileDescriptorArea, []int{4} }
  163. func init() {
  164. proto.RegisterType((*AreaInfo)(nil), "ticket.service.item.v1.AreaInfo")
  165. proto.RegisterType((*AreaInfoRequest)(nil), "ticket.service.item.v1.AreaInfoRequest")
  166. proto.RegisterType((*AreaInfoReply)(nil), "ticket.service.item.v1.AreaInfoReply")
  167. proto.RegisterType((*DeleteAreaRequest)(nil), "ticket.service.item.v1.DeleteAreaRequest")
  168. proto.RegisterType((*DeleteAreaReply)(nil), "ticket.service.item.v1.DeleteAreaReply")
  169. }
  170. // Reference imports to suppress errors if they are not otherwise used.
  171. var _ context.Context
  172. var _ grpc.ClientConn
  173. // This is a compile-time assertion to ensure that this generated file
  174. // is compatible with the grpc package it is being compiled against.
  175. const _ = grpc.SupportPackageIsVersion4
  176. // Client API for Area service
  177. type AreaClient interface {
  178. AreaInfo(ctx context.Context, in *AreaInfoRequest, opts ...grpc.CallOption) (*AreaInfoReply, error)
  179. DeleteArea(ctx context.Context, in *DeleteAreaRequest, opts ...grpc.CallOption) (*DeleteAreaReply, error)
  180. }
  181. type areaClient struct {
  182. cc *grpc.ClientConn
  183. }
  184. func NewAreaClient(cc *grpc.ClientConn) AreaClient {
  185. return &areaClient{cc}
  186. }
  187. func (c *areaClient) AreaInfo(ctx context.Context, in *AreaInfoRequest, opts ...grpc.CallOption) (*AreaInfoReply, error) {
  188. out := new(AreaInfoReply)
  189. err := grpc.Invoke(ctx, "/ticket.service.item.v1.Area/AreaInfo", in, out, c.cc, opts...)
  190. if err != nil {
  191. return nil, err
  192. }
  193. return out, nil
  194. }
  195. func (c *areaClient) DeleteArea(ctx context.Context, in *DeleteAreaRequest, opts ...grpc.CallOption) (*DeleteAreaReply, error) {
  196. out := new(DeleteAreaReply)
  197. err := grpc.Invoke(ctx, "/ticket.service.item.v1.Area/DeleteArea", in, out, c.cc, opts...)
  198. if err != nil {
  199. return nil, err
  200. }
  201. return out, nil
  202. }
  203. // Server API for Area service
  204. type AreaServer interface {
  205. AreaInfo(context.Context, *AreaInfoRequest) (*AreaInfoReply, error)
  206. DeleteArea(context.Context, *DeleteAreaRequest) (*DeleteAreaReply, error)
  207. }
  208. func RegisterAreaServer(s *grpc.Server, srv AreaServer) {
  209. s.RegisterService(&_Area_serviceDesc, srv)
  210. }
  211. func _Area_AreaInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  212. in := new(AreaInfoRequest)
  213. if err := dec(in); err != nil {
  214. return nil, err
  215. }
  216. if interceptor == nil {
  217. return srv.(AreaServer).AreaInfo(ctx, in)
  218. }
  219. info := &grpc.UnaryServerInfo{
  220. Server: srv,
  221. FullMethod: "/ticket.service.item.v1.Area/AreaInfo",
  222. }
  223. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  224. return srv.(AreaServer).AreaInfo(ctx, req.(*AreaInfoRequest))
  225. }
  226. return interceptor(ctx, in, info, handler)
  227. }
  228. func _Area_DeleteArea_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  229. in := new(DeleteAreaRequest)
  230. if err := dec(in); err != nil {
  231. return nil, err
  232. }
  233. if interceptor == nil {
  234. return srv.(AreaServer).DeleteArea(ctx, in)
  235. }
  236. info := &grpc.UnaryServerInfo{
  237. Server: srv,
  238. FullMethod: "/ticket.service.item.v1.Area/DeleteArea",
  239. }
  240. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  241. return srv.(AreaServer).DeleteArea(ctx, req.(*DeleteAreaRequest))
  242. }
  243. return interceptor(ctx, in, info, handler)
  244. }
  245. var _Area_serviceDesc = grpc.ServiceDesc{
  246. ServiceName: "ticket.service.item.v1.Area",
  247. HandlerType: (*AreaServer)(nil),
  248. Methods: []grpc.MethodDesc{
  249. {
  250. MethodName: "AreaInfo",
  251. Handler: _Area_AreaInfo_Handler,
  252. },
  253. {
  254. MethodName: "DeleteArea",
  255. Handler: _Area_DeleteArea_Handler,
  256. },
  257. },
  258. Streams: []grpc.StreamDesc{},
  259. Metadata: "app/service/openplatform/ticket-item/api/grpc/v1/area.proto",
  260. }
  261. func (m *AreaInfo) Marshal() (dAtA []byte, err error) {
  262. size := m.Size()
  263. dAtA = make([]byte, size)
  264. n, err := m.MarshalTo(dAtA)
  265. if err != nil {
  266. return nil, err
  267. }
  268. return dAtA[:n], nil
  269. }
  270. func (m *AreaInfo) MarshalTo(dAtA []byte) (int, error) {
  271. var i int
  272. _ = i
  273. var l int
  274. _ = l
  275. if m.ID != 0 {
  276. dAtA[i] = 0x8
  277. i++
  278. i = encodeVarintArea(dAtA, i, uint64(m.ID))
  279. }
  280. if len(m.AID) > 0 {
  281. dAtA[i] = 0x12
  282. i++
  283. i = encodeVarintArea(dAtA, i, uint64(len(m.AID)))
  284. i += copy(dAtA[i:], m.AID)
  285. }
  286. if len(m.Name) > 0 {
  287. dAtA[i] = 0x1a
  288. i++
  289. i = encodeVarintArea(dAtA, i, uint64(len(m.Name)))
  290. i += copy(dAtA[i:], m.Name)
  291. }
  292. if m.SeatNum != 0 {
  293. dAtA[i] = 0x20
  294. i++
  295. i = encodeVarintArea(dAtA, i, uint64(m.SeatNum))
  296. }
  297. if m.Width != 0 {
  298. dAtA[i] = 0x28
  299. i++
  300. i = encodeVarintArea(dAtA, i, uint64(m.Width))
  301. }
  302. if m.Height != 0 {
  303. dAtA[i] = 0x30
  304. i++
  305. i = encodeVarintArea(dAtA, i, uint64(m.Height))
  306. }
  307. if m.Place != 0 {
  308. dAtA[i] = 0x38
  309. i++
  310. i = encodeVarintArea(dAtA, i, uint64(m.Place))
  311. }
  312. if m.ColStart != 0 {
  313. dAtA[i] = 0x40
  314. i++
  315. i = encodeVarintArea(dAtA, i, uint64(m.ColStart))
  316. }
  317. if m.ColType != 0 {
  318. dAtA[i] = 0x48
  319. i++
  320. i = encodeVarintArea(dAtA, i, uint64(m.ColType))
  321. }
  322. if m.ColDirection != 0 {
  323. dAtA[i] = 0x50
  324. i++
  325. i = encodeVarintArea(dAtA, i, uint64(m.ColDirection))
  326. }
  327. if len(m.RowList) > 0 {
  328. dAtA[i] = 0x5a
  329. i++
  330. i = encodeVarintArea(dAtA, i, uint64(len(m.RowList)))
  331. i += copy(dAtA[i:], m.RowList)
  332. }
  333. if len(m.SeatStart) > 0 {
  334. dAtA[i] = 0x62
  335. i++
  336. i = encodeVarintArea(dAtA, i, uint64(len(m.SeatStart)))
  337. i += copy(dAtA[i:], m.SeatStart)
  338. }
  339. return i, nil
  340. }
  341. func (m *AreaInfoRequest) Marshal() (dAtA []byte, err error) {
  342. size := m.Size()
  343. dAtA = make([]byte, size)
  344. n, err := m.MarshalTo(dAtA)
  345. if err != nil {
  346. return nil, err
  347. }
  348. return dAtA[:n], nil
  349. }
  350. func (m *AreaInfoRequest) MarshalTo(dAtA []byte) (int, error) {
  351. var i int
  352. _ = i
  353. var l int
  354. _ = l
  355. if m.ID != 0 {
  356. dAtA[i] = 0x8
  357. i++
  358. i = encodeVarintArea(dAtA, i, uint64(m.ID))
  359. }
  360. if len(m.AID) > 0 {
  361. dAtA[i] = 0x12
  362. i++
  363. i = encodeVarintArea(dAtA, i, uint64(len(m.AID)))
  364. i += copy(dAtA[i:], m.AID)
  365. }
  366. if len(m.Name) > 0 {
  367. dAtA[i] = 0x1a
  368. i++
  369. i = encodeVarintArea(dAtA, i, uint64(len(m.Name)))
  370. i += copy(dAtA[i:], m.Name)
  371. }
  372. if m.Place != 0 {
  373. dAtA[i] = 0x20
  374. i++
  375. i = encodeVarintArea(dAtA, i, uint64(m.Place))
  376. }
  377. if len(m.Coordinate) > 0 {
  378. dAtA[i] = 0x2a
  379. i++
  380. i = encodeVarintArea(dAtA, i, uint64(len(m.Coordinate)))
  381. i += copy(dAtA[i:], m.Coordinate)
  382. }
  383. return i, nil
  384. }
  385. func (m *AreaInfoReply) Marshal() (dAtA []byte, err error) {
  386. size := m.Size()
  387. dAtA = make([]byte, size)
  388. n, err := m.MarshalTo(dAtA)
  389. if err != nil {
  390. return nil, err
  391. }
  392. return dAtA[:n], nil
  393. }
  394. func (m *AreaInfoReply) MarshalTo(dAtA []byte) (int, error) {
  395. var i int
  396. _ = i
  397. var l int
  398. _ = l
  399. if m.Success {
  400. dAtA[i] = 0x8
  401. i++
  402. if m.Success {
  403. dAtA[i] = 1
  404. } else {
  405. dAtA[i] = 0
  406. }
  407. i++
  408. }
  409. if m.ID != 0 {
  410. dAtA[i] = 0x10
  411. i++
  412. i = encodeVarintArea(dAtA, i, uint64(m.ID))
  413. }
  414. if len(m.Coordinate) > 0 {
  415. dAtA[i] = 0x1a
  416. i++
  417. i = encodeVarintArea(dAtA, i, uint64(len(m.Coordinate)))
  418. i += copy(dAtA[i:], m.Coordinate)
  419. }
  420. return i, nil
  421. }
  422. func (m *DeleteAreaRequest) Marshal() (dAtA []byte, err error) {
  423. size := m.Size()
  424. dAtA = make([]byte, size)
  425. n, err := m.MarshalTo(dAtA)
  426. if err != nil {
  427. return nil, err
  428. }
  429. return dAtA[:n], nil
  430. }
  431. func (m *DeleteAreaRequest) MarshalTo(dAtA []byte) (int, error) {
  432. var i int
  433. _ = i
  434. var l int
  435. _ = l
  436. if m.ID != 0 {
  437. dAtA[i] = 0x8
  438. i++
  439. i = encodeVarintArea(dAtA, i, uint64(m.ID))
  440. }
  441. return i, nil
  442. }
  443. func (m *DeleteAreaReply) Marshal() (dAtA []byte, err error) {
  444. size := m.Size()
  445. dAtA = make([]byte, size)
  446. n, err := m.MarshalTo(dAtA)
  447. if err != nil {
  448. return nil, err
  449. }
  450. return dAtA[:n], nil
  451. }
  452. func (m *DeleteAreaReply) MarshalTo(dAtA []byte) (int, error) {
  453. var i int
  454. _ = i
  455. var l int
  456. _ = l
  457. if m.Success {
  458. dAtA[i] = 0x8
  459. i++
  460. if m.Success {
  461. dAtA[i] = 1
  462. } else {
  463. dAtA[i] = 0
  464. }
  465. i++
  466. }
  467. return i, nil
  468. }
  469. func encodeVarintArea(dAtA []byte, offset int, v uint64) int {
  470. for v >= 1<<7 {
  471. dAtA[offset] = uint8(v&0x7f | 0x80)
  472. v >>= 7
  473. offset++
  474. }
  475. dAtA[offset] = uint8(v)
  476. return offset + 1
  477. }
  478. func (m *AreaInfo) Size() (n int) {
  479. var l int
  480. _ = l
  481. if m.ID != 0 {
  482. n += 1 + sovArea(uint64(m.ID))
  483. }
  484. l = len(m.AID)
  485. if l > 0 {
  486. n += 1 + l + sovArea(uint64(l))
  487. }
  488. l = len(m.Name)
  489. if l > 0 {
  490. n += 1 + l + sovArea(uint64(l))
  491. }
  492. if m.SeatNum != 0 {
  493. n += 1 + sovArea(uint64(m.SeatNum))
  494. }
  495. if m.Width != 0 {
  496. n += 1 + sovArea(uint64(m.Width))
  497. }
  498. if m.Height != 0 {
  499. n += 1 + sovArea(uint64(m.Height))
  500. }
  501. if m.Place != 0 {
  502. n += 1 + sovArea(uint64(m.Place))
  503. }
  504. if m.ColStart != 0 {
  505. n += 1 + sovArea(uint64(m.ColStart))
  506. }
  507. if m.ColType != 0 {
  508. n += 1 + sovArea(uint64(m.ColType))
  509. }
  510. if m.ColDirection != 0 {
  511. n += 1 + sovArea(uint64(m.ColDirection))
  512. }
  513. l = len(m.RowList)
  514. if l > 0 {
  515. n += 1 + l + sovArea(uint64(l))
  516. }
  517. l = len(m.SeatStart)
  518. if l > 0 {
  519. n += 1 + l + sovArea(uint64(l))
  520. }
  521. return n
  522. }
  523. func (m *AreaInfoRequest) Size() (n int) {
  524. var l int
  525. _ = l
  526. if m.ID != 0 {
  527. n += 1 + sovArea(uint64(m.ID))
  528. }
  529. l = len(m.AID)
  530. if l > 0 {
  531. n += 1 + l + sovArea(uint64(l))
  532. }
  533. l = len(m.Name)
  534. if l > 0 {
  535. n += 1 + l + sovArea(uint64(l))
  536. }
  537. if m.Place != 0 {
  538. n += 1 + sovArea(uint64(m.Place))
  539. }
  540. l = len(m.Coordinate)
  541. if l > 0 {
  542. n += 1 + l + sovArea(uint64(l))
  543. }
  544. return n
  545. }
  546. func (m *AreaInfoReply) Size() (n int) {
  547. var l int
  548. _ = l
  549. if m.Success {
  550. n += 2
  551. }
  552. if m.ID != 0 {
  553. n += 1 + sovArea(uint64(m.ID))
  554. }
  555. l = len(m.Coordinate)
  556. if l > 0 {
  557. n += 1 + l + sovArea(uint64(l))
  558. }
  559. return n
  560. }
  561. func (m *DeleteAreaRequest) Size() (n int) {
  562. var l int
  563. _ = l
  564. if m.ID != 0 {
  565. n += 1 + sovArea(uint64(m.ID))
  566. }
  567. return n
  568. }
  569. func (m *DeleteAreaReply) Size() (n int) {
  570. var l int
  571. _ = l
  572. if m.Success {
  573. n += 2
  574. }
  575. return n
  576. }
  577. func sovArea(x uint64) (n int) {
  578. for {
  579. n++
  580. x >>= 7
  581. if x == 0 {
  582. break
  583. }
  584. }
  585. return n
  586. }
  587. func sozArea(x uint64) (n int) {
  588. return sovArea(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  589. }
  590. func (m *AreaInfo) Unmarshal(dAtA []byte) error {
  591. l := len(dAtA)
  592. iNdEx := 0
  593. for iNdEx < l {
  594. preIndex := iNdEx
  595. var wire uint64
  596. for shift := uint(0); ; shift += 7 {
  597. if shift >= 64 {
  598. return ErrIntOverflowArea
  599. }
  600. if iNdEx >= l {
  601. return io.ErrUnexpectedEOF
  602. }
  603. b := dAtA[iNdEx]
  604. iNdEx++
  605. wire |= (uint64(b) & 0x7F) << shift
  606. if b < 0x80 {
  607. break
  608. }
  609. }
  610. fieldNum := int32(wire >> 3)
  611. wireType := int(wire & 0x7)
  612. if wireType == 4 {
  613. return fmt.Errorf("proto: AreaInfo: wiretype end group for non-group")
  614. }
  615. if fieldNum <= 0 {
  616. return fmt.Errorf("proto: AreaInfo: illegal tag %d (wire type %d)", fieldNum, wire)
  617. }
  618. switch fieldNum {
  619. case 1:
  620. if wireType != 0 {
  621. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  622. }
  623. m.ID = 0
  624. for shift := uint(0); ; shift += 7 {
  625. if shift >= 64 {
  626. return ErrIntOverflowArea
  627. }
  628. if iNdEx >= l {
  629. return io.ErrUnexpectedEOF
  630. }
  631. b := dAtA[iNdEx]
  632. iNdEx++
  633. m.ID |= (int64(b) & 0x7F) << shift
  634. if b < 0x80 {
  635. break
  636. }
  637. }
  638. case 2:
  639. if wireType != 2 {
  640. return fmt.Errorf("proto: wrong wireType = %d for field AID", wireType)
  641. }
  642. var stringLen uint64
  643. for shift := uint(0); ; shift += 7 {
  644. if shift >= 64 {
  645. return ErrIntOverflowArea
  646. }
  647. if iNdEx >= l {
  648. return io.ErrUnexpectedEOF
  649. }
  650. b := dAtA[iNdEx]
  651. iNdEx++
  652. stringLen |= (uint64(b) & 0x7F) << shift
  653. if b < 0x80 {
  654. break
  655. }
  656. }
  657. intStringLen := int(stringLen)
  658. if intStringLen < 0 {
  659. return ErrInvalidLengthArea
  660. }
  661. postIndex := iNdEx + intStringLen
  662. if postIndex > l {
  663. return io.ErrUnexpectedEOF
  664. }
  665. m.AID = string(dAtA[iNdEx:postIndex])
  666. iNdEx = postIndex
  667. case 3:
  668. if wireType != 2 {
  669. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  670. }
  671. var stringLen uint64
  672. for shift := uint(0); ; shift += 7 {
  673. if shift >= 64 {
  674. return ErrIntOverflowArea
  675. }
  676. if iNdEx >= l {
  677. return io.ErrUnexpectedEOF
  678. }
  679. b := dAtA[iNdEx]
  680. iNdEx++
  681. stringLen |= (uint64(b) & 0x7F) << shift
  682. if b < 0x80 {
  683. break
  684. }
  685. }
  686. intStringLen := int(stringLen)
  687. if intStringLen < 0 {
  688. return ErrInvalidLengthArea
  689. }
  690. postIndex := iNdEx + intStringLen
  691. if postIndex > l {
  692. return io.ErrUnexpectedEOF
  693. }
  694. m.Name = string(dAtA[iNdEx:postIndex])
  695. iNdEx = postIndex
  696. case 4:
  697. if wireType != 0 {
  698. return fmt.Errorf("proto: wrong wireType = %d for field SeatNum", wireType)
  699. }
  700. m.SeatNum = 0
  701. for shift := uint(0); ; shift += 7 {
  702. if shift >= 64 {
  703. return ErrIntOverflowArea
  704. }
  705. if iNdEx >= l {
  706. return io.ErrUnexpectedEOF
  707. }
  708. b := dAtA[iNdEx]
  709. iNdEx++
  710. m.SeatNum |= (int32(b) & 0x7F) << shift
  711. if b < 0x80 {
  712. break
  713. }
  714. }
  715. case 5:
  716. if wireType != 0 {
  717. return fmt.Errorf("proto: wrong wireType = %d for field Width", wireType)
  718. }
  719. m.Width = 0
  720. for shift := uint(0); ; shift += 7 {
  721. if shift >= 64 {
  722. return ErrIntOverflowArea
  723. }
  724. if iNdEx >= l {
  725. return io.ErrUnexpectedEOF
  726. }
  727. b := dAtA[iNdEx]
  728. iNdEx++
  729. m.Width |= (int32(b) & 0x7F) << shift
  730. if b < 0x80 {
  731. break
  732. }
  733. }
  734. case 6:
  735. if wireType != 0 {
  736. return fmt.Errorf("proto: wrong wireType = %d for field Height", wireType)
  737. }
  738. m.Height = 0
  739. for shift := uint(0); ; shift += 7 {
  740. if shift >= 64 {
  741. return ErrIntOverflowArea
  742. }
  743. if iNdEx >= l {
  744. return io.ErrUnexpectedEOF
  745. }
  746. b := dAtA[iNdEx]
  747. iNdEx++
  748. m.Height |= (int32(b) & 0x7F) << shift
  749. if b < 0x80 {
  750. break
  751. }
  752. }
  753. case 7:
  754. if wireType != 0 {
  755. return fmt.Errorf("proto: wrong wireType = %d for field Place", wireType)
  756. }
  757. m.Place = 0
  758. for shift := uint(0); ; shift += 7 {
  759. if shift >= 64 {
  760. return ErrIntOverflowArea
  761. }
  762. if iNdEx >= l {
  763. return io.ErrUnexpectedEOF
  764. }
  765. b := dAtA[iNdEx]
  766. iNdEx++
  767. m.Place |= (int64(b) & 0x7F) << shift
  768. if b < 0x80 {
  769. break
  770. }
  771. }
  772. case 8:
  773. if wireType != 0 {
  774. return fmt.Errorf("proto: wrong wireType = %d for field ColStart", wireType)
  775. }
  776. m.ColStart = 0
  777. for shift := uint(0); ; shift += 7 {
  778. if shift >= 64 {
  779. return ErrIntOverflowArea
  780. }
  781. if iNdEx >= l {
  782. return io.ErrUnexpectedEOF
  783. }
  784. b := dAtA[iNdEx]
  785. iNdEx++
  786. m.ColStart |= (int32(b) & 0x7F) << shift
  787. if b < 0x80 {
  788. break
  789. }
  790. }
  791. case 9:
  792. if wireType != 0 {
  793. return fmt.Errorf("proto: wrong wireType = %d for field ColType", wireType)
  794. }
  795. m.ColType = 0
  796. for shift := uint(0); ; shift += 7 {
  797. if shift >= 64 {
  798. return ErrIntOverflowArea
  799. }
  800. if iNdEx >= l {
  801. return io.ErrUnexpectedEOF
  802. }
  803. b := dAtA[iNdEx]
  804. iNdEx++
  805. m.ColType |= (int32(b) & 0x7F) << shift
  806. if b < 0x80 {
  807. break
  808. }
  809. }
  810. case 10:
  811. if wireType != 0 {
  812. return fmt.Errorf("proto: wrong wireType = %d for field ColDirection", wireType)
  813. }
  814. m.ColDirection = 0
  815. for shift := uint(0); ; shift += 7 {
  816. if shift >= 64 {
  817. return ErrIntOverflowArea
  818. }
  819. if iNdEx >= l {
  820. return io.ErrUnexpectedEOF
  821. }
  822. b := dAtA[iNdEx]
  823. iNdEx++
  824. m.ColDirection |= (int32(b) & 0x7F) << shift
  825. if b < 0x80 {
  826. break
  827. }
  828. }
  829. case 11:
  830. if wireType != 2 {
  831. return fmt.Errorf("proto: wrong wireType = %d for field RowList", wireType)
  832. }
  833. var stringLen uint64
  834. for shift := uint(0); ; shift += 7 {
  835. if shift >= 64 {
  836. return ErrIntOverflowArea
  837. }
  838. if iNdEx >= l {
  839. return io.ErrUnexpectedEOF
  840. }
  841. b := dAtA[iNdEx]
  842. iNdEx++
  843. stringLen |= (uint64(b) & 0x7F) << shift
  844. if b < 0x80 {
  845. break
  846. }
  847. }
  848. intStringLen := int(stringLen)
  849. if intStringLen < 0 {
  850. return ErrInvalidLengthArea
  851. }
  852. postIndex := iNdEx + intStringLen
  853. if postIndex > l {
  854. return io.ErrUnexpectedEOF
  855. }
  856. m.RowList = string(dAtA[iNdEx:postIndex])
  857. iNdEx = postIndex
  858. case 12:
  859. if wireType != 2 {
  860. return fmt.Errorf("proto: wrong wireType = %d for field SeatStart", wireType)
  861. }
  862. var stringLen uint64
  863. for shift := uint(0); ; shift += 7 {
  864. if shift >= 64 {
  865. return ErrIntOverflowArea
  866. }
  867. if iNdEx >= l {
  868. return io.ErrUnexpectedEOF
  869. }
  870. b := dAtA[iNdEx]
  871. iNdEx++
  872. stringLen |= (uint64(b) & 0x7F) << shift
  873. if b < 0x80 {
  874. break
  875. }
  876. }
  877. intStringLen := int(stringLen)
  878. if intStringLen < 0 {
  879. return ErrInvalidLengthArea
  880. }
  881. postIndex := iNdEx + intStringLen
  882. if postIndex > l {
  883. return io.ErrUnexpectedEOF
  884. }
  885. m.SeatStart = string(dAtA[iNdEx:postIndex])
  886. iNdEx = postIndex
  887. default:
  888. iNdEx = preIndex
  889. skippy, err := skipArea(dAtA[iNdEx:])
  890. if err != nil {
  891. return err
  892. }
  893. if skippy < 0 {
  894. return ErrInvalidLengthArea
  895. }
  896. if (iNdEx + skippy) > l {
  897. return io.ErrUnexpectedEOF
  898. }
  899. iNdEx += skippy
  900. }
  901. }
  902. if iNdEx > l {
  903. return io.ErrUnexpectedEOF
  904. }
  905. return nil
  906. }
  907. func (m *AreaInfoRequest) Unmarshal(dAtA []byte) error {
  908. l := len(dAtA)
  909. iNdEx := 0
  910. for iNdEx < l {
  911. preIndex := iNdEx
  912. var wire uint64
  913. for shift := uint(0); ; shift += 7 {
  914. if shift >= 64 {
  915. return ErrIntOverflowArea
  916. }
  917. if iNdEx >= l {
  918. return io.ErrUnexpectedEOF
  919. }
  920. b := dAtA[iNdEx]
  921. iNdEx++
  922. wire |= (uint64(b) & 0x7F) << shift
  923. if b < 0x80 {
  924. break
  925. }
  926. }
  927. fieldNum := int32(wire >> 3)
  928. wireType := int(wire & 0x7)
  929. if wireType == 4 {
  930. return fmt.Errorf("proto: AreaInfoRequest: wiretype end group for non-group")
  931. }
  932. if fieldNum <= 0 {
  933. return fmt.Errorf("proto: AreaInfoRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  934. }
  935. switch fieldNum {
  936. case 1:
  937. if wireType != 0 {
  938. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  939. }
  940. m.ID = 0
  941. for shift := uint(0); ; shift += 7 {
  942. if shift >= 64 {
  943. return ErrIntOverflowArea
  944. }
  945. if iNdEx >= l {
  946. return io.ErrUnexpectedEOF
  947. }
  948. b := dAtA[iNdEx]
  949. iNdEx++
  950. m.ID |= (int64(b) & 0x7F) << shift
  951. if b < 0x80 {
  952. break
  953. }
  954. }
  955. case 2:
  956. if wireType != 2 {
  957. return fmt.Errorf("proto: wrong wireType = %d for field AID", wireType)
  958. }
  959. var stringLen uint64
  960. for shift := uint(0); ; shift += 7 {
  961. if shift >= 64 {
  962. return ErrIntOverflowArea
  963. }
  964. if iNdEx >= l {
  965. return io.ErrUnexpectedEOF
  966. }
  967. b := dAtA[iNdEx]
  968. iNdEx++
  969. stringLen |= (uint64(b) & 0x7F) << shift
  970. if b < 0x80 {
  971. break
  972. }
  973. }
  974. intStringLen := int(stringLen)
  975. if intStringLen < 0 {
  976. return ErrInvalidLengthArea
  977. }
  978. postIndex := iNdEx + intStringLen
  979. if postIndex > l {
  980. return io.ErrUnexpectedEOF
  981. }
  982. m.AID = string(dAtA[iNdEx:postIndex])
  983. iNdEx = postIndex
  984. case 3:
  985. if wireType != 2 {
  986. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  987. }
  988. var stringLen uint64
  989. for shift := uint(0); ; shift += 7 {
  990. if shift >= 64 {
  991. return ErrIntOverflowArea
  992. }
  993. if iNdEx >= l {
  994. return io.ErrUnexpectedEOF
  995. }
  996. b := dAtA[iNdEx]
  997. iNdEx++
  998. stringLen |= (uint64(b) & 0x7F) << shift
  999. if b < 0x80 {
  1000. break
  1001. }
  1002. }
  1003. intStringLen := int(stringLen)
  1004. if intStringLen < 0 {
  1005. return ErrInvalidLengthArea
  1006. }
  1007. postIndex := iNdEx + intStringLen
  1008. if postIndex > l {
  1009. return io.ErrUnexpectedEOF
  1010. }
  1011. m.Name = string(dAtA[iNdEx:postIndex])
  1012. iNdEx = postIndex
  1013. case 4:
  1014. if wireType != 0 {
  1015. return fmt.Errorf("proto: wrong wireType = %d for field Place", wireType)
  1016. }
  1017. m.Place = 0
  1018. for shift := uint(0); ; shift += 7 {
  1019. if shift >= 64 {
  1020. return ErrIntOverflowArea
  1021. }
  1022. if iNdEx >= l {
  1023. return io.ErrUnexpectedEOF
  1024. }
  1025. b := dAtA[iNdEx]
  1026. iNdEx++
  1027. m.Place |= (int64(b) & 0x7F) << shift
  1028. if b < 0x80 {
  1029. break
  1030. }
  1031. }
  1032. case 5:
  1033. if wireType != 2 {
  1034. return fmt.Errorf("proto: wrong wireType = %d for field Coordinate", wireType)
  1035. }
  1036. var stringLen uint64
  1037. for shift := uint(0); ; shift += 7 {
  1038. if shift >= 64 {
  1039. return ErrIntOverflowArea
  1040. }
  1041. if iNdEx >= l {
  1042. return io.ErrUnexpectedEOF
  1043. }
  1044. b := dAtA[iNdEx]
  1045. iNdEx++
  1046. stringLen |= (uint64(b) & 0x7F) << shift
  1047. if b < 0x80 {
  1048. break
  1049. }
  1050. }
  1051. intStringLen := int(stringLen)
  1052. if intStringLen < 0 {
  1053. return ErrInvalidLengthArea
  1054. }
  1055. postIndex := iNdEx + intStringLen
  1056. if postIndex > l {
  1057. return io.ErrUnexpectedEOF
  1058. }
  1059. m.Coordinate = string(dAtA[iNdEx:postIndex])
  1060. iNdEx = postIndex
  1061. default:
  1062. iNdEx = preIndex
  1063. skippy, err := skipArea(dAtA[iNdEx:])
  1064. if err != nil {
  1065. return err
  1066. }
  1067. if skippy < 0 {
  1068. return ErrInvalidLengthArea
  1069. }
  1070. if (iNdEx + skippy) > l {
  1071. return io.ErrUnexpectedEOF
  1072. }
  1073. iNdEx += skippy
  1074. }
  1075. }
  1076. if iNdEx > l {
  1077. return io.ErrUnexpectedEOF
  1078. }
  1079. return nil
  1080. }
  1081. func (m *AreaInfoReply) Unmarshal(dAtA []byte) error {
  1082. l := len(dAtA)
  1083. iNdEx := 0
  1084. for iNdEx < l {
  1085. preIndex := iNdEx
  1086. var wire uint64
  1087. for shift := uint(0); ; shift += 7 {
  1088. if shift >= 64 {
  1089. return ErrIntOverflowArea
  1090. }
  1091. if iNdEx >= l {
  1092. return io.ErrUnexpectedEOF
  1093. }
  1094. b := dAtA[iNdEx]
  1095. iNdEx++
  1096. wire |= (uint64(b) & 0x7F) << shift
  1097. if b < 0x80 {
  1098. break
  1099. }
  1100. }
  1101. fieldNum := int32(wire >> 3)
  1102. wireType := int(wire & 0x7)
  1103. if wireType == 4 {
  1104. return fmt.Errorf("proto: AreaInfoReply: wiretype end group for non-group")
  1105. }
  1106. if fieldNum <= 0 {
  1107. return fmt.Errorf("proto: AreaInfoReply: illegal tag %d (wire type %d)", fieldNum, wire)
  1108. }
  1109. switch fieldNum {
  1110. case 1:
  1111. if wireType != 0 {
  1112. return fmt.Errorf("proto: wrong wireType = %d for field Success", wireType)
  1113. }
  1114. var v int
  1115. for shift := uint(0); ; shift += 7 {
  1116. if shift >= 64 {
  1117. return ErrIntOverflowArea
  1118. }
  1119. if iNdEx >= l {
  1120. return io.ErrUnexpectedEOF
  1121. }
  1122. b := dAtA[iNdEx]
  1123. iNdEx++
  1124. v |= (int(b) & 0x7F) << shift
  1125. if b < 0x80 {
  1126. break
  1127. }
  1128. }
  1129. m.Success = bool(v != 0)
  1130. case 2:
  1131. if wireType != 0 {
  1132. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  1133. }
  1134. m.ID = 0
  1135. for shift := uint(0); ; shift += 7 {
  1136. if shift >= 64 {
  1137. return ErrIntOverflowArea
  1138. }
  1139. if iNdEx >= l {
  1140. return io.ErrUnexpectedEOF
  1141. }
  1142. b := dAtA[iNdEx]
  1143. iNdEx++
  1144. m.ID |= (int64(b) & 0x7F) << shift
  1145. if b < 0x80 {
  1146. break
  1147. }
  1148. }
  1149. case 3:
  1150. if wireType != 2 {
  1151. return fmt.Errorf("proto: wrong wireType = %d for field Coordinate", wireType)
  1152. }
  1153. var stringLen uint64
  1154. for shift := uint(0); ; shift += 7 {
  1155. if shift >= 64 {
  1156. return ErrIntOverflowArea
  1157. }
  1158. if iNdEx >= l {
  1159. return io.ErrUnexpectedEOF
  1160. }
  1161. b := dAtA[iNdEx]
  1162. iNdEx++
  1163. stringLen |= (uint64(b) & 0x7F) << shift
  1164. if b < 0x80 {
  1165. break
  1166. }
  1167. }
  1168. intStringLen := int(stringLen)
  1169. if intStringLen < 0 {
  1170. return ErrInvalidLengthArea
  1171. }
  1172. postIndex := iNdEx + intStringLen
  1173. if postIndex > l {
  1174. return io.ErrUnexpectedEOF
  1175. }
  1176. m.Coordinate = string(dAtA[iNdEx:postIndex])
  1177. iNdEx = postIndex
  1178. default:
  1179. iNdEx = preIndex
  1180. skippy, err := skipArea(dAtA[iNdEx:])
  1181. if err != nil {
  1182. return err
  1183. }
  1184. if skippy < 0 {
  1185. return ErrInvalidLengthArea
  1186. }
  1187. if (iNdEx + skippy) > l {
  1188. return io.ErrUnexpectedEOF
  1189. }
  1190. iNdEx += skippy
  1191. }
  1192. }
  1193. if iNdEx > l {
  1194. return io.ErrUnexpectedEOF
  1195. }
  1196. return nil
  1197. }
  1198. func (m *DeleteAreaRequest) Unmarshal(dAtA []byte) error {
  1199. l := len(dAtA)
  1200. iNdEx := 0
  1201. for iNdEx < l {
  1202. preIndex := iNdEx
  1203. var wire uint64
  1204. for shift := uint(0); ; shift += 7 {
  1205. if shift >= 64 {
  1206. return ErrIntOverflowArea
  1207. }
  1208. if iNdEx >= l {
  1209. return io.ErrUnexpectedEOF
  1210. }
  1211. b := dAtA[iNdEx]
  1212. iNdEx++
  1213. wire |= (uint64(b) & 0x7F) << shift
  1214. if b < 0x80 {
  1215. break
  1216. }
  1217. }
  1218. fieldNum := int32(wire >> 3)
  1219. wireType := int(wire & 0x7)
  1220. if wireType == 4 {
  1221. return fmt.Errorf("proto: DeleteAreaRequest: wiretype end group for non-group")
  1222. }
  1223. if fieldNum <= 0 {
  1224. return fmt.Errorf("proto: DeleteAreaRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  1225. }
  1226. switch fieldNum {
  1227. case 1:
  1228. if wireType != 0 {
  1229. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  1230. }
  1231. m.ID = 0
  1232. for shift := uint(0); ; shift += 7 {
  1233. if shift >= 64 {
  1234. return ErrIntOverflowArea
  1235. }
  1236. if iNdEx >= l {
  1237. return io.ErrUnexpectedEOF
  1238. }
  1239. b := dAtA[iNdEx]
  1240. iNdEx++
  1241. m.ID |= (int64(b) & 0x7F) << shift
  1242. if b < 0x80 {
  1243. break
  1244. }
  1245. }
  1246. default:
  1247. iNdEx = preIndex
  1248. skippy, err := skipArea(dAtA[iNdEx:])
  1249. if err != nil {
  1250. return err
  1251. }
  1252. if skippy < 0 {
  1253. return ErrInvalidLengthArea
  1254. }
  1255. if (iNdEx + skippy) > l {
  1256. return io.ErrUnexpectedEOF
  1257. }
  1258. iNdEx += skippy
  1259. }
  1260. }
  1261. if iNdEx > l {
  1262. return io.ErrUnexpectedEOF
  1263. }
  1264. return nil
  1265. }
  1266. func (m *DeleteAreaReply) Unmarshal(dAtA []byte) error {
  1267. l := len(dAtA)
  1268. iNdEx := 0
  1269. for iNdEx < l {
  1270. preIndex := iNdEx
  1271. var wire uint64
  1272. for shift := uint(0); ; shift += 7 {
  1273. if shift >= 64 {
  1274. return ErrIntOverflowArea
  1275. }
  1276. if iNdEx >= l {
  1277. return io.ErrUnexpectedEOF
  1278. }
  1279. b := dAtA[iNdEx]
  1280. iNdEx++
  1281. wire |= (uint64(b) & 0x7F) << shift
  1282. if b < 0x80 {
  1283. break
  1284. }
  1285. }
  1286. fieldNum := int32(wire >> 3)
  1287. wireType := int(wire & 0x7)
  1288. if wireType == 4 {
  1289. return fmt.Errorf("proto: DeleteAreaReply: wiretype end group for non-group")
  1290. }
  1291. if fieldNum <= 0 {
  1292. return fmt.Errorf("proto: DeleteAreaReply: illegal tag %d (wire type %d)", fieldNum, wire)
  1293. }
  1294. switch fieldNum {
  1295. case 1:
  1296. if wireType != 0 {
  1297. return fmt.Errorf("proto: wrong wireType = %d for field Success", wireType)
  1298. }
  1299. var v int
  1300. for shift := uint(0); ; shift += 7 {
  1301. if shift >= 64 {
  1302. return ErrIntOverflowArea
  1303. }
  1304. if iNdEx >= l {
  1305. return io.ErrUnexpectedEOF
  1306. }
  1307. b := dAtA[iNdEx]
  1308. iNdEx++
  1309. v |= (int(b) & 0x7F) << shift
  1310. if b < 0x80 {
  1311. break
  1312. }
  1313. }
  1314. m.Success = bool(v != 0)
  1315. default:
  1316. iNdEx = preIndex
  1317. skippy, err := skipArea(dAtA[iNdEx:])
  1318. if err != nil {
  1319. return err
  1320. }
  1321. if skippy < 0 {
  1322. return ErrInvalidLengthArea
  1323. }
  1324. if (iNdEx + skippy) > l {
  1325. return io.ErrUnexpectedEOF
  1326. }
  1327. iNdEx += skippy
  1328. }
  1329. }
  1330. if iNdEx > l {
  1331. return io.ErrUnexpectedEOF
  1332. }
  1333. return nil
  1334. }
  1335. func skipArea(dAtA []byte) (n int, err error) {
  1336. l := len(dAtA)
  1337. iNdEx := 0
  1338. for iNdEx < l {
  1339. var wire uint64
  1340. for shift := uint(0); ; shift += 7 {
  1341. if shift >= 64 {
  1342. return 0, ErrIntOverflowArea
  1343. }
  1344. if iNdEx >= l {
  1345. return 0, io.ErrUnexpectedEOF
  1346. }
  1347. b := dAtA[iNdEx]
  1348. iNdEx++
  1349. wire |= (uint64(b) & 0x7F) << shift
  1350. if b < 0x80 {
  1351. break
  1352. }
  1353. }
  1354. wireType := int(wire & 0x7)
  1355. switch wireType {
  1356. case 0:
  1357. for shift := uint(0); ; shift += 7 {
  1358. if shift >= 64 {
  1359. return 0, ErrIntOverflowArea
  1360. }
  1361. if iNdEx >= l {
  1362. return 0, io.ErrUnexpectedEOF
  1363. }
  1364. iNdEx++
  1365. if dAtA[iNdEx-1] < 0x80 {
  1366. break
  1367. }
  1368. }
  1369. return iNdEx, nil
  1370. case 1:
  1371. iNdEx += 8
  1372. return iNdEx, nil
  1373. case 2:
  1374. var length int
  1375. for shift := uint(0); ; shift += 7 {
  1376. if shift >= 64 {
  1377. return 0, ErrIntOverflowArea
  1378. }
  1379. if iNdEx >= l {
  1380. return 0, io.ErrUnexpectedEOF
  1381. }
  1382. b := dAtA[iNdEx]
  1383. iNdEx++
  1384. length |= (int(b) & 0x7F) << shift
  1385. if b < 0x80 {
  1386. break
  1387. }
  1388. }
  1389. iNdEx += length
  1390. if length < 0 {
  1391. return 0, ErrInvalidLengthArea
  1392. }
  1393. return iNdEx, nil
  1394. case 3:
  1395. for {
  1396. var innerWire uint64
  1397. var start int = iNdEx
  1398. for shift := uint(0); ; shift += 7 {
  1399. if shift >= 64 {
  1400. return 0, ErrIntOverflowArea
  1401. }
  1402. if iNdEx >= l {
  1403. return 0, io.ErrUnexpectedEOF
  1404. }
  1405. b := dAtA[iNdEx]
  1406. iNdEx++
  1407. innerWire |= (uint64(b) & 0x7F) << shift
  1408. if b < 0x80 {
  1409. break
  1410. }
  1411. }
  1412. innerWireType := int(innerWire & 0x7)
  1413. if innerWireType == 4 {
  1414. break
  1415. }
  1416. next, err := skipArea(dAtA[start:])
  1417. if err != nil {
  1418. return 0, err
  1419. }
  1420. iNdEx = start + next
  1421. }
  1422. return iNdEx, nil
  1423. case 4:
  1424. return iNdEx, nil
  1425. case 5:
  1426. iNdEx += 4
  1427. return iNdEx, nil
  1428. default:
  1429. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1430. }
  1431. }
  1432. panic("unreachable")
  1433. }
  1434. var (
  1435. ErrInvalidLengthArea = fmt.Errorf("proto: negative length found during unmarshaling")
  1436. ErrIntOverflowArea = fmt.Errorf("proto: integer overflow")
  1437. )
  1438. func init() {
  1439. proto.RegisterFile("app/service/openplatform/ticket-item/api/grpc/v1/area.proto", fileDescriptorArea)
  1440. }
  1441. var fileDescriptorArea = []byte{
  1442. // 706 bytes of a gzipped FileDescriptorProto
  1443. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xdd, 0x4e, 0xe3, 0x46,
  1444. 0x14, 0xc6, 0xce, 0xff, 0x10, 0x4a, 0x99, 0x0b, 0x6a, 0x45, 0x34, 0x46, 0x46, 0x08, 0x8a, 0x8a,
  1445. 0xdd, 0x14, 0x95, 0x56, 0xad, 0x50, 0x45, 0x9a, 0x9b, 0x48, 0x15, 0x5a, 0x0d, 0x7b, 0xb5, 0x5a,
  1446. 0x29, 0x9a, 0xd8, 0x43, 0x32, 0x5a, 0x3b, 0xe3, 0xb5, 0x27, 0x61, 0x73, 0xb3, 0x8f, 0xb3, 0xcf,
  1447. 0xc2, 0x25, 0x4f, 0x60, 0x2d, 0xb9, 0xf4, 0x25, 0x4f, 0xb0, 0x9a, 0xe3, 0x98, 0x24, 0x0b, 0xbb,
  1448. 0xcb, 0xde, 0x64, 0x66, 0xbe, 0xf9, 0xce, 0x39, 0x9f, 0xcf, 0x77, 0x32, 0xe8, 0x1f, 0x1a, 0x86,
  1449. 0x4e, 0xcc, 0xa2, 0x09, 0x77, 0x99, 0x23, 0x42, 0x36, 0x0a, 0x7d, 0x2a, 0xaf, 0x44, 0x14, 0x38,
  1450. 0x92, 0xbb, 0x6f, 0x98, 0x3c, 0xe6, 0x92, 0x05, 0x0e, 0x0d, 0xb9, 0x33, 0x88, 0x42, 0xd7, 0x99,
  1451. 0xb4, 0x1c, 0x1a, 0x31, 0x6a, 0x87, 0x91, 0x90, 0x02, 0x6f, 0x67, 0x1c, 0x7b, 0x1e, 0x6f, 0x2b,
  1452. 0xae, 0x3d, 0x69, 0x35, 0x8e, 0x07, 0x5c, 0x0e, 0xc7, 0x7d, 0xdb, 0x15, 0x81, 0x33, 0x10, 0x03,
  1453. 0xe1, 0x00, 0xbd, 0x3f, 0xbe, 0x82, 0x13, 0x1c, 0x60, 0x97, 0xa5, 0xb1, 0x92, 0x02, 0xaa, 0x9e,
  1454. 0x47, 0x8c, 0x76, 0x47, 0x57, 0x02, 0xef, 0x20, 0x9d, 0x7b, 0x86, 0xb6, 0xab, 0x1d, 0x16, 0xda,
  1455. 0xf5, 0x59, 0x62, 0xea, 0xdd, 0x4e, 0x9a, 0x98, 0x3a, 0xf7, 0x88, 0xce, 0x3d, 0x6c, 0xa1, 0x22,
  1456. 0xed, 0x71, 0xcf, 0xd0, 0x77, 0xb5, 0xc3, 0x5a, 0x7b, 0x73, 0x96, 0x98, 0x85, 0x73, 0x20, 0x00,
  1457. 0x4c, 0x0a, 0xb4, 0xeb, 0xe1, 0x1d, 0x54, 0x1c, 0xd1, 0x80, 0x19, 0x05, 0xe0, 0x54, 0xd5, 0xa5,
  1458. 0x3a, 0x13, 0xf8, 0xc5, 0x07, 0xa8, 0x1a, 0x33, 0x2a, 0x7b, 0xa3, 0x71, 0x60, 0x14, 0x77, 0xb5,
  1459. 0xc3, 0x52, 0xbb, 0x9e, 0x26, 0xe6, 0x03, 0x46, 0x2a, 0x6a, 0x77, 0x31, 0x0e, 0xb0, 0x89, 0x4a,
  1460. 0xd7, 0xdc, 0x93, 0x43, 0xa3, 0x04, 0xac, 0x5a, 0x9a, 0x98, 0x19, 0x40, 0xb2, 0x05, 0x5b, 0xa8,
  1461. 0x3c, 0x64, 0x7c, 0x30, 0x94, 0x46, 0x19, 0x18, 0x28, 0x4d, 0xcc, 0x39, 0x42, 0xe6, 0xab, 0x4a,
  1462. 0x12, 0xfa, 0xd4, 0x65, 0x46, 0x05, 0x3e, 0x08, 0x92, 0x00, 0x40, 0xb2, 0x05, 0x1f, 0xa1, 0x9a,
  1463. 0x2b, 0xfc, 0x5e, 0x2c, 0x69, 0x24, 0x8d, 0x2a, 0xe4, 0xd9, 0x48, 0x13, 0x73, 0x01, 0x92, 0xaa,
  1464. 0x2b, 0xfc, 0x4b, 0xb5, 0x53, 0xd2, 0x15, 0x2c, 0xa7, 0x21, 0x33, 0x6a, 0x0b, 0xe9, 0x39, 0x46,
  1465. 0x2a, 0xae, 0xf0, 0x5f, 0x4e, 0x43, 0x86, 0x4f, 0xd1, 0x86, 0x02, 0x3d, 0x1e, 0x31, 0x57, 0x72,
  1466. 0x31, 0x32, 0x10, 0xb0, 0xb7, 0xd2, 0xc4, 0x5c, 0xbd, 0x20, 0x75, 0x57, 0xf8, 0x9d, 0xfc, 0xa4,
  1467. 0x0a, 0x44, 0xe2, 0xba, 0xe7, 0xf3, 0x58, 0x1a, 0xeb, 0xd0, 0x3d, 0x28, 0x90, 0x63, 0xa4, 0x12,
  1468. 0x89, 0xeb, 0xff, 0x79, 0x2c, 0xf1, 0x31, 0x42, 0xd0, 0xb0, 0x4c, 0x76, 0x1d, 0xa8, 0x3f, 0xa4,
  1469. 0x89, 0xb9, 0x84, 0x92, 0x9a, 0xda, 0x83, 0x70, 0xeb, 0x83, 0x8e, 0x36, 0x73, 0x83, 0x09, 0x7b,
  1470. 0x3b, 0x66, 0xb1, 0xc4, 0x47, 0x48, 0xef, 0x76, 0xe6, 0x3e, 0x37, 0x32, 0x87, 0xef, 0x13, 0xf3,
  1471. 0xc7, 0x09, 0xf5, 0xb9, 0x47, 0x25, 0xfb, 0xdb, 0x0a, 0xf8, 0xe8, 0xec, 0x37, 0x8b, 0xe8, 0xdd,
  1472. 0x0e, 0xfe, 0x03, 0x29, 0x97, 0xe7, 0xa6, 0xef, 0xe5, 0x6e, 0xdf, 0x27, 0xe6, 0x4f, 0xab, 0xf4,
  1473. 0xd6, 0xaf, 0x01, 0x7d, 0x77, 0xd6, 0x3a, 0xb5, 0x88, 0xe2, 0xe3, 0x3f, 0x51, 0xf1, 0x62, 0x31,
  1474. 0x08, 0x7b, 0xf9, 0x20, 0x7c, 0x2d, 0x0e, 0x02, 0xf0, 0x09, 0x2a, 0xbd, 0x00, 0xd7, 0x8a, 0x20,
  1475. 0xef, 0xe7, 0x07, 0xd7, 0x1e, 0x2b, 0x6c, 0x59, 0x24, 0xe3, 0xe2, 0x36, 0x42, 0xff, 0x09, 0x11,
  1476. 0x79, 0x7c, 0x44, 0x25, 0x83, 0xa1, 0xa9, 0xb5, 0x2d, 0xd5, 0x13, 0xf7, 0x01, 0x7d, 0x32, 0x7c,
  1477. 0x29, 0xca, 0x7a, 0x8f, 0x36, 0x16, 0x7d, 0x0a, 0xfd, 0x29, 0xde, 0x47, 0x95, 0xcb, 0xb1, 0xeb,
  1478. 0xb2, 0x38, 0x86, 0x56, 0x55, 0xdb, 0xeb, 0x69, 0x62, 0x56, 0xe2, 0x0c, 0x22, 0xf9, 0x1d, 0xde,
  1479. 0x86, 0x66, 0xea, 0xa0, 0xb6, 0x9c, 0xff, 0x5d, 0xba, 0x1d, 0x6c, 0xaf, 0x68, 0x2a, 0x2c, 0x7c,
  1480. 0x5a, 0x68, 0x5a, 0xa9, 0xff, 0x2f, 0xda, 0xea, 0x30, 0x9f, 0x49, 0xa6, 0x54, 0x7c, 0x97, 0x53,
  1481. 0x2d, 0x70, 0xca, 0xfa, 0x0b, 0x6d, 0x2e, 0x27, 0x78, 0xfe, 0x27, 0xfc, 0x7e, 0xa3, 0xa1, 0xa2,
  1482. 0x0a, 0xc2, 0xaf, 0x97, 0x1e, 0x83, 0x03, 0xfb, 0xe9, 0x17, 0xc6, 0xfe, 0x6c, 0x9a, 0x1a, 0xfb,
  1483. 0xdf, 0x26, 0x86, 0xfe, 0xd4, 0x5a, 0xc3, 0x7d, 0x84, 0x16, 0x02, 0xf1, 0x2f, 0x5f, 0x0a, 0x7b,
  1484. 0xd4, 0x85, 0xc6, 0xc1, 0x73, 0xa8, 0x50, 0xa3, 0x6d, 0xdc, 0xdc, 0x35, 0xd7, 0x6e, 0xef, 0x9a,
  1485. 0x6b, 0x37, 0xb3, 0xa6, 0x76, 0x3b, 0x6b, 0x6a, 0x1f, 0x67, 0x4d, 0xed, 0x95, 0x3e, 0x69, 0xf5,
  1486. 0xcb, 0xf0, 0xe0, 0x9d, 0x7c, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x46, 0xa4, 0xbd, 0x11, 0x76, 0x05,
  1487. 0x00, 0x00,
  1488. }