announcement.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: announcement.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type AnnouncementAddRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
  22. Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
  23. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  24. XXX_unrecognized []byte `json:"-"`
  25. XXX_sizecache int32 `json:"-"`
  26. }
  27. func (m *AnnouncementAddRequest) Reset() { *m = AnnouncementAddRequest{} }
  28. func (m *AnnouncementAddRequest) String() string { return proto.CompactTextString(m) }
  29. func (*AnnouncementAddRequest) ProtoMessage() {}
  30. func (*AnnouncementAddRequest) Descriptor() ([]byte, []int) {
  31. return fileDescriptor_0080e911b962c5cf, []int{0}
  32. }
  33. func (m *AnnouncementAddRequest) XXX_Unmarshal(b []byte) error {
  34. return xxx_messageInfo_AnnouncementAddRequest.Unmarshal(m, b)
  35. }
  36. func (m *AnnouncementAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  37. return xxx_messageInfo_AnnouncementAddRequest.Marshal(b, m, deterministic)
  38. }
  39. func (m *AnnouncementAddRequest) XXX_Merge(src proto.Message) {
  40. xxx_messageInfo_AnnouncementAddRequest.Merge(m, src)
  41. }
  42. func (m *AnnouncementAddRequest) XXX_Size() int {
  43. return xxx_messageInfo_AnnouncementAddRequest.Size(m)
  44. }
  45. func (m *AnnouncementAddRequest) XXX_DiscardUnknown() {
  46. xxx_messageInfo_AnnouncementAddRequest.DiscardUnknown(m)
  47. }
  48. var xxx_messageInfo_AnnouncementAddRequest proto.InternalMessageInfo
  49. func (m *AnnouncementAddRequest) GetGardenId() int64 {
  50. if m != nil {
  51. return m.GardenId
  52. }
  53. return 0
  54. }
  55. func (m *AnnouncementAddRequest) GetTitle() string {
  56. if m != nil {
  57. return m.Title
  58. }
  59. return ""
  60. }
  61. func (m *AnnouncementAddRequest) GetContent() string {
  62. if m != nil {
  63. return m.Content
  64. }
  65. return ""
  66. }
  67. type AnnouncementAddReply struct {
  68. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  69. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  70. XXX_unrecognized []byte `json:"-"`
  71. XXX_sizecache int32 `json:"-"`
  72. }
  73. func (m *AnnouncementAddReply) Reset() { *m = AnnouncementAddReply{} }
  74. func (m *AnnouncementAddReply) String() string { return proto.CompactTextString(m) }
  75. func (*AnnouncementAddReply) ProtoMessage() {}
  76. func (*AnnouncementAddReply) Descriptor() ([]byte, []int) {
  77. return fileDescriptor_0080e911b962c5cf, []int{1}
  78. }
  79. func (m *AnnouncementAddReply) XXX_Unmarshal(b []byte) error {
  80. return xxx_messageInfo_AnnouncementAddReply.Unmarshal(m, b)
  81. }
  82. func (m *AnnouncementAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  83. return xxx_messageInfo_AnnouncementAddReply.Marshal(b, m, deterministic)
  84. }
  85. func (m *AnnouncementAddReply) XXX_Merge(src proto.Message) {
  86. xxx_messageInfo_AnnouncementAddReply.Merge(m, src)
  87. }
  88. func (m *AnnouncementAddReply) XXX_Size() int {
  89. return xxx_messageInfo_AnnouncementAddReply.Size(m)
  90. }
  91. func (m *AnnouncementAddReply) XXX_DiscardUnknown() {
  92. xxx_messageInfo_AnnouncementAddReply.DiscardUnknown(m)
  93. }
  94. var xxx_messageInfo_AnnouncementAddReply proto.InternalMessageInfo
  95. func (m *AnnouncementAddReply) GetId() int64 {
  96. if m != nil {
  97. return m.Id
  98. }
  99. return 0
  100. }
  101. type AnnouncementUpdateRequest struct {
  102. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  103. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
  104. Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
  105. Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id"`
  106. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  107. XXX_unrecognized []byte `json:"-"`
  108. XXX_sizecache int32 `json:"-"`
  109. }
  110. func (m *AnnouncementUpdateRequest) Reset() { *m = AnnouncementUpdateRequest{} }
  111. func (m *AnnouncementUpdateRequest) String() string { return proto.CompactTextString(m) }
  112. func (*AnnouncementUpdateRequest) ProtoMessage() {}
  113. func (*AnnouncementUpdateRequest) Descriptor() ([]byte, []int) {
  114. return fileDescriptor_0080e911b962c5cf, []int{2}
  115. }
  116. func (m *AnnouncementUpdateRequest) XXX_Unmarshal(b []byte) error {
  117. return xxx_messageInfo_AnnouncementUpdateRequest.Unmarshal(m, b)
  118. }
  119. func (m *AnnouncementUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  120. return xxx_messageInfo_AnnouncementUpdateRequest.Marshal(b, m, deterministic)
  121. }
  122. func (m *AnnouncementUpdateRequest) XXX_Merge(src proto.Message) {
  123. xxx_messageInfo_AnnouncementUpdateRequest.Merge(m, src)
  124. }
  125. func (m *AnnouncementUpdateRequest) XXX_Size() int {
  126. return xxx_messageInfo_AnnouncementUpdateRequest.Size(m)
  127. }
  128. func (m *AnnouncementUpdateRequest) XXX_DiscardUnknown() {
  129. xxx_messageInfo_AnnouncementUpdateRequest.DiscardUnknown(m)
  130. }
  131. var xxx_messageInfo_AnnouncementUpdateRequest proto.InternalMessageInfo
  132. func (m *AnnouncementUpdateRequest) GetGardenId() int64 {
  133. if m != nil {
  134. return m.GardenId
  135. }
  136. return 0
  137. }
  138. func (m *AnnouncementUpdateRequest) GetTitle() string {
  139. if m != nil {
  140. return m.Title
  141. }
  142. return ""
  143. }
  144. func (m *AnnouncementUpdateRequest) GetContent() string {
  145. if m != nil {
  146. return m.Content
  147. }
  148. return ""
  149. }
  150. func (m *AnnouncementUpdateRequest) GetId() int64 {
  151. if m != nil {
  152. return m.Id
  153. }
  154. return 0
  155. }
  156. type AnnouncementUpdateReply struct {
  157. Origin *AnnouncementUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  158. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  159. XXX_unrecognized []byte `json:"-"`
  160. XXX_sizecache int32 `json:"-"`
  161. }
  162. func (m *AnnouncementUpdateReply) Reset() { *m = AnnouncementUpdateReply{} }
  163. func (m *AnnouncementUpdateReply) String() string { return proto.CompactTextString(m) }
  164. func (*AnnouncementUpdateReply) ProtoMessage() {}
  165. func (*AnnouncementUpdateReply) Descriptor() ([]byte, []int) {
  166. return fileDescriptor_0080e911b962c5cf, []int{3}
  167. }
  168. func (m *AnnouncementUpdateReply) XXX_Unmarshal(b []byte) error {
  169. return xxx_messageInfo_AnnouncementUpdateReply.Unmarshal(m, b)
  170. }
  171. func (m *AnnouncementUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  172. return xxx_messageInfo_AnnouncementUpdateReply.Marshal(b, m, deterministic)
  173. }
  174. func (m *AnnouncementUpdateReply) XXX_Merge(src proto.Message) {
  175. xxx_messageInfo_AnnouncementUpdateReply.Merge(m, src)
  176. }
  177. func (m *AnnouncementUpdateReply) XXX_Size() int {
  178. return xxx_messageInfo_AnnouncementUpdateReply.Size(m)
  179. }
  180. func (m *AnnouncementUpdateReply) XXX_DiscardUnknown() {
  181. xxx_messageInfo_AnnouncementUpdateReply.DiscardUnknown(m)
  182. }
  183. var xxx_messageInfo_AnnouncementUpdateReply proto.InternalMessageInfo
  184. func (m *AnnouncementUpdateReply) GetOrigin() *AnnouncementUpdateRequest {
  185. if m != nil {
  186. return m.Origin
  187. }
  188. return nil
  189. }
  190. type AnnouncementDelRequest struct {
  191. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  192. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  193. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  194. XXX_unrecognized []byte `json:"-"`
  195. XXX_sizecache int32 `json:"-"`
  196. }
  197. func (m *AnnouncementDelRequest) Reset() { *m = AnnouncementDelRequest{} }
  198. func (m *AnnouncementDelRequest) String() string { return proto.CompactTextString(m) }
  199. func (*AnnouncementDelRequest) ProtoMessage() {}
  200. func (*AnnouncementDelRequest) Descriptor() ([]byte, []int) {
  201. return fileDescriptor_0080e911b962c5cf, []int{4}
  202. }
  203. func (m *AnnouncementDelRequest) XXX_Unmarshal(b []byte) error {
  204. return xxx_messageInfo_AnnouncementDelRequest.Unmarshal(m, b)
  205. }
  206. func (m *AnnouncementDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  207. return xxx_messageInfo_AnnouncementDelRequest.Marshal(b, m, deterministic)
  208. }
  209. func (m *AnnouncementDelRequest) XXX_Merge(src proto.Message) {
  210. xxx_messageInfo_AnnouncementDelRequest.Merge(m, src)
  211. }
  212. func (m *AnnouncementDelRequest) XXX_Size() int {
  213. return xxx_messageInfo_AnnouncementDelRequest.Size(m)
  214. }
  215. func (m *AnnouncementDelRequest) XXX_DiscardUnknown() {
  216. xxx_messageInfo_AnnouncementDelRequest.DiscardUnknown(m)
  217. }
  218. var xxx_messageInfo_AnnouncementDelRequest proto.InternalMessageInfo
  219. func (m *AnnouncementDelRequest) GetGardenId() int64 {
  220. if m != nil {
  221. return m.GardenId
  222. }
  223. return 0
  224. }
  225. func (m *AnnouncementDelRequest) GetId() int64 {
  226. if m != nil {
  227. return m.Id
  228. }
  229. return 0
  230. }
  231. type AnnouncementDelReply struct {
  232. Origin *AnnouncementUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  233. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  234. XXX_unrecognized []byte `json:"-"`
  235. XXX_sizecache int32 `json:"-"`
  236. }
  237. func (m *AnnouncementDelReply) Reset() { *m = AnnouncementDelReply{} }
  238. func (m *AnnouncementDelReply) String() string { return proto.CompactTextString(m) }
  239. func (*AnnouncementDelReply) ProtoMessage() {}
  240. func (*AnnouncementDelReply) Descriptor() ([]byte, []int) {
  241. return fileDescriptor_0080e911b962c5cf, []int{5}
  242. }
  243. func (m *AnnouncementDelReply) XXX_Unmarshal(b []byte) error {
  244. return xxx_messageInfo_AnnouncementDelReply.Unmarshal(m, b)
  245. }
  246. func (m *AnnouncementDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  247. return xxx_messageInfo_AnnouncementDelReply.Marshal(b, m, deterministic)
  248. }
  249. func (m *AnnouncementDelReply) XXX_Merge(src proto.Message) {
  250. xxx_messageInfo_AnnouncementDelReply.Merge(m, src)
  251. }
  252. func (m *AnnouncementDelReply) XXX_Size() int {
  253. return xxx_messageInfo_AnnouncementDelReply.Size(m)
  254. }
  255. func (m *AnnouncementDelReply) XXX_DiscardUnknown() {
  256. xxx_messageInfo_AnnouncementDelReply.DiscardUnknown(m)
  257. }
  258. var xxx_messageInfo_AnnouncementDelReply proto.InternalMessageInfo
  259. func (m *AnnouncementDelReply) GetOrigin() *AnnouncementUpdateRequest {
  260. if m != nil {
  261. return m.Origin
  262. }
  263. return nil
  264. }
  265. type AnnouncementListRequest struct {
  266. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  267. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  268. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  269. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  270. XXX_unrecognized []byte `json:"-"`
  271. XXX_sizecache int32 `json:"-"`
  272. }
  273. func (m *AnnouncementListRequest) Reset() { *m = AnnouncementListRequest{} }
  274. func (m *AnnouncementListRequest) String() string { return proto.CompactTextString(m) }
  275. func (*AnnouncementListRequest) ProtoMessage() {}
  276. func (*AnnouncementListRequest) Descriptor() ([]byte, []int) {
  277. return fileDescriptor_0080e911b962c5cf, []int{6}
  278. }
  279. func (m *AnnouncementListRequest) XXX_Unmarshal(b []byte) error {
  280. return xxx_messageInfo_AnnouncementListRequest.Unmarshal(m, b)
  281. }
  282. func (m *AnnouncementListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  283. return xxx_messageInfo_AnnouncementListRequest.Marshal(b, m, deterministic)
  284. }
  285. func (m *AnnouncementListRequest) XXX_Merge(src proto.Message) {
  286. xxx_messageInfo_AnnouncementListRequest.Merge(m, src)
  287. }
  288. func (m *AnnouncementListRequest) XXX_Size() int {
  289. return xxx_messageInfo_AnnouncementListRequest.Size(m)
  290. }
  291. func (m *AnnouncementListRequest) XXX_DiscardUnknown() {
  292. xxx_messageInfo_AnnouncementListRequest.DiscardUnknown(m)
  293. }
  294. var xxx_messageInfo_AnnouncementListRequest proto.InternalMessageInfo
  295. func (m *AnnouncementListRequest) GetPage() int64 {
  296. if m != nil {
  297. return m.Page
  298. }
  299. return 0
  300. }
  301. func (m *AnnouncementListRequest) GetPageSize() int64 {
  302. if m != nil {
  303. return m.PageSize
  304. }
  305. return 0
  306. }
  307. func (m *AnnouncementListRequest) GetGardenId() int64 {
  308. if m != nil {
  309. return m.GardenId
  310. }
  311. return 0
  312. }
  313. type AnnouncementItem struct {
  314. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  315. Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
  316. Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
  317. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  318. XXX_unrecognized []byte `json:"-"`
  319. XXX_sizecache int32 `json:"-"`
  320. }
  321. func (m *AnnouncementItem) Reset() { *m = AnnouncementItem{} }
  322. func (m *AnnouncementItem) String() string { return proto.CompactTextString(m) }
  323. func (*AnnouncementItem) ProtoMessage() {}
  324. func (*AnnouncementItem) Descriptor() ([]byte, []int) {
  325. return fileDescriptor_0080e911b962c5cf, []int{7}
  326. }
  327. func (m *AnnouncementItem) XXX_Unmarshal(b []byte) error {
  328. return xxx_messageInfo_AnnouncementItem.Unmarshal(m, b)
  329. }
  330. func (m *AnnouncementItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  331. return xxx_messageInfo_AnnouncementItem.Marshal(b, m, deterministic)
  332. }
  333. func (m *AnnouncementItem) XXX_Merge(src proto.Message) {
  334. xxx_messageInfo_AnnouncementItem.Merge(m, src)
  335. }
  336. func (m *AnnouncementItem) XXX_Size() int {
  337. return xxx_messageInfo_AnnouncementItem.Size(m)
  338. }
  339. func (m *AnnouncementItem) XXX_DiscardUnknown() {
  340. xxx_messageInfo_AnnouncementItem.DiscardUnknown(m)
  341. }
  342. var xxx_messageInfo_AnnouncementItem proto.InternalMessageInfo
  343. func (m *AnnouncementItem) GetId() int64 {
  344. if m != nil {
  345. return m.Id
  346. }
  347. return 0
  348. }
  349. func (m *AnnouncementItem) GetTitle() string {
  350. if m != nil {
  351. return m.Title
  352. }
  353. return ""
  354. }
  355. func (m *AnnouncementItem) GetContent() string {
  356. if m != nil {
  357. return m.Content
  358. }
  359. return ""
  360. }
  361. type AnnouncementListReply struct {
  362. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  363. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  364. List []*AnnouncementItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  365. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  366. XXX_unrecognized []byte `json:"-"`
  367. XXX_sizecache int32 `json:"-"`
  368. }
  369. func (m *AnnouncementListReply) Reset() { *m = AnnouncementListReply{} }
  370. func (m *AnnouncementListReply) String() string { return proto.CompactTextString(m) }
  371. func (*AnnouncementListReply) ProtoMessage() {}
  372. func (*AnnouncementListReply) Descriptor() ([]byte, []int) {
  373. return fileDescriptor_0080e911b962c5cf, []int{8}
  374. }
  375. func (m *AnnouncementListReply) XXX_Unmarshal(b []byte) error {
  376. return xxx_messageInfo_AnnouncementListReply.Unmarshal(m, b)
  377. }
  378. func (m *AnnouncementListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  379. return xxx_messageInfo_AnnouncementListReply.Marshal(b, m, deterministic)
  380. }
  381. func (m *AnnouncementListReply) XXX_Merge(src proto.Message) {
  382. xxx_messageInfo_AnnouncementListReply.Merge(m, src)
  383. }
  384. func (m *AnnouncementListReply) XXX_Size() int {
  385. return xxx_messageInfo_AnnouncementListReply.Size(m)
  386. }
  387. func (m *AnnouncementListReply) XXX_DiscardUnknown() {
  388. xxx_messageInfo_AnnouncementListReply.DiscardUnknown(m)
  389. }
  390. var xxx_messageInfo_AnnouncementListReply proto.InternalMessageInfo
  391. func (m *AnnouncementListReply) GetPage() int64 {
  392. if m != nil {
  393. return m.Page
  394. }
  395. return 0
  396. }
  397. func (m *AnnouncementListReply) GetTotal() int64 {
  398. if m != nil {
  399. return m.Total
  400. }
  401. return 0
  402. }
  403. func (m *AnnouncementListReply) GetList() []*AnnouncementItem {
  404. if m != nil {
  405. return m.List
  406. }
  407. return nil
  408. }
  409. func init() {
  410. proto.RegisterType((*AnnouncementAddRequest)(nil), "pb_v1.AnnouncementAddRequest")
  411. proto.RegisterType((*AnnouncementAddReply)(nil), "pb_v1.AnnouncementAddReply")
  412. proto.RegisterType((*AnnouncementUpdateRequest)(nil), "pb_v1.AnnouncementUpdateRequest")
  413. proto.RegisterType((*AnnouncementUpdateReply)(nil), "pb_v1.AnnouncementUpdateReply")
  414. proto.RegisterType((*AnnouncementDelRequest)(nil), "pb_v1.AnnouncementDelRequest")
  415. proto.RegisterType((*AnnouncementDelReply)(nil), "pb_v1.AnnouncementDelReply")
  416. proto.RegisterType((*AnnouncementListRequest)(nil), "pb_v1.AnnouncementListRequest")
  417. proto.RegisterType((*AnnouncementItem)(nil), "pb_v1.AnnouncementItem")
  418. proto.RegisterType((*AnnouncementListReply)(nil), "pb_v1.AnnouncementListReply")
  419. }
  420. func init() {
  421. proto.RegisterFile("announcement.proto", fileDescriptor_0080e911b962c5cf)
  422. }
  423. var fileDescriptor_0080e911b962c5cf = []byte{
  424. // 349 bytes of a gzipped FileDescriptorProto
  425. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x93, 0xc1, 0x6b, 0xea, 0x40,
  426. 0x10, 0xc6, 0x31, 0x51, 0x9f, 0x8e, 0xf0, 0x78, 0x2c, 0xbe, 0x67, 0x1e, 0x85, 0x12, 0x72, 0x28,
  427. 0x42, 0x51, 0xd1, 0x5e, 0x7a, 0xb5, 0xb4, 0x07, 0xa1, 0x87, 0x12, 0xe9, 0xa5, 0x17, 0x59, 0xcd,
  428. 0x10, 0x16, 0xe2, 0xee, 0x36, 0x19, 0x6d, 0xf5, 0xaf, 0x2f, 0xbb, 0x89, 0x62, 0xaa, 0x85, 0x96,
  429. 0xd2, 0x53, 0x32, 0x93, 0x61, 0xbe, 0xdf, 0xf7, 0x65, 0x17, 0x18, 0x97, 0x52, 0xad, 0xe4, 0x02,
  430. 0x97, 0x28, 0xa9, 0xaf, 0x53, 0x45, 0x8a, 0xd5, 0xf4, 0x7c, 0xb6, 0x1e, 0x06, 0x08, 0xff, 0xc6,
  431. 0x07, 0x1f, 0xc7, 0x51, 0x14, 0xe2, 0xf3, 0x0a, 0x33, 0x62, 0x67, 0xd0, 0x8c, 0x79, 0x1a, 0xa1,
  432. 0x9c, 0x89, 0xc8, 0xab, 0xf8, 0x95, 0xae, 0x1b, 0x36, 0xf2, 0xc6, 0x24, 0x62, 0x6d, 0xa8, 0x91,
  433. 0xa0, 0x04, 0x3d, 0xc7, 0xaf, 0x74, 0x9b, 0x61, 0x5e, 0x30, 0x0f, 0x7e, 0x2d, 0x94, 0x24, 0x94,
  434. 0xe4, 0xb9, 0xb6, 0xbf, 0x2b, 0x83, 0x0b, 0x68, 0x1f, 0xc9, 0xe8, 0x64, 0xc3, 0x7e, 0x83, 0xb3,
  435. 0xdf, 0xee, 0x88, 0x28, 0x78, 0x85, 0xff, 0x87, 0x73, 0x8f, 0x3a, 0xe2, 0x84, 0x3f, 0x41, 0x54,
  436. 0x28, 0x57, 0xf7, 0xca, 0x53, 0xe8, 0x9c, 0x52, 0x36, 0x90, 0xd7, 0x50, 0x57, 0xa9, 0x88, 0x85,
  437. 0xb4, 0xa2, 0xad, 0x91, 0xdf, 0xb7, 0xd9, 0xf5, 0x3f, 0x24, 0x0d, 0x8b, 0xf9, 0xe0, 0xae, 0x9c,
  438. 0xee, 0x2d, 0x26, 0x9f, 0xf2, 0x92, 0xb3, 0x39, 0x7b, 0xb6, 0x87, 0x72, 0x7a, 0x76, 0xcd, 0xf7,
  439. 0xc0, 0xe2, 0xb2, 0xdb, 0x7b, 0x91, 0xd1, 0x8e, 0x8c, 0x41, 0x55, 0xf3, 0x18, 0x0b, 0x28, 0xfb,
  440. 0x6e, 0x68, 0xcd, 0x73, 0x96, 0x89, 0x2d, 0x16, 0x5c, 0x0d, 0xd3, 0x98, 0x8a, 0x2d, 0x96, 0xad,
  441. 0xb8, 0x65, 0x2b, 0x41, 0x08, 0x7f, 0x0e, 0x85, 0x26, 0x84, 0xcb, 0xf7, 0x3f, 0xfd, 0xcb, 0x87,
  442. 0x49, 0xc2, 0xdf, 0x63, 0x78, 0x93, 0xc7, 0x29, 0x74, 0xb3, 0x5c, 0x11, 0x4f, 0x0a, 0xec, 0xbc,
  443. 0x60, 0x97, 0x50, 0x4d, 0x44, 0x66, 0x36, 0xbb, 0xdd, 0xd6, 0xa8, 0x73, 0x22, 0x37, 0x43, 0x1a,
  444. 0xda, 0xa1, 0x1b, 0xff, 0xe9, 0x5c, 0xa7, 0x4a, 0x63, 0x4a, 0x9b, 0x1e, 0xd7, 0x3a, 0x41, 0xc2,
  445. 0x5e, 0xcc, 0x09, 0x5f, 0xf8, 0x66, 0xa0, 0xe7, 0x83, 0xf5, 0x70, 0x5e, 0xb7, 0x77, 0xea, 0xea,
  446. 0x2d, 0x00, 0x00, 0xff, 0xff, 0x2e, 0x23, 0x4b, 0xc2, 0x69, 0x03, 0x00, 0x00,
  447. }