model.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/main/vipinfo/model/model.proto
  3. /*
  4. Package model is a generated protocol buffer package.
  5. It is generated from these files:
  6. app/service/main/vipinfo/model/model.proto
  7. It has these top-level messages:
  8. VipUserInfo
  9. */
  10. package model
  11. import proto "github.com/gogo/protobuf/proto"
  12. import fmt "fmt"
  13. import math "math"
  14. import _ "github.com/gogo/protobuf/gogoproto"
  15. import go_common_library_time "go-common/library/time"
  16. import io "io"
  17. // Reference imports to suppress errors if they are not otherwise used.
  18. var _ = proto.Marshal
  19. var _ = fmt.Errorf
  20. var _ = math.Inf
  21. // This is a compile-time assertion to ensure that this generated file
  22. // is compatible with the proto package it is being compiled against.
  23. // A compilation error at this line likely means your copy of the
  24. // proto package needs to be updated.
  25. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  26. type VipUserInfo struct {
  27. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id"`
  28. Mid int64 `protobuf:"varint,2,opt,name=Mid,proto3" json:"mid"`
  29. VipType int32 `protobuf:"varint,3,opt,name=VipType,proto3" json:"vip_type"`
  30. VipPayType int32 `protobuf:"varint,4,opt,name=VipPayType,proto3" json:"vip_pay_type"`
  31. PayChannelID int32 `protobuf:"varint,5,opt,name=PayChannelID,proto3" json:"pay_channel_id"`
  32. VipStatus int32 `protobuf:"varint,6,opt,name=VipStatus,proto3" json:"vip_status"`
  33. VipStartTime go_common_library_time.Time `protobuf:"varint,7,opt,name=VipStartTime,proto3,casttype=go-common/library/time.Time" json:"vip_start_time"`
  34. VipRecentTime go_common_library_time.Time `protobuf:"varint,8,opt,name=VipRecentTime,proto3,casttype=go-common/library/time.Time" json:"vip_recent_time"`
  35. VipOverdueTime go_common_library_time.Time `protobuf:"varint,9,opt,name=VipOverdueTime,proto3,casttype=go-common/library/time.Time" json:"vip_overdue_time"`
  36. AnnualVipOverdueTime go_common_library_time.Time `protobuf:"varint,10,opt,name=AnnualVipOverdueTime,proto3,casttype=go-common/library/time.Time" json:"annual_vip_overdue_time"`
  37. Ctime go_common_library_time.Time `protobuf:"varint,11,opt,name=Ctime,proto3,casttype=go-common/library/time.Time" json:"ctime"`
  38. Mtime go_common_library_time.Time `protobuf:"varint,12,opt,name=Mtime,proto3,casttype=go-common/library/time.Time" json:"mtime"`
  39. IosOverdueTime go_common_library_time.Time `protobuf:"varint,13,opt,name=IosOverdueTime,proto3,casttype=go-common/library/time.Time" json:"ios_overdue_time"`
  40. Ver int64 `protobuf:"varint,14,opt,name=Ver,proto3" json:"ver"`
  41. }
  42. func (m *VipUserInfo) Reset() { *m = VipUserInfo{} }
  43. func (m *VipUserInfo) String() string { return proto.CompactTextString(m) }
  44. func (*VipUserInfo) ProtoMessage() {}
  45. func (*VipUserInfo) Descriptor() ([]byte, []int) { return fileDescriptorModel, []int{0} }
  46. func init() {
  47. proto.RegisterType((*VipUserInfo)(nil), "account.service.vipinfo.VipUserInfo")
  48. }
  49. func (m *VipUserInfo) Marshal() (dAtA []byte, err error) {
  50. size := m.Size()
  51. dAtA = make([]byte, size)
  52. n, err := m.MarshalTo(dAtA)
  53. if err != nil {
  54. return nil, err
  55. }
  56. return dAtA[:n], nil
  57. }
  58. func (m *VipUserInfo) MarshalTo(dAtA []byte) (int, error) {
  59. var i int
  60. _ = i
  61. var l int
  62. _ = l
  63. if m.ID != 0 {
  64. dAtA[i] = 0x8
  65. i++
  66. i = encodeVarintModel(dAtA, i, uint64(m.ID))
  67. }
  68. if m.Mid != 0 {
  69. dAtA[i] = 0x10
  70. i++
  71. i = encodeVarintModel(dAtA, i, uint64(m.Mid))
  72. }
  73. if m.VipType != 0 {
  74. dAtA[i] = 0x18
  75. i++
  76. i = encodeVarintModel(dAtA, i, uint64(m.VipType))
  77. }
  78. if m.VipPayType != 0 {
  79. dAtA[i] = 0x20
  80. i++
  81. i = encodeVarintModel(dAtA, i, uint64(m.VipPayType))
  82. }
  83. if m.PayChannelID != 0 {
  84. dAtA[i] = 0x28
  85. i++
  86. i = encodeVarintModel(dAtA, i, uint64(m.PayChannelID))
  87. }
  88. if m.VipStatus != 0 {
  89. dAtA[i] = 0x30
  90. i++
  91. i = encodeVarintModel(dAtA, i, uint64(m.VipStatus))
  92. }
  93. if m.VipStartTime != 0 {
  94. dAtA[i] = 0x38
  95. i++
  96. i = encodeVarintModel(dAtA, i, uint64(m.VipStartTime))
  97. }
  98. if m.VipRecentTime != 0 {
  99. dAtA[i] = 0x40
  100. i++
  101. i = encodeVarintModel(dAtA, i, uint64(m.VipRecentTime))
  102. }
  103. if m.VipOverdueTime != 0 {
  104. dAtA[i] = 0x48
  105. i++
  106. i = encodeVarintModel(dAtA, i, uint64(m.VipOverdueTime))
  107. }
  108. if m.AnnualVipOverdueTime != 0 {
  109. dAtA[i] = 0x50
  110. i++
  111. i = encodeVarintModel(dAtA, i, uint64(m.AnnualVipOverdueTime))
  112. }
  113. if m.Ctime != 0 {
  114. dAtA[i] = 0x58
  115. i++
  116. i = encodeVarintModel(dAtA, i, uint64(m.Ctime))
  117. }
  118. if m.Mtime != 0 {
  119. dAtA[i] = 0x60
  120. i++
  121. i = encodeVarintModel(dAtA, i, uint64(m.Mtime))
  122. }
  123. if m.IosOverdueTime != 0 {
  124. dAtA[i] = 0x68
  125. i++
  126. i = encodeVarintModel(dAtA, i, uint64(m.IosOverdueTime))
  127. }
  128. if m.Ver != 0 {
  129. dAtA[i] = 0x70
  130. i++
  131. i = encodeVarintModel(dAtA, i, uint64(m.Ver))
  132. }
  133. return i, nil
  134. }
  135. func encodeVarintModel(dAtA []byte, offset int, v uint64) int {
  136. for v >= 1<<7 {
  137. dAtA[offset] = uint8(v&0x7f | 0x80)
  138. v >>= 7
  139. offset++
  140. }
  141. dAtA[offset] = uint8(v)
  142. return offset + 1
  143. }
  144. func (m *VipUserInfo) Size() (n int) {
  145. var l int
  146. _ = l
  147. if m.ID != 0 {
  148. n += 1 + sovModel(uint64(m.ID))
  149. }
  150. if m.Mid != 0 {
  151. n += 1 + sovModel(uint64(m.Mid))
  152. }
  153. if m.VipType != 0 {
  154. n += 1 + sovModel(uint64(m.VipType))
  155. }
  156. if m.VipPayType != 0 {
  157. n += 1 + sovModel(uint64(m.VipPayType))
  158. }
  159. if m.PayChannelID != 0 {
  160. n += 1 + sovModel(uint64(m.PayChannelID))
  161. }
  162. if m.VipStatus != 0 {
  163. n += 1 + sovModel(uint64(m.VipStatus))
  164. }
  165. if m.VipStartTime != 0 {
  166. n += 1 + sovModel(uint64(m.VipStartTime))
  167. }
  168. if m.VipRecentTime != 0 {
  169. n += 1 + sovModel(uint64(m.VipRecentTime))
  170. }
  171. if m.VipOverdueTime != 0 {
  172. n += 1 + sovModel(uint64(m.VipOverdueTime))
  173. }
  174. if m.AnnualVipOverdueTime != 0 {
  175. n += 1 + sovModel(uint64(m.AnnualVipOverdueTime))
  176. }
  177. if m.Ctime != 0 {
  178. n += 1 + sovModel(uint64(m.Ctime))
  179. }
  180. if m.Mtime != 0 {
  181. n += 1 + sovModel(uint64(m.Mtime))
  182. }
  183. if m.IosOverdueTime != 0 {
  184. n += 1 + sovModel(uint64(m.IosOverdueTime))
  185. }
  186. if m.Ver != 0 {
  187. n += 1 + sovModel(uint64(m.Ver))
  188. }
  189. return n
  190. }
  191. func sovModel(x uint64) (n int) {
  192. for {
  193. n++
  194. x >>= 7
  195. if x == 0 {
  196. break
  197. }
  198. }
  199. return n
  200. }
  201. func sozModel(x uint64) (n int) {
  202. return sovModel(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  203. }
  204. func (m *VipUserInfo) Unmarshal(dAtA []byte) error {
  205. l := len(dAtA)
  206. iNdEx := 0
  207. for iNdEx < l {
  208. preIndex := iNdEx
  209. var wire uint64
  210. for shift := uint(0); ; shift += 7 {
  211. if shift >= 64 {
  212. return ErrIntOverflowModel
  213. }
  214. if iNdEx >= l {
  215. return io.ErrUnexpectedEOF
  216. }
  217. b := dAtA[iNdEx]
  218. iNdEx++
  219. wire |= (uint64(b) & 0x7F) << shift
  220. if b < 0x80 {
  221. break
  222. }
  223. }
  224. fieldNum := int32(wire >> 3)
  225. wireType := int(wire & 0x7)
  226. if wireType == 4 {
  227. return fmt.Errorf("proto: VipUserInfo: wiretype end group for non-group")
  228. }
  229. if fieldNum <= 0 {
  230. return fmt.Errorf("proto: VipUserInfo: illegal tag %d (wire type %d)", fieldNum, wire)
  231. }
  232. switch fieldNum {
  233. case 1:
  234. if wireType != 0 {
  235. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  236. }
  237. m.ID = 0
  238. for shift := uint(0); ; shift += 7 {
  239. if shift >= 64 {
  240. return ErrIntOverflowModel
  241. }
  242. if iNdEx >= l {
  243. return io.ErrUnexpectedEOF
  244. }
  245. b := dAtA[iNdEx]
  246. iNdEx++
  247. m.ID |= (int64(b) & 0x7F) << shift
  248. if b < 0x80 {
  249. break
  250. }
  251. }
  252. case 2:
  253. if wireType != 0 {
  254. return fmt.Errorf("proto: wrong wireType = %d for field Mid", wireType)
  255. }
  256. m.Mid = 0
  257. for shift := uint(0); ; shift += 7 {
  258. if shift >= 64 {
  259. return ErrIntOverflowModel
  260. }
  261. if iNdEx >= l {
  262. return io.ErrUnexpectedEOF
  263. }
  264. b := dAtA[iNdEx]
  265. iNdEx++
  266. m.Mid |= (int64(b) & 0x7F) << shift
  267. if b < 0x80 {
  268. break
  269. }
  270. }
  271. case 3:
  272. if wireType != 0 {
  273. return fmt.Errorf("proto: wrong wireType = %d for field VipType", wireType)
  274. }
  275. m.VipType = 0
  276. for shift := uint(0); ; shift += 7 {
  277. if shift >= 64 {
  278. return ErrIntOverflowModel
  279. }
  280. if iNdEx >= l {
  281. return io.ErrUnexpectedEOF
  282. }
  283. b := dAtA[iNdEx]
  284. iNdEx++
  285. m.VipType |= (int32(b) & 0x7F) << shift
  286. if b < 0x80 {
  287. break
  288. }
  289. }
  290. case 4:
  291. if wireType != 0 {
  292. return fmt.Errorf("proto: wrong wireType = %d for field VipPayType", wireType)
  293. }
  294. m.VipPayType = 0
  295. for shift := uint(0); ; shift += 7 {
  296. if shift >= 64 {
  297. return ErrIntOverflowModel
  298. }
  299. if iNdEx >= l {
  300. return io.ErrUnexpectedEOF
  301. }
  302. b := dAtA[iNdEx]
  303. iNdEx++
  304. m.VipPayType |= (int32(b) & 0x7F) << shift
  305. if b < 0x80 {
  306. break
  307. }
  308. }
  309. case 5:
  310. if wireType != 0 {
  311. return fmt.Errorf("proto: wrong wireType = %d for field PayChannelID", wireType)
  312. }
  313. m.PayChannelID = 0
  314. for shift := uint(0); ; shift += 7 {
  315. if shift >= 64 {
  316. return ErrIntOverflowModel
  317. }
  318. if iNdEx >= l {
  319. return io.ErrUnexpectedEOF
  320. }
  321. b := dAtA[iNdEx]
  322. iNdEx++
  323. m.PayChannelID |= (int32(b) & 0x7F) << shift
  324. if b < 0x80 {
  325. break
  326. }
  327. }
  328. case 6:
  329. if wireType != 0 {
  330. return fmt.Errorf("proto: wrong wireType = %d for field VipStatus", wireType)
  331. }
  332. m.VipStatus = 0
  333. for shift := uint(0); ; shift += 7 {
  334. if shift >= 64 {
  335. return ErrIntOverflowModel
  336. }
  337. if iNdEx >= l {
  338. return io.ErrUnexpectedEOF
  339. }
  340. b := dAtA[iNdEx]
  341. iNdEx++
  342. m.VipStatus |= (int32(b) & 0x7F) << shift
  343. if b < 0x80 {
  344. break
  345. }
  346. }
  347. case 7:
  348. if wireType != 0 {
  349. return fmt.Errorf("proto: wrong wireType = %d for field VipStartTime", wireType)
  350. }
  351. m.VipStartTime = 0
  352. for shift := uint(0); ; shift += 7 {
  353. if shift >= 64 {
  354. return ErrIntOverflowModel
  355. }
  356. if iNdEx >= l {
  357. return io.ErrUnexpectedEOF
  358. }
  359. b := dAtA[iNdEx]
  360. iNdEx++
  361. m.VipStartTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  362. if b < 0x80 {
  363. break
  364. }
  365. }
  366. case 8:
  367. if wireType != 0 {
  368. return fmt.Errorf("proto: wrong wireType = %d for field VipRecentTime", wireType)
  369. }
  370. m.VipRecentTime = 0
  371. for shift := uint(0); ; shift += 7 {
  372. if shift >= 64 {
  373. return ErrIntOverflowModel
  374. }
  375. if iNdEx >= l {
  376. return io.ErrUnexpectedEOF
  377. }
  378. b := dAtA[iNdEx]
  379. iNdEx++
  380. m.VipRecentTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  381. if b < 0x80 {
  382. break
  383. }
  384. }
  385. case 9:
  386. if wireType != 0 {
  387. return fmt.Errorf("proto: wrong wireType = %d for field VipOverdueTime", wireType)
  388. }
  389. m.VipOverdueTime = 0
  390. for shift := uint(0); ; shift += 7 {
  391. if shift >= 64 {
  392. return ErrIntOverflowModel
  393. }
  394. if iNdEx >= l {
  395. return io.ErrUnexpectedEOF
  396. }
  397. b := dAtA[iNdEx]
  398. iNdEx++
  399. m.VipOverdueTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  400. if b < 0x80 {
  401. break
  402. }
  403. }
  404. case 10:
  405. if wireType != 0 {
  406. return fmt.Errorf("proto: wrong wireType = %d for field AnnualVipOverdueTime", wireType)
  407. }
  408. m.AnnualVipOverdueTime = 0
  409. for shift := uint(0); ; shift += 7 {
  410. if shift >= 64 {
  411. return ErrIntOverflowModel
  412. }
  413. if iNdEx >= l {
  414. return io.ErrUnexpectedEOF
  415. }
  416. b := dAtA[iNdEx]
  417. iNdEx++
  418. m.AnnualVipOverdueTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  419. if b < 0x80 {
  420. break
  421. }
  422. }
  423. case 11:
  424. if wireType != 0 {
  425. return fmt.Errorf("proto: wrong wireType = %d for field Ctime", wireType)
  426. }
  427. m.Ctime = 0
  428. for shift := uint(0); ; shift += 7 {
  429. if shift >= 64 {
  430. return ErrIntOverflowModel
  431. }
  432. if iNdEx >= l {
  433. return io.ErrUnexpectedEOF
  434. }
  435. b := dAtA[iNdEx]
  436. iNdEx++
  437. m.Ctime |= (go_common_library_time.Time(b) & 0x7F) << shift
  438. if b < 0x80 {
  439. break
  440. }
  441. }
  442. case 12:
  443. if wireType != 0 {
  444. return fmt.Errorf("proto: wrong wireType = %d for field Mtime", wireType)
  445. }
  446. m.Mtime = 0
  447. for shift := uint(0); ; shift += 7 {
  448. if shift >= 64 {
  449. return ErrIntOverflowModel
  450. }
  451. if iNdEx >= l {
  452. return io.ErrUnexpectedEOF
  453. }
  454. b := dAtA[iNdEx]
  455. iNdEx++
  456. m.Mtime |= (go_common_library_time.Time(b) & 0x7F) << shift
  457. if b < 0x80 {
  458. break
  459. }
  460. }
  461. case 13:
  462. if wireType != 0 {
  463. return fmt.Errorf("proto: wrong wireType = %d for field IosOverdueTime", wireType)
  464. }
  465. m.IosOverdueTime = 0
  466. for shift := uint(0); ; shift += 7 {
  467. if shift >= 64 {
  468. return ErrIntOverflowModel
  469. }
  470. if iNdEx >= l {
  471. return io.ErrUnexpectedEOF
  472. }
  473. b := dAtA[iNdEx]
  474. iNdEx++
  475. m.IosOverdueTime |= (go_common_library_time.Time(b) & 0x7F) << shift
  476. if b < 0x80 {
  477. break
  478. }
  479. }
  480. case 14:
  481. if wireType != 0 {
  482. return fmt.Errorf("proto: wrong wireType = %d for field Ver", wireType)
  483. }
  484. m.Ver = 0
  485. for shift := uint(0); ; shift += 7 {
  486. if shift >= 64 {
  487. return ErrIntOverflowModel
  488. }
  489. if iNdEx >= l {
  490. return io.ErrUnexpectedEOF
  491. }
  492. b := dAtA[iNdEx]
  493. iNdEx++
  494. m.Ver |= (int64(b) & 0x7F) << shift
  495. if b < 0x80 {
  496. break
  497. }
  498. }
  499. default:
  500. iNdEx = preIndex
  501. skippy, err := skipModel(dAtA[iNdEx:])
  502. if err != nil {
  503. return err
  504. }
  505. if skippy < 0 {
  506. return ErrInvalidLengthModel
  507. }
  508. if (iNdEx + skippy) > l {
  509. return io.ErrUnexpectedEOF
  510. }
  511. iNdEx += skippy
  512. }
  513. }
  514. if iNdEx > l {
  515. return io.ErrUnexpectedEOF
  516. }
  517. return nil
  518. }
  519. func skipModel(dAtA []byte) (n int, err error) {
  520. l := len(dAtA)
  521. iNdEx := 0
  522. for iNdEx < l {
  523. var wire uint64
  524. for shift := uint(0); ; shift += 7 {
  525. if shift >= 64 {
  526. return 0, ErrIntOverflowModel
  527. }
  528. if iNdEx >= l {
  529. return 0, io.ErrUnexpectedEOF
  530. }
  531. b := dAtA[iNdEx]
  532. iNdEx++
  533. wire |= (uint64(b) & 0x7F) << shift
  534. if b < 0x80 {
  535. break
  536. }
  537. }
  538. wireType := int(wire & 0x7)
  539. switch wireType {
  540. case 0:
  541. for shift := uint(0); ; shift += 7 {
  542. if shift >= 64 {
  543. return 0, ErrIntOverflowModel
  544. }
  545. if iNdEx >= l {
  546. return 0, io.ErrUnexpectedEOF
  547. }
  548. iNdEx++
  549. if dAtA[iNdEx-1] < 0x80 {
  550. break
  551. }
  552. }
  553. return iNdEx, nil
  554. case 1:
  555. iNdEx += 8
  556. return iNdEx, nil
  557. case 2:
  558. var length int
  559. for shift := uint(0); ; shift += 7 {
  560. if shift >= 64 {
  561. return 0, ErrIntOverflowModel
  562. }
  563. if iNdEx >= l {
  564. return 0, io.ErrUnexpectedEOF
  565. }
  566. b := dAtA[iNdEx]
  567. iNdEx++
  568. length |= (int(b) & 0x7F) << shift
  569. if b < 0x80 {
  570. break
  571. }
  572. }
  573. iNdEx += length
  574. if length < 0 {
  575. return 0, ErrInvalidLengthModel
  576. }
  577. return iNdEx, nil
  578. case 3:
  579. for {
  580. var innerWire uint64
  581. var start int = iNdEx
  582. for shift := uint(0); ; shift += 7 {
  583. if shift >= 64 {
  584. return 0, ErrIntOverflowModel
  585. }
  586. if iNdEx >= l {
  587. return 0, io.ErrUnexpectedEOF
  588. }
  589. b := dAtA[iNdEx]
  590. iNdEx++
  591. innerWire |= (uint64(b) & 0x7F) << shift
  592. if b < 0x80 {
  593. break
  594. }
  595. }
  596. innerWireType := int(innerWire & 0x7)
  597. if innerWireType == 4 {
  598. break
  599. }
  600. next, err := skipModel(dAtA[start:])
  601. if err != nil {
  602. return 0, err
  603. }
  604. iNdEx = start + next
  605. }
  606. return iNdEx, nil
  607. case 4:
  608. return iNdEx, nil
  609. case 5:
  610. iNdEx += 4
  611. return iNdEx, nil
  612. default:
  613. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  614. }
  615. }
  616. panic("unreachable")
  617. }
  618. var (
  619. ErrInvalidLengthModel = fmt.Errorf("proto: negative length found during unmarshaling")
  620. ErrIntOverflowModel = fmt.Errorf("proto: integer overflow")
  621. )
  622. func init() { proto.RegisterFile("app/service/main/vipinfo/model/model.proto", fileDescriptorModel) }
  623. var fileDescriptorModel = []byte{
  624. // 518 bytes of a gzipped FileDescriptorProto
  625. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x41, 0x6b, 0xdb, 0x30,
  626. 0x1c, 0xc5, 0xeb, 0x64, 0x49, 0x5b, 0x35, 0xcd, 0x8a, 0x18, 0xab, 0xb7, 0x42, 0x54, 0x76, 0x18,
  627. 0x61, 0xac, 0xf1, 0xb6, 0xc2, 0x0e, 0x3b, 0x0c, 0x96, 0xe6, 0x92, 0x43, 0x59, 0xf1, 0x5a, 0x33,
  628. 0xb6, 0x43, 0x50, 0x6c, 0x25, 0x15, 0xc4, 0x92, 0x90, 0xed, 0x80, 0xbf, 0x61, 0x8f, 0xfd, 0x04,
  629. 0x62, 0xcd, 0x51, 0x1f, 0x60, 0x87, 0x9d, 0x86, 0xfe, 0xce, 0x48, 0x53, 0x76, 0x48, 0x2f, 0xc6,
  630. 0xd2, 0x7b, 0xef, 0xf7, 0xd0, 0x1f, 0xfe, 0xe8, 0x0d, 0x55, 0x2a, 0xc8, 0x98, 0x9e, 0xf3, 0x98,
  631. 0x05, 0x29, 0xe5, 0x22, 0x98, 0x73, 0xc5, 0xc5, 0x44, 0x06, 0xa9, 0x4c, 0xd8, 0xac, 0xfa, 0xf6,
  632. 0x94, 0x96, 0xb9, 0xc4, 0x87, 0x34, 0x8e, 0x65, 0x21, 0xf2, 0xde, 0xd2, 0xdf, 0x5b, 0x5a, 0x5f,
  633. 0x9e, 0x4c, 0x79, 0x7e, 0x5d, 0x8c, 0x7b, 0xb1, 0x4c, 0x83, 0xa9, 0x9c, 0xca, 0x00, 0xfc, 0xe3,
  634. 0x62, 0x02, 0x27, 0x38, 0xc0, 0x5f, 0xc5, 0x79, 0xf5, 0xbb, 0x89, 0xf6, 0x22, 0xae, 0xae, 0x32,
  635. 0xa6, 0x87, 0x62, 0x22, 0xf1, 0x73, 0x54, 0x1b, 0x0e, 0x7c, 0xef, 0xd8, 0xeb, 0xd6, 0xfb, 0x4d,
  636. 0x6b, 0x48, 0x8d, 0x27, 0x61, 0x6d, 0x38, 0xc0, 0x2f, 0x50, 0xfd, 0x9c, 0x27, 0x7e, 0x0d, 0x84,
  637. 0x6d, 0x6b, 0x48, 0x3d, 0xe5, 0x49, 0xe8, 0xee, 0xf0, 0x6b, 0xb4, 0x1d, 0x71, 0x75, 0x59, 0x2a,
  638. 0xe6, 0xd7, 0x8f, 0xbd, 0x6e, 0xa3, 0xdf, 0xb2, 0x86, 0xec, 0xcc, 0xb9, 0x1a, 0xe5, 0xa5, 0x62,
  639. 0xe1, 0x3f, 0x11, 0xbf, 0x43, 0x28, 0xe2, 0xea, 0x82, 0x96, 0x60, 0x7d, 0x02, 0xd6, 0x03, 0x6b,
  640. 0x48, 0xcb, 0x59, 0x15, 0x2d, 0x2b, 0xfb, 0x3d, 0x0f, 0xfe, 0x88, 0x5a, 0x17, 0xb4, 0x3c, 0xbb,
  641. 0xa6, 0x42, 0xb0, 0xd9, 0x70, 0xe0, 0x37, 0x20, 0x83, 0xad, 0x21, 0x6d, 0xe7, 0x8f, 0x2b, 0x61,
  642. 0xc4, 0x93, 0x70, 0xcd, 0x87, 0xdf, 0xa2, 0xdd, 0x88, 0xab, 0x6f, 0x39, 0xcd, 0x8b, 0xcc, 0x6f,
  643. 0x42, 0xa8, 0x6d, 0x0d, 0x41, 0xae, 0x28, 0x83, 0xdb, 0x70, 0x65, 0xc0, 0x57, 0xa8, 0x55, 0x1d,
  644. 0x74, 0x7e, 0xc9, 0x53, 0xe6, 0x6f, 0xc3, 0x1b, 0xdf, 0xbb, 0x96, 0x65, 0x40, 0xe7, 0xa3, 0x9c,
  645. 0xa7, 0xec, 0x8f, 0x21, 0x47, 0x53, 0x79, 0x12, 0xcb, 0x34, 0x95, 0x22, 0x98, 0xf1, 0xb1, 0xa6,
  646. 0xba, 0x0c, 0x9c, 0xd2, 0x73, 0xc1, 0x70, 0x0d, 0x83, 0xbf, 0xa3, 0xfd, 0x88, 0xab, 0x90, 0xc5,
  647. 0x4c, 0x54, 0xdc, 0x1d, 0xe0, 0x7e, 0xb0, 0x86, 0x3c, 0x75, 0x5c, 0x0d, 0xca, 0x46, 0xe0, 0x75,
  648. 0x10, 0xfe, 0x89, 0xda, 0x11, 0x57, 0x5f, 0xe7, 0x4c, 0x27, 0x05, 0x03, 0xf4, 0x2e, 0xa0, 0x4f,
  649. 0xad, 0x21, 0x07, 0x0e, 0x2d, 0x2b, 0x69, 0x23, 0xf6, 0x03, 0x14, 0x16, 0xe8, 0xd9, 0x17, 0x21,
  650. 0x0a, 0x3a, 0x7b, 0x50, 0x81, 0xa0, 0xe2, 0x93, 0x35, 0xe4, 0x90, 0x82, 0x3e, 0x7a, 0x6c, 0xd3,
  651. 0x7f, 0xb9, 0xf8, 0x33, 0x6a, 0x9c, 0x39, 0x8f, 0xbf, 0x07, 0x05, 0x5d, 0x6b, 0x48, 0x23, 0xde,
  652. 0x04, 0x57, 0xc5, 0x5c, 0xfe, 0x1c, 0xf2, 0xad, 0x55, 0x3e, 0xdd, 0x28, 0x0f, 0x31, 0x37, 0xcc,
  653. 0xa1, 0xcc, 0xee, 0xbf, 0x74, 0x7f, 0x35, 0x4c, 0x2e, 0xb3, 0xc7, 0x0d, 0x73, 0x1d, 0xe5, 0xb6,
  654. 0x26, 0x62, 0xda, 0x6f, 0xaf, 0xb6, 0x66, 0xce, 0x74, 0xe8, 0xee, 0xfa, 0x47, 0x37, 0x77, 0x9d,
  655. 0xad, 0xdb, 0xbb, 0xce, 0xd6, 0xcd, 0xa2, 0xe3, 0xdd, 0x2e, 0x3a, 0xde, 0xaf, 0x45, 0xc7, 0xfb,
  656. 0xd1, 0x80, 0x1d, 0x1f, 0x37, 0x61, 0x39, 0x4f, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x66, 0x63,
  657. 0x27, 0x4e, 0x12, 0x04, 0x00, 0x00,
  658. }