proto.pb.go 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: proto.proto
  3. package model
  4. import proto "github.com/golang/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. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. type AidReason struct {
  19. Aid int64 `protobuf:"varint,1,opt,name=Aid,proto3" json:"aid"`
  20. Reason string `protobuf:"bytes,2,opt,name=Reason,proto3" json:"reason"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *AidReason) Reset() { *m = AidReason{} }
  26. func (m *AidReason) String() string { return proto.CompactTextString(m) }
  27. func (*AidReason) ProtoMessage() {}
  28. func (*AidReason) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_proto_bb83dde5bdf5b6ae, []int{0}
  30. }
  31. func (m *AidReason) XXX_Unmarshal(b []byte) error {
  32. return m.Unmarshal(b)
  33. }
  34. func (m *AidReason) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. if deterministic {
  36. return xxx_messageInfo_AidReason.Marshal(b, m, deterministic)
  37. } else {
  38. b = b[:cap(b)]
  39. n, err := m.MarshalTo(b)
  40. if err != nil {
  41. return nil, err
  42. }
  43. return b[:n], nil
  44. }
  45. }
  46. func (dst *AidReason) XXX_Merge(src proto.Message) {
  47. xxx_messageInfo_AidReason.Merge(dst, src)
  48. }
  49. func (m *AidReason) XXX_Size() int {
  50. return m.Size()
  51. }
  52. func (m *AidReason) XXX_DiscardUnknown() {
  53. xxx_messageInfo_AidReason.DiscardUnknown(m)
  54. }
  55. var xxx_messageInfo_AidReason proto.InternalMessageInfo
  56. type AidReasons struct {
  57. List []*AidReason `protobuf:"bytes,1,rep,name=List" json:"List,omitempty"`
  58. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  59. XXX_unrecognized []byte `json:"-"`
  60. XXX_sizecache int32 `json:"-"`
  61. }
  62. func (m *AidReasons) Reset() { *m = AidReasons{} }
  63. func (m *AidReasons) String() string { return proto.CompactTextString(m) }
  64. func (*AidReasons) ProtoMessage() {}
  65. func (*AidReasons) Descriptor() ([]byte, []int) {
  66. return fileDescriptor_proto_bb83dde5bdf5b6ae, []int{1}
  67. }
  68. func (m *AidReasons) XXX_Unmarshal(b []byte) error {
  69. return m.Unmarshal(b)
  70. }
  71. func (m *AidReasons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  72. if deterministic {
  73. return xxx_messageInfo_AidReasons.Marshal(b, m, deterministic)
  74. } else {
  75. b = b[:cap(b)]
  76. n, err := m.MarshalTo(b)
  77. if err != nil {
  78. return nil, err
  79. }
  80. return b[:n], nil
  81. }
  82. }
  83. func (dst *AidReasons) XXX_Merge(src proto.Message) {
  84. xxx_messageInfo_AidReasons.Merge(dst, src)
  85. }
  86. func (m *AidReasons) XXX_Size() int {
  87. return m.Size()
  88. }
  89. func (m *AidReasons) XXX_DiscardUnknown() {
  90. xxx_messageInfo_AidReasons.DiscardUnknown(m)
  91. }
  92. var xxx_messageInfo_AidReasons proto.InternalMessageInfo
  93. type ThemeDetail struct {
  94. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id"`
  95. Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"name"`
  96. Icon string `protobuf:"bytes,3,opt,name=Icon,proto3" json:"icon"`
  97. TopPhoto string `protobuf:"bytes,4,opt,name=TopPhoto,proto3" json:"top_photo"`
  98. BgImg string `protobuf:"bytes,5,opt,name=BgImg,proto3" json:"bg_img"`
  99. IsActivated int64 `protobuf:"varint,6,opt,name=IsActivated,proto3" json:"is_activated"`
  100. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  101. XXX_unrecognized []byte `json:"-"`
  102. XXX_sizecache int32 `json:"-"`
  103. }
  104. func (m *ThemeDetail) Reset() { *m = ThemeDetail{} }
  105. func (m *ThemeDetail) String() string { return proto.CompactTextString(m) }
  106. func (*ThemeDetail) ProtoMessage() {}
  107. func (*ThemeDetail) Descriptor() ([]byte, []int) {
  108. return fileDescriptor_proto_bb83dde5bdf5b6ae, []int{2}
  109. }
  110. func (m *ThemeDetail) XXX_Unmarshal(b []byte) error {
  111. return m.Unmarshal(b)
  112. }
  113. func (m *ThemeDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  114. if deterministic {
  115. return xxx_messageInfo_ThemeDetail.Marshal(b, m, deterministic)
  116. } else {
  117. b = b[:cap(b)]
  118. n, err := m.MarshalTo(b)
  119. if err != nil {
  120. return nil, err
  121. }
  122. return b[:n], nil
  123. }
  124. }
  125. func (dst *ThemeDetail) XXX_Merge(src proto.Message) {
  126. xxx_messageInfo_ThemeDetail.Merge(dst, src)
  127. }
  128. func (m *ThemeDetail) XXX_Size() int {
  129. return m.Size()
  130. }
  131. func (m *ThemeDetail) XXX_DiscardUnknown() {
  132. xxx_messageInfo_ThemeDetail.DiscardUnknown(m)
  133. }
  134. var xxx_messageInfo_ThemeDetail proto.InternalMessageInfo
  135. type ThemeDetails struct {
  136. List []*ThemeDetail `protobuf:"bytes,1,rep,name=List" json:"List,omitempty"`
  137. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  138. XXX_unrecognized []byte `json:"-"`
  139. XXX_sizecache int32 `json:"-"`
  140. }
  141. func (m *ThemeDetails) Reset() { *m = ThemeDetails{} }
  142. func (m *ThemeDetails) String() string { return proto.CompactTextString(m) }
  143. func (*ThemeDetails) ProtoMessage() {}
  144. func (*ThemeDetails) Descriptor() ([]byte, []int) {
  145. return fileDescriptor_proto_bb83dde5bdf5b6ae, []int{3}
  146. }
  147. func (m *ThemeDetails) XXX_Unmarshal(b []byte) error {
  148. return m.Unmarshal(b)
  149. }
  150. func (m *ThemeDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  151. if deterministic {
  152. return xxx_messageInfo_ThemeDetails.Marshal(b, m, deterministic)
  153. } else {
  154. b = b[:cap(b)]
  155. n, err := m.MarshalTo(b)
  156. if err != nil {
  157. return nil, err
  158. }
  159. return b[:n], nil
  160. }
  161. }
  162. func (dst *ThemeDetails) XXX_Merge(src proto.Message) {
  163. xxx_messageInfo_ThemeDetails.Merge(dst, src)
  164. }
  165. func (m *ThemeDetails) XXX_Size() int {
  166. return m.Size()
  167. }
  168. func (m *ThemeDetails) XXX_DiscardUnknown() {
  169. xxx_messageInfo_ThemeDetails.DiscardUnknown(m)
  170. }
  171. var xxx_messageInfo_ThemeDetails proto.InternalMessageInfo
  172. type Notice struct {
  173. Notice string `protobuf:"bytes,1,opt,name=Notice,proto3" json:"notice"`
  174. IsForbid int64 `protobuf:"varint,2,opt,name=IsForbid,proto3" json:"is_forbid"`
  175. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  176. XXX_unrecognized []byte `json:"-"`
  177. XXX_sizecache int32 `json:"-"`
  178. }
  179. func (m *Notice) Reset() { *m = Notice{} }
  180. func (m *Notice) String() string { return proto.CompactTextString(m) }
  181. func (*Notice) ProtoMessage() {}
  182. func (*Notice) Descriptor() ([]byte, []int) {
  183. return fileDescriptor_proto_bb83dde5bdf5b6ae, []int{4}
  184. }
  185. func (m *Notice) XXX_Unmarshal(b []byte) error {
  186. return m.Unmarshal(b)
  187. }
  188. func (m *Notice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  189. if deterministic {
  190. return xxx_messageInfo_Notice.Marshal(b, m, deterministic)
  191. } else {
  192. b = b[:cap(b)]
  193. n, err := m.MarshalTo(b)
  194. if err != nil {
  195. return nil, err
  196. }
  197. return b[:n], nil
  198. }
  199. }
  200. func (dst *Notice) XXX_Merge(src proto.Message) {
  201. xxx_messageInfo_Notice.Merge(dst, src)
  202. }
  203. func (m *Notice) XXX_Size() int {
  204. return m.Size()
  205. }
  206. func (m *Notice) XXX_DiscardUnknown() {
  207. xxx_messageInfo_Notice.DiscardUnknown(m)
  208. }
  209. var xxx_messageInfo_Notice proto.InternalMessageInfo
  210. func init() {
  211. proto.RegisterType((*AidReason)(nil), "AidReason")
  212. proto.RegisterType((*AidReasons)(nil), "AidReasons")
  213. proto.RegisterType((*ThemeDetail)(nil), "ThemeDetail")
  214. proto.RegisterType((*ThemeDetails)(nil), "ThemeDetails")
  215. proto.RegisterType((*Notice)(nil), "Notice")
  216. }
  217. func (m *AidReason) Marshal() (dAtA []byte, err error) {
  218. size := m.Size()
  219. dAtA = make([]byte, size)
  220. n, err := m.MarshalTo(dAtA)
  221. if err != nil {
  222. return nil, err
  223. }
  224. return dAtA[:n], nil
  225. }
  226. func (m *AidReason) MarshalTo(dAtA []byte) (int, error) {
  227. var i int
  228. _ = i
  229. var l int
  230. _ = l
  231. if m.Aid != 0 {
  232. dAtA[i] = 0x8
  233. i++
  234. i = encodeVarintProto(dAtA, i, uint64(m.Aid))
  235. }
  236. if len(m.Reason) > 0 {
  237. dAtA[i] = 0x12
  238. i++
  239. i = encodeVarintProto(dAtA, i, uint64(len(m.Reason)))
  240. i += copy(dAtA[i:], m.Reason)
  241. }
  242. if m.XXX_unrecognized != nil {
  243. i += copy(dAtA[i:], m.XXX_unrecognized)
  244. }
  245. return i, nil
  246. }
  247. func (m *AidReasons) Marshal() (dAtA []byte, err error) {
  248. size := m.Size()
  249. dAtA = make([]byte, size)
  250. n, err := m.MarshalTo(dAtA)
  251. if err != nil {
  252. return nil, err
  253. }
  254. return dAtA[:n], nil
  255. }
  256. func (m *AidReasons) MarshalTo(dAtA []byte) (int, error) {
  257. var i int
  258. _ = i
  259. var l int
  260. _ = l
  261. if len(m.List) > 0 {
  262. for _, msg := range m.List {
  263. dAtA[i] = 0xa
  264. i++
  265. i = encodeVarintProto(dAtA, i, uint64(msg.Size()))
  266. n, err := msg.MarshalTo(dAtA[i:])
  267. if err != nil {
  268. return 0, err
  269. }
  270. i += n
  271. }
  272. }
  273. if m.XXX_unrecognized != nil {
  274. i += copy(dAtA[i:], m.XXX_unrecognized)
  275. }
  276. return i, nil
  277. }
  278. func (m *ThemeDetail) Marshal() (dAtA []byte, err error) {
  279. size := m.Size()
  280. dAtA = make([]byte, size)
  281. n, err := m.MarshalTo(dAtA)
  282. if err != nil {
  283. return nil, err
  284. }
  285. return dAtA[:n], nil
  286. }
  287. func (m *ThemeDetail) MarshalTo(dAtA []byte) (int, error) {
  288. var i int
  289. _ = i
  290. var l int
  291. _ = l
  292. if m.ID != 0 {
  293. dAtA[i] = 0x8
  294. i++
  295. i = encodeVarintProto(dAtA, i, uint64(m.ID))
  296. }
  297. if len(m.Name) > 0 {
  298. dAtA[i] = 0x12
  299. i++
  300. i = encodeVarintProto(dAtA, i, uint64(len(m.Name)))
  301. i += copy(dAtA[i:], m.Name)
  302. }
  303. if len(m.Icon) > 0 {
  304. dAtA[i] = 0x1a
  305. i++
  306. i = encodeVarintProto(dAtA, i, uint64(len(m.Icon)))
  307. i += copy(dAtA[i:], m.Icon)
  308. }
  309. if len(m.TopPhoto) > 0 {
  310. dAtA[i] = 0x22
  311. i++
  312. i = encodeVarintProto(dAtA, i, uint64(len(m.TopPhoto)))
  313. i += copy(dAtA[i:], m.TopPhoto)
  314. }
  315. if len(m.BgImg) > 0 {
  316. dAtA[i] = 0x2a
  317. i++
  318. i = encodeVarintProto(dAtA, i, uint64(len(m.BgImg)))
  319. i += copy(dAtA[i:], m.BgImg)
  320. }
  321. if m.IsActivated != 0 {
  322. dAtA[i] = 0x30
  323. i++
  324. i = encodeVarintProto(dAtA, i, uint64(m.IsActivated))
  325. }
  326. if m.XXX_unrecognized != nil {
  327. i += copy(dAtA[i:], m.XXX_unrecognized)
  328. }
  329. return i, nil
  330. }
  331. func (m *ThemeDetails) Marshal() (dAtA []byte, err error) {
  332. size := m.Size()
  333. dAtA = make([]byte, size)
  334. n, err := m.MarshalTo(dAtA)
  335. if err != nil {
  336. return nil, err
  337. }
  338. return dAtA[:n], nil
  339. }
  340. func (m *ThemeDetails) MarshalTo(dAtA []byte) (int, error) {
  341. var i int
  342. _ = i
  343. var l int
  344. _ = l
  345. if len(m.List) > 0 {
  346. for _, msg := range m.List {
  347. dAtA[i] = 0xa
  348. i++
  349. i = encodeVarintProto(dAtA, i, uint64(msg.Size()))
  350. n, err := msg.MarshalTo(dAtA[i:])
  351. if err != nil {
  352. return 0, err
  353. }
  354. i += n
  355. }
  356. }
  357. if m.XXX_unrecognized != nil {
  358. i += copy(dAtA[i:], m.XXX_unrecognized)
  359. }
  360. return i, nil
  361. }
  362. func (m *Notice) Marshal() (dAtA []byte, err error) {
  363. size := m.Size()
  364. dAtA = make([]byte, size)
  365. n, err := m.MarshalTo(dAtA)
  366. if err != nil {
  367. return nil, err
  368. }
  369. return dAtA[:n], nil
  370. }
  371. func (m *Notice) MarshalTo(dAtA []byte) (int, error) {
  372. var i int
  373. _ = i
  374. var l int
  375. _ = l
  376. if len(m.Notice) > 0 {
  377. dAtA[i] = 0xa
  378. i++
  379. i = encodeVarintProto(dAtA, i, uint64(len(m.Notice)))
  380. i += copy(dAtA[i:], m.Notice)
  381. }
  382. if m.IsForbid != 0 {
  383. dAtA[i] = 0x10
  384. i++
  385. i = encodeVarintProto(dAtA, i, uint64(m.IsForbid))
  386. }
  387. if m.XXX_unrecognized != nil {
  388. i += copy(dAtA[i:], m.XXX_unrecognized)
  389. }
  390. return i, nil
  391. }
  392. func encodeVarintProto(dAtA []byte, offset int, v uint64) int {
  393. for v >= 1<<7 {
  394. dAtA[offset] = uint8(v&0x7f | 0x80)
  395. v >>= 7
  396. offset++
  397. }
  398. dAtA[offset] = uint8(v)
  399. return offset + 1
  400. }
  401. func (m *AidReason) Size() (n int) {
  402. if m == nil {
  403. return 0
  404. }
  405. var l int
  406. _ = l
  407. if m.Aid != 0 {
  408. n += 1 + sovProto(uint64(m.Aid))
  409. }
  410. l = len(m.Reason)
  411. if l > 0 {
  412. n += 1 + l + sovProto(uint64(l))
  413. }
  414. if m.XXX_unrecognized != nil {
  415. n += len(m.XXX_unrecognized)
  416. }
  417. return n
  418. }
  419. func (m *AidReasons) Size() (n int) {
  420. if m == nil {
  421. return 0
  422. }
  423. var l int
  424. _ = l
  425. if len(m.List) > 0 {
  426. for _, e := range m.List {
  427. l = e.Size()
  428. n += 1 + l + sovProto(uint64(l))
  429. }
  430. }
  431. if m.XXX_unrecognized != nil {
  432. n += len(m.XXX_unrecognized)
  433. }
  434. return n
  435. }
  436. func (m *ThemeDetail) Size() (n int) {
  437. if m == nil {
  438. return 0
  439. }
  440. var l int
  441. _ = l
  442. if m.ID != 0 {
  443. n += 1 + sovProto(uint64(m.ID))
  444. }
  445. l = len(m.Name)
  446. if l > 0 {
  447. n += 1 + l + sovProto(uint64(l))
  448. }
  449. l = len(m.Icon)
  450. if l > 0 {
  451. n += 1 + l + sovProto(uint64(l))
  452. }
  453. l = len(m.TopPhoto)
  454. if l > 0 {
  455. n += 1 + l + sovProto(uint64(l))
  456. }
  457. l = len(m.BgImg)
  458. if l > 0 {
  459. n += 1 + l + sovProto(uint64(l))
  460. }
  461. if m.IsActivated != 0 {
  462. n += 1 + sovProto(uint64(m.IsActivated))
  463. }
  464. if m.XXX_unrecognized != nil {
  465. n += len(m.XXX_unrecognized)
  466. }
  467. return n
  468. }
  469. func (m *ThemeDetails) Size() (n int) {
  470. if m == nil {
  471. return 0
  472. }
  473. var l int
  474. _ = l
  475. if len(m.List) > 0 {
  476. for _, e := range m.List {
  477. l = e.Size()
  478. n += 1 + l + sovProto(uint64(l))
  479. }
  480. }
  481. if m.XXX_unrecognized != nil {
  482. n += len(m.XXX_unrecognized)
  483. }
  484. return n
  485. }
  486. func (m *Notice) Size() (n int) {
  487. if m == nil {
  488. return 0
  489. }
  490. var l int
  491. _ = l
  492. l = len(m.Notice)
  493. if l > 0 {
  494. n += 1 + l + sovProto(uint64(l))
  495. }
  496. if m.IsForbid != 0 {
  497. n += 1 + sovProto(uint64(m.IsForbid))
  498. }
  499. if m.XXX_unrecognized != nil {
  500. n += len(m.XXX_unrecognized)
  501. }
  502. return n
  503. }
  504. func sovProto(x uint64) (n int) {
  505. for {
  506. n++
  507. x >>= 7
  508. if x == 0 {
  509. break
  510. }
  511. }
  512. return n
  513. }
  514. func sozProto(x uint64) (n int) {
  515. return sovProto(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  516. }
  517. func (m *AidReason) Unmarshal(dAtA []byte) error {
  518. l := len(dAtA)
  519. iNdEx := 0
  520. for iNdEx < l {
  521. preIndex := iNdEx
  522. var wire uint64
  523. for shift := uint(0); ; shift += 7 {
  524. if shift >= 64 {
  525. return ErrIntOverflowProto
  526. }
  527. if iNdEx >= l {
  528. return io.ErrUnexpectedEOF
  529. }
  530. b := dAtA[iNdEx]
  531. iNdEx++
  532. wire |= (uint64(b) & 0x7F) << shift
  533. if b < 0x80 {
  534. break
  535. }
  536. }
  537. fieldNum := int32(wire >> 3)
  538. wireType := int(wire & 0x7)
  539. if wireType == 4 {
  540. return fmt.Errorf("proto: AidReason: wiretype end group for non-group")
  541. }
  542. if fieldNum <= 0 {
  543. return fmt.Errorf("proto: AidReason: illegal tag %d (wire type %d)", fieldNum, wire)
  544. }
  545. switch fieldNum {
  546. case 1:
  547. if wireType != 0 {
  548. return fmt.Errorf("proto: wrong wireType = %d for field Aid", wireType)
  549. }
  550. m.Aid = 0
  551. for shift := uint(0); ; shift += 7 {
  552. if shift >= 64 {
  553. return ErrIntOverflowProto
  554. }
  555. if iNdEx >= l {
  556. return io.ErrUnexpectedEOF
  557. }
  558. b := dAtA[iNdEx]
  559. iNdEx++
  560. m.Aid |= (int64(b) & 0x7F) << shift
  561. if b < 0x80 {
  562. break
  563. }
  564. }
  565. case 2:
  566. if wireType != 2 {
  567. return fmt.Errorf("proto: wrong wireType = %d for field Reason", wireType)
  568. }
  569. var stringLen uint64
  570. for shift := uint(0); ; shift += 7 {
  571. if shift >= 64 {
  572. return ErrIntOverflowProto
  573. }
  574. if iNdEx >= l {
  575. return io.ErrUnexpectedEOF
  576. }
  577. b := dAtA[iNdEx]
  578. iNdEx++
  579. stringLen |= (uint64(b) & 0x7F) << shift
  580. if b < 0x80 {
  581. break
  582. }
  583. }
  584. intStringLen := int(stringLen)
  585. if intStringLen < 0 {
  586. return ErrInvalidLengthProto
  587. }
  588. postIndex := iNdEx + intStringLen
  589. if postIndex > l {
  590. return io.ErrUnexpectedEOF
  591. }
  592. m.Reason = string(dAtA[iNdEx:postIndex])
  593. iNdEx = postIndex
  594. default:
  595. iNdEx = preIndex
  596. skippy, err := skipProto(dAtA[iNdEx:])
  597. if err != nil {
  598. return err
  599. }
  600. if skippy < 0 {
  601. return ErrInvalidLengthProto
  602. }
  603. if (iNdEx + skippy) > l {
  604. return io.ErrUnexpectedEOF
  605. }
  606. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  607. iNdEx += skippy
  608. }
  609. }
  610. if iNdEx > l {
  611. return io.ErrUnexpectedEOF
  612. }
  613. return nil
  614. }
  615. func (m *AidReasons) Unmarshal(dAtA []byte) error {
  616. l := len(dAtA)
  617. iNdEx := 0
  618. for iNdEx < l {
  619. preIndex := iNdEx
  620. var wire uint64
  621. for shift := uint(0); ; shift += 7 {
  622. if shift >= 64 {
  623. return ErrIntOverflowProto
  624. }
  625. if iNdEx >= l {
  626. return io.ErrUnexpectedEOF
  627. }
  628. b := dAtA[iNdEx]
  629. iNdEx++
  630. wire |= (uint64(b) & 0x7F) << shift
  631. if b < 0x80 {
  632. break
  633. }
  634. }
  635. fieldNum := int32(wire >> 3)
  636. wireType := int(wire & 0x7)
  637. if wireType == 4 {
  638. return fmt.Errorf("proto: AidReasons: wiretype end group for non-group")
  639. }
  640. if fieldNum <= 0 {
  641. return fmt.Errorf("proto: AidReasons: illegal tag %d (wire type %d)", fieldNum, wire)
  642. }
  643. switch fieldNum {
  644. case 1:
  645. if wireType != 2 {
  646. return fmt.Errorf("proto: wrong wireType = %d for field List", wireType)
  647. }
  648. var msglen int
  649. for shift := uint(0); ; shift += 7 {
  650. if shift >= 64 {
  651. return ErrIntOverflowProto
  652. }
  653. if iNdEx >= l {
  654. return io.ErrUnexpectedEOF
  655. }
  656. b := dAtA[iNdEx]
  657. iNdEx++
  658. msglen |= (int(b) & 0x7F) << shift
  659. if b < 0x80 {
  660. break
  661. }
  662. }
  663. if msglen < 0 {
  664. return ErrInvalidLengthProto
  665. }
  666. postIndex := iNdEx + msglen
  667. if postIndex > l {
  668. return io.ErrUnexpectedEOF
  669. }
  670. m.List = append(m.List, &AidReason{})
  671. if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  672. return err
  673. }
  674. iNdEx = postIndex
  675. default:
  676. iNdEx = preIndex
  677. skippy, err := skipProto(dAtA[iNdEx:])
  678. if err != nil {
  679. return err
  680. }
  681. if skippy < 0 {
  682. return ErrInvalidLengthProto
  683. }
  684. if (iNdEx + skippy) > l {
  685. return io.ErrUnexpectedEOF
  686. }
  687. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  688. iNdEx += skippy
  689. }
  690. }
  691. if iNdEx > l {
  692. return io.ErrUnexpectedEOF
  693. }
  694. return nil
  695. }
  696. func (m *ThemeDetail) Unmarshal(dAtA []byte) error {
  697. l := len(dAtA)
  698. iNdEx := 0
  699. for iNdEx < l {
  700. preIndex := iNdEx
  701. var wire uint64
  702. for shift := uint(0); ; shift += 7 {
  703. if shift >= 64 {
  704. return ErrIntOverflowProto
  705. }
  706. if iNdEx >= l {
  707. return io.ErrUnexpectedEOF
  708. }
  709. b := dAtA[iNdEx]
  710. iNdEx++
  711. wire |= (uint64(b) & 0x7F) << shift
  712. if b < 0x80 {
  713. break
  714. }
  715. }
  716. fieldNum := int32(wire >> 3)
  717. wireType := int(wire & 0x7)
  718. if wireType == 4 {
  719. return fmt.Errorf("proto: ThemeDetail: wiretype end group for non-group")
  720. }
  721. if fieldNum <= 0 {
  722. return fmt.Errorf("proto: ThemeDetail: illegal tag %d (wire type %d)", fieldNum, wire)
  723. }
  724. switch fieldNum {
  725. case 1:
  726. if wireType != 0 {
  727. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  728. }
  729. m.ID = 0
  730. for shift := uint(0); ; shift += 7 {
  731. if shift >= 64 {
  732. return ErrIntOverflowProto
  733. }
  734. if iNdEx >= l {
  735. return io.ErrUnexpectedEOF
  736. }
  737. b := dAtA[iNdEx]
  738. iNdEx++
  739. m.ID |= (int64(b) & 0x7F) << shift
  740. if b < 0x80 {
  741. break
  742. }
  743. }
  744. case 2:
  745. if wireType != 2 {
  746. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  747. }
  748. var stringLen uint64
  749. for shift := uint(0); ; shift += 7 {
  750. if shift >= 64 {
  751. return ErrIntOverflowProto
  752. }
  753. if iNdEx >= l {
  754. return io.ErrUnexpectedEOF
  755. }
  756. b := dAtA[iNdEx]
  757. iNdEx++
  758. stringLen |= (uint64(b) & 0x7F) << shift
  759. if b < 0x80 {
  760. break
  761. }
  762. }
  763. intStringLen := int(stringLen)
  764. if intStringLen < 0 {
  765. return ErrInvalidLengthProto
  766. }
  767. postIndex := iNdEx + intStringLen
  768. if postIndex > l {
  769. return io.ErrUnexpectedEOF
  770. }
  771. m.Name = string(dAtA[iNdEx:postIndex])
  772. iNdEx = postIndex
  773. case 3:
  774. if wireType != 2 {
  775. return fmt.Errorf("proto: wrong wireType = %d for field Icon", wireType)
  776. }
  777. var stringLen uint64
  778. for shift := uint(0); ; shift += 7 {
  779. if shift >= 64 {
  780. return ErrIntOverflowProto
  781. }
  782. if iNdEx >= l {
  783. return io.ErrUnexpectedEOF
  784. }
  785. b := dAtA[iNdEx]
  786. iNdEx++
  787. stringLen |= (uint64(b) & 0x7F) << shift
  788. if b < 0x80 {
  789. break
  790. }
  791. }
  792. intStringLen := int(stringLen)
  793. if intStringLen < 0 {
  794. return ErrInvalidLengthProto
  795. }
  796. postIndex := iNdEx + intStringLen
  797. if postIndex > l {
  798. return io.ErrUnexpectedEOF
  799. }
  800. m.Icon = string(dAtA[iNdEx:postIndex])
  801. iNdEx = postIndex
  802. case 4:
  803. if wireType != 2 {
  804. return fmt.Errorf("proto: wrong wireType = %d for field TopPhoto", wireType)
  805. }
  806. var stringLen uint64
  807. for shift := uint(0); ; shift += 7 {
  808. if shift >= 64 {
  809. return ErrIntOverflowProto
  810. }
  811. if iNdEx >= l {
  812. return io.ErrUnexpectedEOF
  813. }
  814. b := dAtA[iNdEx]
  815. iNdEx++
  816. stringLen |= (uint64(b) & 0x7F) << shift
  817. if b < 0x80 {
  818. break
  819. }
  820. }
  821. intStringLen := int(stringLen)
  822. if intStringLen < 0 {
  823. return ErrInvalidLengthProto
  824. }
  825. postIndex := iNdEx + intStringLen
  826. if postIndex > l {
  827. return io.ErrUnexpectedEOF
  828. }
  829. m.TopPhoto = string(dAtA[iNdEx:postIndex])
  830. iNdEx = postIndex
  831. case 5:
  832. if wireType != 2 {
  833. return fmt.Errorf("proto: wrong wireType = %d for field BgImg", wireType)
  834. }
  835. var stringLen uint64
  836. for shift := uint(0); ; shift += 7 {
  837. if shift >= 64 {
  838. return ErrIntOverflowProto
  839. }
  840. if iNdEx >= l {
  841. return io.ErrUnexpectedEOF
  842. }
  843. b := dAtA[iNdEx]
  844. iNdEx++
  845. stringLen |= (uint64(b) & 0x7F) << shift
  846. if b < 0x80 {
  847. break
  848. }
  849. }
  850. intStringLen := int(stringLen)
  851. if intStringLen < 0 {
  852. return ErrInvalidLengthProto
  853. }
  854. postIndex := iNdEx + intStringLen
  855. if postIndex > l {
  856. return io.ErrUnexpectedEOF
  857. }
  858. m.BgImg = string(dAtA[iNdEx:postIndex])
  859. iNdEx = postIndex
  860. case 6:
  861. if wireType != 0 {
  862. return fmt.Errorf("proto: wrong wireType = %d for field IsActivated", wireType)
  863. }
  864. m.IsActivated = 0
  865. for shift := uint(0); ; shift += 7 {
  866. if shift >= 64 {
  867. return ErrIntOverflowProto
  868. }
  869. if iNdEx >= l {
  870. return io.ErrUnexpectedEOF
  871. }
  872. b := dAtA[iNdEx]
  873. iNdEx++
  874. m.IsActivated |= (int64(b) & 0x7F) << shift
  875. if b < 0x80 {
  876. break
  877. }
  878. }
  879. default:
  880. iNdEx = preIndex
  881. skippy, err := skipProto(dAtA[iNdEx:])
  882. if err != nil {
  883. return err
  884. }
  885. if skippy < 0 {
  886. return ErrInvalidLengthProto
  887. }
  888. if (iNdEx + skippy) > l {
  889. return io.ErrUnexpectedEOF
  890. }
  891. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  892. iNdEx += skippy
  893. }
  894. }
  895. if iNdEx > l {
  896. return io.ErrUnexpectedEOF
  897. }
  898. return nil
  899. }
  900. func (m *ThemeDetails) Unmarshal(dAtA []byte) error {
  901. l := len(dAtA)
  902. iNdEx := 0
  903. for iNdEx < l {
  904. preIndex := iNdEx
  905. var wire uint64
  906. for shift := uint(0); ; shift += 7 {
  907. if shift >= 64 {
  908. return ErrIntOverflowProto
  909. }
  910. if iNdEx >= l {
  911. return io.ErrUnexpectedEOF
  912. }
  913. b := dAtA[iNdEx]
  914. iNdEx++
  915. wire |= (uint64(b) & 0x7F) << shift
  916. if b < 0x80 {
  917. break
  918. }
  919. }
  920. fieldNum := int32(wire >> 3)
  921. wireType := int(wire & 0x7)
  922. if wireType == 4 {
  923. return fmt.Errorf("proto: ThemeDetails: wiretype end group for non-group")
  924. }
  925. if fieldNum <= 0 {
  926. return fmt.Errorf("proto: ThemeDetails: illegal tag %d (wire type %d)", fieldNum, wire)
  927. }
  928. switch fieldNum {
  929. case 1:
  930. if wireType != 2 {
  931. return fmt.Errorf("proto: wrong wireType = %d for field List", wireType)
  932. }
  933. var msglen int
  934. for shift := uint(0); ; shift += 7 {
  935. if shift >= 64 {
  936. return ErrIntOverflowProto
  937. }
  938. if iNdEx >= l {
  939. return io.ErrUnexpectedEOF
  940. }
  941. b := dAtA[iNdEx]
  942. iNdEx++
  943. msglen |= (int(b) & 0x7F) << shift
  944. if b < 0x80 {
  945. break
  946. }
  947. }
  948. if msglen < 0 {
  949. return ErrInvalidLengthProto
  950. }
  951. postIndex := iNdEx + msglen
  952. if postIndex > l {
  953. return io.ErrUnexpectedEOF
  954. }
  955. m.List = append(m.List, &ThemeDetail{})
  956. if err := m.List[len(m.List)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  957. return err
  958. }
  959. iNdEx = postIndex
  960. default:
  961. iNdEx = preIndex
  962. skippy, err := skipProto(dAtA[iNdEx:])
  963. if err != nil {
  964. return err
  965. }
  966. if skippy < 0 {
  967. return ErrInvalidLengthProto
  968. }
  969. if (iNdEx + skippy) > l {
  970. return io.ErrUnexpectedEOF
  971. }
  972. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  973. iNdEx += skippy
  974. }
  975. }
  976. if iNdEx > l {
  977. return io.ErrUnexpectedEOF
  978. }
  979. return nil
  980. }
  981. func (m *Notice) Unmarshal(dAtA []byte) error {
  982. l := len(dAtA)
  983. iNdEx := 0
  984. for iNdEx < l {
  985. preIndex := iNdEx
  986. var wire uint64
  987. for shift := uint(0); ; shift += 7 {
  988. if shift >= 64 {
  989. return ErrIntOverflowProto
  990. }
  991. if iNdEx >= l {
  992. return io.ErrUnexpectedEOF
  993. }
  994. b := dAtA[iNdEx]
  995. iNdEx++
  996. wire |= (uint64(b) & 0x7F) << shift
  997. if b < 0x80 {
  998. break
  999. }
  1000. }
  1001. fieldNum := int32(wire >> 3)
  1002. wireType := int(wire & 0x7)
  1003. if wireType == 4 {
  1004. return fmt.Errorf("proto: Notice: wiretype end group for non-group")
  1005. }
  1006. if fieldNum <= 0 {
  1007. return fmt.Errorf("proto: Notice: illegal tag %d (wire type %d)", fieldNum, wire)
  1008. }
  1009. switch fieldNum {
  1010. case 1:
  1011. if wireType != 2 {
  1012. return fmt.Errorf("proto: wrong wireType = %d for field Notice", wireType)
  1013. }
  1014. var stringLen uint64
  1015. for shift := uint(0); ; shift += 7 {
  1016. if shift >= 64 {
  1017. return ErrIntOverflowProto
  1018. }
  1019. if iNdEx >= l {
  1020. return io.ErrUnexpectedEOF
  1021. }
  1022. b := dAtA[iNdEx]
  1023. iNdEx++
  1024. stringLen |= (uint64(b) & 0x7F) << shift
  1025. if b < 0x80 {
  1026. break
  1027. }
  1028. }
  1029. intStringLen := int(stringLen)
  1030. if intStringLen < 0 {
  1031. return ErrInvalidLengthProto
  1032. }
  1033. postIndex := iNdEx + intStringLen
  1034. if postIndex > l {
  1035. return io.ErrUnexpectedEOF
  1036. }
  1037. m.Notice = string(dAtA[iNdEx:postIndex])
  1038. iNdEx = postIndex
  1039. case 2:
  1040. if wireType != 0 {
  1041. return fmt.Errorf("proto: wrong wireType = %d for field IsForbid", wireType)
  1042. }
  1043. m.IsForbid = 0
  1044. for shift := uint(0); ; shift += 7 {
  1045. if shift >= 64 {
  1046. return ErrIntOverflowProto
  1047. }
  1048. if iNdEx >= l {
  1049. return io.ErrUnexpectedEOF
  1050. }
  1051. b := dAtA[iNdEx]
  1052. iNdEx++
  1053. m.IsForbid |= (int64(b) & 0x7F) << shift
  1054. if b < 0x80 {
  1055. break
  1056. }
  1057. }
  1058. default:
  1059. iNdEx = preIndex
  1060. skippy, err := skipProto(dAtA[iNdEx:])
  1061. if err != nil {
  1062. return err
  1063. }
  1064. if skippy < 0 {
  1065. return ErrInvalidLengthProto
  1066. }
  1067. if (iNdEx + skippy) > l {
  1068. return io.ErrUnexpectedEOF
  1069. }
  1070. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  1071. iNdEx += skippy
  1072. }
  1073. }
  1074. if iNdEx > l {
  1075. return io.ErrUnexpectedEOF
  1076. }
  1077. return nil
  1078. }
  1079. func skipProto(dAtA []byte) (n int, err error) {
  1080. l := len(dAtA)
  1081. iNdEx := 0
  1082. for iNdEx < l {
  1083. var wire uint64
  1084. for shift := uint(0); ; shift += 7 {
  1085. if shift >= 64 {
  1086. return 0, ErrIntOverflowProto
  1087. }
  1088. if iNdEx >= l {
  1089. return 0, io.ErrUnexpectedEOF
  1090. }
  1091. b := dAtA[iNdEx]
  1092. iNdEx++
  1093. wire |= (uint64(b) & 0x7F) << shift
  1094. if b < 0x80 {
  1095. break
  1096. }
  1097. }
  1098. wireType := int(wire & 0x7)
  1099. switch wireType {
  1100. case 0:
  1101. for shift := uint(0); ; shift += 7 {
  1102. if shift >= 64 {
  1103. return 0, ErrIntOverflowProto
  1104. }
  1105. if iNdEx >= l {
  1106. return 0, io.ErrUnexpectedEOF
  1107. }
  1108. iNdEx++
  1109. if dAtA[iNdEx-1] < 0x80 {
  1110. break
  1111. }
  1112. }
  1113. return iNdEx, nil
  1114. case 1:
  1115. iNdEx += 8
  1116. return iNdEx, nil
  1117. case 2:
  1118. var length int
  1119. for shift := uint(0); ; shift += 7 {
  1120. if shift >= 64 {
  1121. return 0, ErrIntOverflowProto
  1122. }
  1123. if iNdEx >= l {
  1124. return 0, io.ErrUnexpectedEOF
  1125. }
  1126. b := dAtA[iNdEx]
  1127. iNdEx++
  1128. length |= (int(b) & 0x7F) << shift
  1129. if b < 0x80 {
  1130. break
  1131. }
  1132. }
  1133. iNdEx += length
  1134. if length < 0 {
  1135. return 0, ErrInvalidLengthProto
  1136. }
  1137. return iNdEx, nil
  1138. case 3:
  1139. for {
  1140. var innerWire uint64
  1141. var start int = iNdEx
  1142. for shift := uint(0); ; shift += 7 {
  1143. if shift >= 64 {
  1144. return 0, ErrIntOverflowProto
  1145. }
  1146. if iNdEx >= l {
  1147. return 0, io.ErrUnexpectedEOF
  1148. }
  1149. b := dAtA[iNdEx]
  1150. iNdEx++
  1151. innerWire |= (uint64(b) & 0x7F) << shift
  1152. if b < 0x80 {
  1153. break
  1154. }
  1155. }
  1156. innerWireType := int(innerWire & 0x7)
  1157. if innerWireType == 4 {
  1158. break
  1159. }
  1160. next, err := skipProto(dAtA[start:])
  1161. if err != nil {
  1162. return 0, err
  1163. }
  1164. iNdEx = start + next
  1165. }
  1166. return iNdEx, nil
  1167. case 4:
  1168. return iNdEx, nil
  1169. case 5:
  1170. iNdEx += 4
  1171. return iNdEx, nil
  1172. default:
  1173. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1174. }
  1175. }
  1176. panic("unreachable")
  1177. }
  1178. var (
  1179. ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling")
  1180. ErrIntOverflowProto = fmt.Errorf("proto: integer overflow")
  1181. )
  1182. func init() { proto.RegisterFile("proto.proto", fileDescriptor_proto_bb83dde5bdf5b6ae) }
  1183. var fileDescriptor_proto_bb83dde5bdf5b6ae = []byte{
  1184. // 396 bytes of a gzipped FileDescriptorProto
  1185. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x92, 0xdf, 0x8a, 0x9b, 0x40,
  1186. 0x14, 0xc6, 0x33, 0x6a, 0x6c, 0x72, 0x4c, 0xa1, 0xcc, 0x45, 0xb1, 0xa5, 0xa8, 0x78, 0x95, 0x85,
  1187. 0xd6, 0x2d, 0xdb, 0x27, 0x88, 0x84, 0x82, 0xa5, 0x2c, 0x65, 0x58, 0x28, 0xf4, 0x46, 0xfc, 0x33,
  1188. 0x6b, 0x06, 0x56, 0x47, 0x32, 0xb3, 0x7d, 0x96, 0x3e, 0x52, 0x2e, 0xf3, 0x04, 0xd2, 0xd8, 0x3b,
  1189. 0x9f, 0xa2, 0x38, 0x1a, 0x93, 0xbd, 0x91, 0x73, 0x7e, 0xdf, 0x87, 0xe7, 0x9c, 0x8f, 0x01, 0xab,
  1190. 0xde, 0x73, 0xc9, 0x03, 0xf5, 0x7d, 0xff, 0xa9, 0x60, 0x72, 0xf7, 0x9c, 0x06, 0x19, 0x2f, 0x6f,
  1191. 0x0b, 0x5e, 0xf0, 0x5b, 0x85, 0xd3, 0xe7, 0x47, 0xd5, 0xa9, 0x46, 0x55, 0x83, 0xdd, 0xff, 0x06,
  1192. 0xcb, 0x0d, 0xcb, 0x09, 0x4d, 0x04, 0xaf, 0xf0, 0x3b, 0xd0, 0x37, 0x2c, 0xb7, 0x91, 0x87, 0xd6,
  1193. 0x7a, 0xf8, 0xaa, 0x6b, 0x5c, 0x3d, 0x61, 0x39, 0xe9, 0x19, 0xf6, 0xc1, 0x1c, 0x4c, 0xb6, 0xe6,
  1194. 0xa1, 0xf5, 0x32, 0x84, 0xae, 0x71, 0xcd, 0xbd, 0x22, 0x64, 0x54, 0xfc, 0x8f, 0x00, 0xd3, 0xbf,
  1195. 0x04, 0x76, 0xc0, 0xf8, 0xce, 0x84, 0xb4, 0x91, 0xa7, 0xaf, 0xad, 0x3b, 0x08, 0x26, 0x89, 0x28,
  1196. 0xee, 0xb7, 0x08, 0xac, 0x87, 0x1d, 0x2d, 0xe9, 0x96, 0xca, 0x84, 0x3d, 0xe1, 0xb7, 0xa0, 0x45,
  1197. 0xdb, 0x71, 0xb6, 0xd9, 0x35, 0xae, 0xc6, 0x72, 0xa2, 0x45, 0x5b, 0xfc, 0x01, 0x8c, 0xfb, 0xa4,
  1198. 0xa4, 0xe3, 0xdc, 0x45, 0xd7, 0xb8, 0x46, 0x95, 0x94, 0x94, 0x28, 0xda, 0xab, 0x51, 0xc6, 0x2b,
  1199. 0x5b, 0xbf, 0xa8, 0x2c, 0xeb, 0x67, 0xf4, 0x14, 0xdf, 0xc0, 0xe2, 0x81, 0xd7, 0x3f, 0x76, 0x5c,
  1200. 0x72, 0xdb, 0x50, 0x8e, 0xd7, 0x5d, 0xe3, 0x2e, 0x25, 0xaf, 0xe3, 0xba, 0x87, 0x64, 0x92, 0xb1,
  1201. 0x07, 0xf3, 0xb0, 0x88, 0xca, 0xc2, 0x9e, 0x5f, 0xee, 0x4b, 0x8b, 0x98, 0x95, 0x05, 0x19, 0x04,
  1202. 0x7c, 0x07, 0x56, 0x24, 0x36, 0x99, 0x64, 0xbf, 0x13, 0x49, 0x73, 0xdb, 0x54, 0x9b, 0xbe, 0xe9,
  1203. 0x1a, 0x77, 0xc5, 0x44, 0x9c, 0x9c, 0x39, 0xb9, 0x36, 0xf9, 0x9f, 0x61, 0x75, 0x75, 0xa3, 0xc0,
  1204. 0xde, 0x8b, 0x50, 0x56, 0xc1, 0x95, 0x38, 0xc6, 0xf2, 0x13, 0xcc, 0x7b, 0x2e, 0x59, 0x46, 0xfb,
  1205. 0xc8, 0x87, 0x4a, 0x85, 0x32, 0xae, 0x54, 0x29, 0x42, 0xce, 0x9e, 0x1b, 0x58, 0x44, 0xe2, 0x2b,
  1206. 0xdf, 0xa7, 0x2c, 0x57, 0x01, 0xe9, 0xc3, 0x81, 0x4c, 0xc4, 0x8f, 0x0a, 0x92, 0x49, 0x0e, 0xdd,
  1207. 0xc3, 0xc9, 0x99, 0x1d, 0x4f, 0xce, 0xec, 0xd0, 0x3a, 0xe8, 0xd8, 0x3a, 0xe8, 0x6f, 0xeb, 0xa0,
  1208. 0x3f, 0xff, 0x9c, 0xd9, 0xaf, 0x79, 0xc9, 0x73, 0xfa, 0x94, 0x9a, 0xea, 0x45, 0x7c, 0xf9, 0x1f,
  1209. 0x00, 0x00, 0xff, 0xff, 0xbd, 0x18, 0x9e, 0x06, 0x4f, 0x02, 0x00, 0x00,
  1210. }