screen.pb.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/openplatform/ticket-item/api/grpc/v1/screen.proto
  3. package v1
  4. import proto "github.com/gogo/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. import io "io"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // The response message containing the ScreenInfo
  14. type ScreenInfo struct {
  15. ID int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id" validate:"min=0"`
  16. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  17. Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status" validate:"min=0"`
  18. // 类型: 1-坐, 2-站
  19. Type int32 `protobuf:"varint,4,opt,name=type,proto3" json:"type" validate:"min=0"`
  20. // 出票方式: 1-纸质票, 2-电子票, 3-外部票
  21. TicketType int32 `protobuf:"varint,5,opt,name=ticket_type,json=ticketType,proto3" json:"ticket_type" validate:"min=0"`
  22. // 票区分的场次类型: 1-普通场次, 2-通票场次 3-联票场次
  23. ScreenType int32 `protobuf:"varint,6,opt,name=screen_type,json=screenType,proto3" json:"screen_type" validate:"min=0"`
  24. // 配送方式: 1-不配送, 2-自取, 3-快递
  25. DeliveryType int32 `protobuf:"varint,7,opt,name=delivery_type,json=deliveryType,proto3" json:"delivery_type" validate:"min=0"`
  26. // 是否选座 是-1,否-0
  27. PickSeat int32 `protobuf:"varint,8,opt,name=pick_seat,json=pickSeat,proto3" json:"pick_seat" validate:"min=0"`
  28. // 售卖状态
  29. SaleFlag int32 `protobuf:"varint,9,opt,name=sale_flag,json=saleFlag,proto3" json:"sale_flag" validate:"min=0"`
  30. ScTime *ScreenTime `protobuf:"bytes,10,opt,name=sc_time,json=scTime" json:"time"`
  31. Ticket map[int64]*TicketInfo `protobuf:"bytes,11,rep,name=Ticket" json:"ticket" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value"`
  32. }
  33. func (m *ScreenInfo) Reset() { *m = ScreenInfo{} }
  34. func (m *ScreenInfo) String() string { return proto.CompactTextString(m) }
  35. func (*ScreenInfo) ProtoMessage() {}
  36. func (*ScreenInfo) Descriptor() ([]byte, []int) { return fileDescriptorScreen, []int{0} }
  37. func (m *ScreenInfo) GetID() int64 {
  38. if m != nil {
  39. return m.ID
  40. }
  41. return 0
  42. }
  43. func (m *ScreenInfo) GetName() string {
  44. if m != nil {
  45. return m.Name
  46. }
  47. return ""
  48. }
  49. func (m *ScreenInfo) GetStatus() int32 {
  50. if m != nil {
  51. return m.Status
  52. }
  53. return 0
  54. }
  55. func (m *ScreenInfo) GetType() int32 {
  56. if m != nil {
  57. return m.Type
  58. }
  59. return 0
  60. }
  61. func (m *ScreenInfo) GetTicketType() int32 {
  62. if m != nil {
  63. return m.TicketType
  64. }
  65. return 0
  66. }
  67. func (m *ScreenInfo) GetScreenType() int32 {
  68. if m != nil {
  69. return m.ScreenType
  70. }
  71. return 0
  72. }
  73. func (m *ScreenInfo) GetDeliveryType() int32 {
  74. if m != nil {
  75. return m.DeliveryType
  76. }
  77. return 0
  78. }
  79. func (m *ScreenInfo) GetPickSeat() int32 {
  80. if m != nil {
  81. return m.PickSeat
  82. }
  83. return 0
  84. }
  85. func (m *ScreenInfo) GetSaleFlag() int32 {
  86. if m != nil {
  87. return m.SaleFlag
  88. }
  89. return 0
  90. }
  91. func (m *ScreenInfo) GetScTime() *ScreenTime {
  92. if m != nil {
  93. return m.ScTime
  94. }
  95. return nil
  96. }
  97. func (m *ScreenInfo) GetTicket() map[int64]*TicketInfo {
  98. if m != nil {
  99. return m.Ticket
  100. }
  101. return nil
  102. }
  103. func init() {
  104. proto.RegisterType((*ScreenInfo)(nil), "ticket.service.item.v1.ScreenInfo")
  105. }
  106. func (m *ScreenInfo) Marshal() (dAtA []byte, err error) {
  107. size := m.Size()
  108. dAtA = make([]byte, size)
  109. n, err := m.MarshalTo(dAtA)
  110. if err != nil {
  111. return nil, err
  112. }
  113. return dAtA[:n], nil
  114. }
  115. func (m *ScreenInfo) MarshalTo(dAtA []byte) (int, error) {
  116. var i int
  117. _ = i
  118. var l int
  119. _ = l
  120. if m.ID != 0 {
  121. dAtA[i] = 0x8
  122. i++
  123. i = encodeVarintScreen(dAtA, i, uint64(m.ID))
  124. }
  125. if len(m.Name) > 0 {
  126. dAtA[i] = 0x12
  127. i++
  128. i = encodeVarintScreen(dAtA, i, uint64(len(m.Name)))
  129. i += copy(dAtA[i:], m.Name)
  130. }
  131. if m.Status != 0 {
  132. dAtA[i] = 0x18
  133. i++
  134. i = encodeVarintScreen(dAtA, i, uint64(m.Status))
  135. }
  136. if m.Type != 0 {
  137. dAtA[i] = 0x20
  138. i++
  139. i = encodeVarintScreen(dAtA, i, uint64(m.Type))
  140. }
  141. if m.TicketType != 0 {
  142. dAtA[i] = 0x28
  143. i++
  144. i = encodeVarintScreen(dAtA, i, uint64(m.TicketType))
  145. }
  146. if m.ScreenType != 0 {
  147. dAtA[i] = 0x30
  148. i++
  149. i = encodeVarintScreen(dAtA, i, uint64(m.ScreenType))
  150. }
  151. if m.DeliveryType != 0 {
  152. dAtA[i] = 0x38
  153. i++
  154. i = encodeVarintScreen(dAtA, i, uint64(m.DeliveryType))
  155. }
  156. if m.PickSeat != 0 {
  157. dAtA[i] = 0x40
  158. i++
  159. i = encodeVarintScreen(dAtA, i, uint64(m.PickSeat))
  160. }
  161. if m.SaleFlag != 0 {
  162. dAtA[i] = 0x48
  163. i++
  164. i = encodeVarintScreen(dAtA, i, uint64(m.SaleFlag))
  165. }
  166. if m.ScTime != nil {
  167. dAtA[i] = 0x52
  168. i++
  169. i = encodeVarintScreen(dAtA, i, uint64(m.ScTime.Size()))
  170. n1, err := m.ScTime.MarshalTo(dAtA[i:])
  171. if err != nil {
  172. return 0, err
  173. }
  174. i += n1
  175. }
  176. if len(m.Ticket) > 0 {
  177. for k, _ := range m.Ticket {
  178. dAtA[i] = 0x5a
  179. i++
  180. v := m.Ticket[k]
  181. msgSize := 0
  182. if v != nil {
  183. msgSize = v.Size()
  184. msgSize += 1 + sovScreen(uint64(msgSize))
  185. }
  186. mapSize := 1 + sovScreen(uint64(k)) + msgSize
  187. i = encodeVarintScreen(dAtA, i, uint64(mapSize))
  188. dAtA[i] = 0x8
  189. i++
  190. i = encodeVarintScreen(dAtA, i, uint64(k))
  191. if v != nil {
  192. dAtA[i] = 0x12
  193. i++
  194. i = encodeVarintScreen(dAtA, i, uint64(v.Size()))
  195. n2, err := v.MarshalTo(dAtA[i:])
  196. if err != nil {
  197. return 0, err
  198. }
  199. i += n2
  200. }
  201. }
  202. }
  203. return i, nil
  204. }
  205. func encodeVarintScreen(dAtA []byte, offset int, v uint64) int {
  206. for v >= 1<<7 {
  207. dAtA[offset] = uint8(v&0x7f | 0x80)
  208. v >>= 7
  209. offset++
  210. }
  211. dAtA[offset] = uint8(v)
  212. return offset + 1
  213. }
  214. func (m *ScreenInfo) Size() (n int) {
  215. var l int
  216. _ = l
  217. if m.ID != 0 {
  218. n += 1 + sovScreen(uint64(m.ID))
  219. }
  220. l = len(m.Name)
  221. if l > 0 {
  222. n += 1 + l + sovScreen(uint64(l))
  223. }
  224. if m.Status != 0 {
  225. n += 1 + sovScreen(uint64(m.Status))
  226. }
  227. if m.Type != 0 {
  228. n += 1 + sovScreen(uint64(m.Type))
  229. }
  230. if m.TicketType != 0 {
  231. n += 1 + sovScreen(uint64(m.TicketType))
  232. }
  233. if m.ScreenType != 0 {
  234. n += 1 + sovScreen(uint64(m.ScreenType))
  235. }
  236. if m.DeliveryType != 0 {
  237. n += 1 + sovScreen(uint64(m.DeliveryType))
  238. }
  239. if m.PickSeat != 0 {
  240. n += 1 + sovScreen(uint64(m.PickSeat))
  241. }
  242. if m.SaleFlag != 0 {
  243. n += 1 + sovScreen(uint64(m.SaleFlag))
  244. }
  245. if m.ScTime != nil {
  246. l = m.ScTime.Size()
  247. n += 1 + l + sovScreen(uint64(l))
  248. }
  249. if len(m.Ticket) > 0 {
  250. for k, v := range m.Ticket {
  251. _ = k
  252. _ = v
  253. l = 0
  254. if v != nil {
  255. l = v.Size()
  256. l += 1 + sovScreen(uint64(l))
  257. }
  258. mapEntrySize := 1 + sovScreen(uint64(k)) + l
  259. n += mapEntrySize + 1 + sovScreen(uint64(mapEntrySize))
  260. }
  261. }
  262. return n
  263. }
  264. func sovScreen(x uint64) (n int) {
  265. for {
  266. n++
  267. x >>= 7
  268. if x == 0 {
  269. break
  270. }
  271. }
  272. return n
  273. }
  274. func sozScreen(x uint64) (n int) {
  275. return sovScreen(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  276. }
  277. func (m *ScreenInfo) Unmarshal(dAtA []byte) error {
  278. l := len(dAtA)
  279. iNdEx := 0
  280. for iNdEx < l {
  281. preIndex := iNdEx
  282. var wire uint64
  283. for shift := uint(0); ; shift += 7 {
  284. if shift >= 64 {
  285. return ErrIntOverflowScreen
  286. }
  287. if iNdEx >= l {
  288. return io.ErrUnexpectedEOF
  289. }
  290. b := dAtA[iNdEx]
  291. iNdEx++
  292. wire |= (uint64(b) & 0x7F) << shift
  293. if b < 0x80 {
  294. break
  295. }
  296. }
  297. fieldNum := int32(wire >> 3)
  298. wireType := int(wire & 0x7)
  299. if wireType == 4 {
  300. return fmt.Errorf("proto: ScreenInfo: wiretype end group for non-group")
  301. }
  302. if fieldNum <= 0 {
  303. return fmt.Errorf("proto: ScreenInfo: illegal tag %d (wire type %d)", fieldNum, wire)
  304. }
  305. switch fieldNum {
  306. case 1:
  307. if wireType != 0 {
  308. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  309. }
  310. m.ID = 0
  311. for shift := uint(0); ; shift += 7 {
  312. if shift >= 64 {
  313. return ErrIntOverflowScreen
  314. }
  315. if iNdEx >= l {
  316. return io.ErrUnexpectedEOF
  317. }
  318. b := dAtA[iNdEx]
  319. iNdEx++
  320. m.ID |= (int64(b) & 0x7F) << shift
  321. if b < 0x80 {
  322. break
  323. }
  324. }
  325. case 2:
  326. if wireType != 2 {
  327. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  328. }
  329. var stringLen uint64
  330. for shift := uint(0); ; shift += 7 {
  331. if shift >= 64 {
  332. return ErrIntOverflowScreen
  333. }
  334. if iNdEx >= l {
  335. return io.ErrUnexpectedEOF
  336. }
  337. b := dAtA[iNdEx]
  338. iNdEx++
  339. stringLen |= (uint64(b) & 0x7F) << shift
  340. if b < 0x80 {
  341. break
  342. }
  343. }
  344. intStringLen := int(stringLen)
  345. if intStringLen < 0 {
  346. return ErrInvalidLengthScreen
  347. }
  348. postIndex := iNdEx + intStringLen
  349. if postIndex > l {
  350. return io.ErrUnexpectedEOF
  351. }
  352. m.Name = string(dAtA[iNdEx:postIndex])
  353. iNdEx = postIndex
  354. case 3:
  355. if wireType != 0 {
  356. return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
  357. }
  358. m.Status = 0
  359. for shift := uint(0); ; shift += 7 {
  360. if shift >= 64 {
  361. return ErrIntOverflowScreen
  362. }
  363. if iNdEx >= l {
  364. return io.ErrUnexpectedEOF
  365. }
  366. b := dAtA[iNdEx]
  367. iNdEx++
  368. m.Status |= (int32(b) & 0x7F) << shift
  369. if b < 0x80 {
  370. break
  371. }
  372. }
  373. case 4:
  374. if wireType != 0 {
  375. return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
  376. }
  377. m.Type = 0
  378. for shift := uint(0); ; shift += 7 {
  379. if shift >= 64 {
  380. return ErrIntOverflowScreen
  381. }
  382. if iNdEx >= l {
  383. return io.ErrUnexpectedEOF
  384. }
  385. b := dAtA[iNdEx]
  386. iNdEx++
  387. m.Type |= (int32(b) & 0x7F) << shift
  388. if b < 0x80 {
  389. break
  390. }
  391. }
  392. case 5:
  393. if wireType != 0 {
  394. return fmt.Errorf("proto: wrong wireType = %d for field TicketType", wireType)
  395. }
  396. m.TicketType = 0
  397. for shift := uint(0); ; shift += 7 {
  398. if shift >= 64 {
  399. return ErrIntOverflowScreen
  400. }
  401. if iNdEx >= l {
  402. return io.ErrUnexpectedEOF
  403. }
  404. b := dAtA[iNdEx]
  405. iNdEx++
  406. m.TicketType |= (int32(b) & 0x7F) << shift
  407. if b < 0x80 {
  408. break
  409. }
  410. }
  411. case 6:
  412. if wireType != 0 {
  413. return fmt.Errorf("proto: wrong wireType = %d for field ScreenType", wireType)
  414. }
  415. m.ScreenType = 0
  416. for shift := uint(0); ; shift += 7 {
  417. if shift >= 64 {
  418. return ErrIntOverflowScreen
  419. }
  420. if iNdEx >= l {
  421. return io.ErrUnexpectedEOF
  422. }
  423. b := dAtA[iNdEx]
  424. iNdEx++
  425. m.ScreenType |= (int32(b) & 0x7F) << shift
  426. if b < 0x80 {
  427. break
  428. }
  429. }
  430. case 7:
  431. if wireType != 0 {
  432. return fmt.Errorf("proto: wrong wireType = %d for field DeliveryType", wireType)
  433. }
  434. m.DeliveryType = 0
  435. for shift := uint(0); ; shift += 7 {
  436. if shift >= 64 {
  437. return ErrIntOverflowScreen
  438. }
  439. if iNdEx >= l {
  440. return io.ErrUnexpectedEOF
  441. }
  442. b := dAtA[iNdEx]
  443. iNdEx++
  444. m.DeliveryType |= (int32(b) & 0x7F) << shift
  445. if b < 0x80 {
  446. break
  447. }
  448. }
  449. case 8:
  450. if wireType != 0 {
  451. return fmt.Errorf("proto: wrong wireType = %d for field PickSeat", wireType)
  452. }
  453. m.PickSeat = 0
  454. for shift := uint(0); ; shift += 7 {
  455. if shift >= 64 {
  456. return ErrIntOverflowScreen
  457. }
  458. if iNdEx >= l {
  459. return io.ErrUnexpectedEOF
  460. }
  461. b := dAtA[iNdEx]
  462. iNdEx++
  463. m.PickSeat |= (int32(b) & 0x7F) << shift
  464. if b < 0x80 {
  465. break
  466. }
  467. }
  468. case 9:
  469. if wireType != 0 {
  470. return fmt.Errorf("proto: wrong wireType = %d for field SaleFlag", wireType)
  471. }
  472. m.SaleFlag = 0
  473. for shift := uint(0); ; shift += 7 {
  474. if shift >= 64 {
  475. return ErrIntOverflowScreen
  476. }
  477. if iNdEx >= l {
  478. return io.ErrUnexpectedEOF
  479. }
  480. b := dAtA[iNdEx]
  481. iNdEx++
  482. m.SaleFlag |= (int32(b) & 0x7F) << shift
  483. if b < 0x80 {
  484. break
  485. }
  486. }
  487. case 10:
  488. if wireType != 2 {
  489. return fmt.Errorf("proto: wrong wireType = %d for field ScTime", wireType)
  490. }
  491. var msglen int
  492. for shift := uint(0); ; shift += 7 {
  493. if shift >= 64 {
  494. return ErrIntOverflowScreen
  495. }
  496. if iNdEx >= l {
  497. return io.ErrUnexpectedEOF
  498. }
  499. b := dAtA[iNdEx]
  500. iNdEx++
  501. msglen |= (int(b) & 0x7F) << shift
  502. if b < 0x80 {
  503. break
  504. }
  505. }
  506. if msglen < 0 {
  507. return ErrInvalidLengthScreen
  508. }
  509. postIndex := iNdEx + msglen
  510. if postIndex > l {
  511. return io.ErrUnexpectedEOF
  512. }
  513. if m.ScTime == nil {
  514. m.ScTime = &ScreenTime{}
  515. }
  516. if err := m.ScTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  517. return err
  518. }
  519. iNdEx = postIndex
  520. case 11:
  521. if wireType != 2 {
  522. return fmt.Errorf("proto: wrong wireType = %d for field Ticket", wireType)
  523. }
  524. var msglen int
  525. for shift := uint(0); ; shift += 7 {
  526. if shift >= 64 {
  527. return ErrIntOverflowScreen
  528. }
  529. if iNdEx >= l {
  530. return io.ErrUnexpectedEOF
  531. }
  532. b := dAtA[iNdEx]
  533. iNdEx++
  534. msglen |= (int(b) & 0x7F) << shift
  535. if b < 0x80 {
  536. break
  537. }
  538. }
  539. if msglen < 0 {
  540. return ErrInvalidLengthScreen
  541. }
  542. postIndex := iNdEx + msglen
  543. if postIndex > l {
  544. return io.ErrUnexpectedEOF
  545. }
  546. if m.Ticket == nil {
  547. m.Ticket = make(map[int64]*TicketInfo)
  548. }
  549. var mapkey int64
  550. var mapvalue *TicketInfo
  551. for iNdEx < postIndex {
  552. entryPreIndex := iNdEx
  553. var wire uint64
  554. for shift := uint(0); ; shift += 7 {
  555. if shift >= 64 {
  556. return ErrIntOverflowScreen
  557. }
  558. if iNdEx >= l {
  559. return io.ErrUnexpectedEOF
  560. }
  561. b := dAtA[iNdEx]
  562. iNdEx++
  563. wire |= (uint64(b) & 0x7F) << shift
  564. if b < 0x80 {
  565. break
  566. }
  567. }
  568. fieldNum := int32(wire >> 3)
  569. if fieldNum == 1 {
  570. for shift := uint(0); ; shift += 7 {
  571. if shift >= 64 {
  572. return ErrIntOverflowScreen
  573. }
  574. if iNdEx >= l {
  575. return io.ErrUnexpectedEOF
  576. }
  577. b := dAtA[iNdEx]
  578. iNdEx++
  579. mapkey |= (int64(b) & 0x7F) << shift
  580. if b < 0x80 {
  581. break
  582. }
  583. }
  584. } else if fieldNum == 2 {
  585. var mapmsglen int
  586. for shift := uint(0); ; shift += 7 {
  587. if shift >= 64 {
  588. return ErrIntOverflowScreen
  589. }
  590. if iNdEx >= l {
  591. return io.ErrUnexpectedEOF
  592. }
  593. b := dAtA[iNdEx]
  594. iNdEx++
  595. mapmsglen |= (int(b) & 0x7F) << shift
  596. if b < 0x80 {
  597. break
  598. }
  599. }
  600. if mapmsglen < 0 {
  601. return ErrInvalidLengthScreen
  602. }
  603. postmsgIndex := iNdEx + mapmsglen
  604. if mapmsglen < 0 {
  605. return ErrInvalidLengthScreen
  606. }
  607. if postmsgIndex > l {
  608. return io.ErrUnexpectedEOF
  609. }
  610. mapvalue = &TicketInfo{}
  611. if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil {
  612. return err
  613. }
  614. iNdEx = postmsgIndex
  615. } else {
  616. iNdEx = entryPreIndex
  617. skippy, err := skipScreen(dAtA[iNdEx:])
  618. if err != nil {
  619. return err
  620. }
  621. if skippy < 0 {
  622. return ErrInvalidLengthScreen
  623. }
  624. if (iNdEx + skippy) > postIndex {
  625. return io.ErrUnexpectedEOF
  626. }
  627. iNdEx += skippy
  628. }
  629. }
  630. m.Ticket[mapkey] = mapvalue
  631. iNdEx = postIndex
  632. default:
  633. iNdEx = preIndex
  634. skippy, err := skipScreen(dAtA[iNdEx:])
  635. if err != nil {
  636. return err
  637. }
  638. if skippy < 0 {
  639. return ErrInvalidLengthScreen
  640. }
  641. if (iNdEx + skippy) > l {
  642. return io.ErrUnexpectedEOF
  643. }
  644. iNdEx += skippy
  645. }
  646. }
  647. if iNdEx > l {
  648. return io.ErrUnexpectedEOF
  649. }
  650. return nil
  651. }
  652. func skipScreen(dAtA []byte) (n int, err error) {
  653. l := len(dAtA)
  654. iNdEx := 0
  655. for iNdEx < l {
  656. var wire uint64
  657. for shift := uint(0); ; shift += 7 {
  658. if shift >= 64 {
  659. return 0, ErrIntOverflowScreen
  660. }
  661. if iNdEx >= l {
  662. return 0, io.ErrUnexpectedEOF
  663. }
  664. b := dAtA[iNdEx]
  665. iNdEx++
  666. wire |= (uint64(b) & 0x7F) << shift
  667. if b < 0x80 {
  668. break
  669. }
  670. }
  671. wireType := int(wire & 0x7)
  672. switch wireType {
  673. case 0:
  674. for shift := uint(0); ; shift += 7 {
  675. if shift >= 64 {
  676. return 0, ErrIntOverflowScreen
  677. }
  678. if iNdEx >= l {
  679. return 0, io.ErrUnexpectedEOF
  680. }
  681. iNdEx++
  682. if dAtA[iNdEx-1] < 0x80 {
  683. break
  684. }
  685. }
  686. return iNdEx, nil
  687. case 1:
  688. iNdEx += 8
  689. return iNdEx, nil
  690. case 2:
  691. var length int
  692. for shift := uint(0); ; shift += 7 {
  693. if shift >= 64 {
  694. return 0, ErrIntOverflowScreen
  695. }
  696. if iNdEx >= l {
  697. return 0, io.ErrUnexpectedEOF
  698. }
  699. b := dAtA[iNdEx]
  700. iNdEx++
  701. length |= (int(b) & 0x7F) << shift
  702. if b < 0x80 {
  703. break
  704. }
  705. }
  706. iNdEx += length
  707. if length < 0 {
  708. return 0, ErrInvalidLengthScreen
  709. }
  710. return iNdEx, nil
  711. case 3:
  712. for {
  713. var innerWire uint64
  714. var start int = iNdEx
  715. for shift := uint(0); ; shift += 7 {
  716. if shift >= 64 {
  717. return 0, ErrIntOverflowScreen
  718. }
  719. if iNdEx >= l {
  720. return 0, io.ErrUnexpectedEOF
  721. }
  722. b := dAtA[iNdEx]
  723. iNdEx++
  724. innerWire |= (uint64(b) & 0x7F) << shift
  725. if b < 0x80 {
  726. break
  727. }
  728. }
  729. innerWireType := int(innerWire & 0x7)
  730. if innerWireType == 4 {
  731. break
  732. }
  733. next, err := skipScreen(dAtA[start:])
  734. if err != nil {
  735. return 0, err
  736. }
  737. iNdEx = start + next
  738. }
  739. return iNdEx, nil
  740. case 4:
  741. return iNdEx, nil
  742. case 5:
  743. iNdEx += 4
  744. return iNdEx, nil
  745. default:
  746. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  747. }
  748. }
  749. panic("unreachable")
  750. }
  751. var (
  752. ErrInvalidLengthScreen = fmt.Errorf("proto: negative length found during unmarshaling")
  753. ErrIntOverflowScreen = fmt.Errorf("proto: integer overflow")
  754. )
  755. func init() {
  756. proto.RegisterFile("app/service/openplatform/ticket-item/api/grpc/v1/screen.proto", fileDescriptorScreen)
  757. }
  758. var fileDescriptorScreen = []byte{
  759. // 514 bytes of a gzipped FileDescriptorProto
  760. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xcf, 0x8a, 0xd3, 0x40,
  761. 0x1c, 0xc7, 0x49, 0xda, 0x66, 0xdb, 0x89, 0x42, 0x99, 0x83, 0x84, 0xb2, 0x34, 0xb1, 0x22, 0xe4,
  762. 0xb2, 0x49, 0xbb, 0x82, 0x2c, 0x2b, 0xf5, 0x10, 0x76, 0x85, 0xf5, 0x98, 0xed, 0x49, 0x90, 0x32,
  763. 0x4d, 0xa6, 0x71, 0x68, 0xfe, 0x91, 0x4c, 0x03, 0x7d, 0x13, 0x1f, 0xc9, 0xa3, 0x4f, 0x10, 0xa4,
  764. 0xc7, 0x1c, 0x7d, 0x02, 0x99, 0xdf, 0x44, 0x5b, 0x21, 0x2c, 0xe8, 0xa5, 0xcc, 0xef, 0xcf, 0xe7,
  765. 0xd3, 0x19, 0xfa, 0x2d, 0x5a, 0x92, 0x3c, 0x77, 0x4b, 0x5a, 0x54, 0x2c, 0xa0, 0x6e, 0x96, 0xd3,
  766. 0x34, 0x8f, 0x09, 0xdf, 0x66, 0x45, 0xe2, 0x72, 0x16, 0xec, 0x28, 0xbf, 0x62, 0x9c, 0x26, 0x2e,
  767. 0xc9, 0x99, 0x1b, 0x15, 0x79, 0xe0, 0x56, 0x0b, 0xb7, 0x0c, 0x0a, 0x4a, 0x53, 0x27, 0x2f, 0x32,
  768. 0x9e, 0xe1, 0x17, 0x72, 0xcb, 0x69, 0x0d, 0x8e, 0xd8, 0x76, 0xaa, 0xc5, 0xe4, 0x2a, 0x62, 0xfc,
  769. 0xcb, 0x7e, 0xe3, 0x04, 0x59, 0xe2, 0x46, 0x59, 0x94, 0xb9, 0xb0, 0xbe, 0xd9, 0x6f, 0xa1, 0x82,
  770. 0x02, 0x4e, 0x52, 0x33, 0x79, 0xf7, 0xcf, 0xb7, 0xe0, 0x2c, 0xa1, 0x2d, 0xbc, 0xfc, 0x0f, 0x18,
  771. 0x2e, 0x0d, 0xf8, 0xec, 0xab, 0x86, 0xd0, 0x23, 0xbc, 0xe9, 0x21, 0xdd, 0x66, 0x78, 0x8e, 0x54,
  772. 0x16, 0x1a, 0x8a, 0xa5, 0xd8, 0x3d, 0xcf, 0x3a, 0xd6, 0xa6, 0xfa, 0x70, 0xd7, 0xd4, 0xa6, 0xca,
  773. 0xc2, 0x9f, 0xb5, 0x39, 0xae, 0x48, 0xcc, 0x42, 0xc2, 0xe9, 0xed, 0x2c, 0x61, 0xe9, 0x72, 0x3e,
  774. 0xf3, 0x55, 0x16, 0xe2, 0x4b, 0xd4, 0x4f, 0x49, 0x42, 0x0d, 0xd5, 0x52, 0xec, 0x91, 0x37, 0x6c,
  775. 0x6a, 0x13, 0x6a, 0x1f, 0x3e, 0xf1, 0x5b, 0xa4, 0x95, 0x9c, 0xf0, 0x7d, 0x69, 0xf4, 0x2c, 0xc5,
  776. 0x1e, 0x78, 0xd3, 0xa6, 0x36, 0xdb, 0x4e, 0xa7, 0xb1, 0x9d, 0xe1, 0x39, 0xea, 0xf3, 0x43, 0x4e,
  777. 0x8d, 0x3e, 0x50, 0x97, 0xc2, 0x2a, 0xea, 0x4e, 0x06, 0x26, 0xf8, 0x0e, 0xe9, 0xf2, 0x61, 0x6b,
  778. 0x00, 0x07, 0x00, 0xbe, 0x6a, 0x6a, 0xf3, 0xbc, 0xdd, 0xc9, 0x23, 0xb9, 0xb0, 0x6a, 0x2d, 0xf2,
  779. 0x17, 0x96, 0x16, 0xed, 0x64, 0x39, 0x6b, 0x77, 0x5b, 0xe4, 0x02, 0x58, 0x3e, 0xa2, 0xe7, 0x21,
  780. 0x8d, 0x59, 0x45, 0x8b, 0x83, 0xf4, 0x5c, 0x80, 0xe7, 0x75, 0x53, 0x9b, 0x7f, 0x0f, 0x3a, 0x4d,
  781. 0xcf, 0x7e, 0xaf, 0x80, 0xeb, 0x3d, 0x1a, 0xe5, 0x2c, 0xd8, 0xad, 0x4b, 0x4a, 0xb8, 0x31, 0x04,
  782. 0xcf, 0xcb, 0xa6, 0x36, 0x4f, 0xcd, 0x4e, 0xc7, 0x50, 0x8c, 0x1f, 0x29, 0xe1, 0x82, 0x2f, 0x49,
  783. 0x4c, 0xd7, 0xdb, 0x98, 0x44, 0xc6, 0xe8, 0xc4, 0xff, 0x69, 0x76, 0xf3, 0x62, 0xfc, 0x21, 0x26,
  784. 0x11, 0xbe, 0x47, 0x17, 0x65, 0xb0, 0x16, 0x81, 0x33, 0x90, 0xa5, 0xd8, 0xfa, 0xf5, 0xcc, 0xe9,
  785. 0x4e, 0xbd, 0x23, 0x63, 0xb4, 0x62, 0x09, 0x95, 0x31, 0x10, 0x8c, 0xaf, 0x95, 0x81, 0xe8, 0x60,
  786. 0x1f, 0x69, 0x2b, 0xc0, 0x0c, 0xdd, 0xea, 0xd9, 0xfa, 0xb5, 0xf3, 0xb4, 0x45, 0x84, 0xd1, 0x91,
  787. 0xc0, 0x7d, 0xca, 0x8b, 0x83, 0x87, 0x44, 0x70, 0x24, 0xe2, 0xb7, 0xa6, 0xc9, 0x67, 0xa4, 0x9f,
  788. 0xad, 0xe0, 0x31, 0xea, 0xed, 0xe8, 0x41, 0x86, 0xd7, 0x17, 0x47, 0x7c, 0x83, 0x06, 0x15, 0x89,
  789. 0xf7, 0x32, 0x9c, 0x4f, 0xdc, 0x5c, 0x5a, 0xc4, 0x77, 0xfa, 0x12, 0xb8, 0x55, 0x6f, 0x14, 0x6f,
  790. 0xfc, 0xed, 0x38, 0x55, 0xbe, 0x1f, 0xa7, 0xca, 0x8f, 0xe3, 0x54, 0xf9, 0xa4, 0x56, 0x8b, 0x8d,
  791. 0x06, 0xff, 0x99, 0x37, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x79, 0x0d, 0x96, 0x37, 0x04,
  792. 0x00, 0x00,
  793. }