123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: announcement.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type AnnouncementAddRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
- Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementAddRequest) Reset() { *m = AnnouncementAddRequest{} }
- func (m *AnnouncementAddRequest) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementAddRequest) ProtoMessage() {}
- func (*AnnouncementAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{0}
- }
- func (m *AnnouncementAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementAddRequest.Unmarshal(m, b)
- }
- func (m *AnnouncementAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementAddRequest.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementAddRequest.Merge(m, src)
- }
- func (m *AnnouncementAddRequest) XXX_Size() int {
- return xxx_messageInfo_AnnouncementAddRequest.Size(m)
- }
- func (m *AnnouncementAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementAddRequest proto.InternalMessageInfo
- func (m *AnnouncementAddRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *AnnouncementAddRequest) GetTitle() string {
- if m != nil {
- return m.Title
- }
- return ""
- }
- func (m *AnnouncementAddRequest) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
- }
- type AnnouncementAddReply struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementAddReply) Reset() { *m = AnnouncementAddReply{} }
- func (m *AnnouncementAddReply) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementAddReply) ProtoMessage() {}
- func (*AnnouncementAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{1}
- }
- func (m *AnnouncementAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementAddReply.Unmarshal(m, b)
- }
- func (m *AnnouncementAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementAddReply.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementAddReply.Merge(m, src)
- }
- func (m *AnnouncementAddReply) XXX_Size() int {
- return xxx_messageInfo_AnnouncementAddReply.Size(m)
- }
- func (m *AnnouncementAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementAddReply proto.InternalMessageInfo
- func (m *AnnouncementAddReply) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AnnouncementUpdateRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
- Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
- Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementUpdateRequest) Reset() { *m = AnnouncementUpdateRequest{} }
- func (m *AnnouncementUpdateRequest) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementUpdateRequest) ProtoMessage() {}
- func (*AnnouncementUpdateRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{2}
- }
- func (m *AnnouncementUpdateRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementUpdateRequest.Unmarshal(m, b)
- }
- func (m *AnnouncementUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementUpdateRequest.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementUpdateRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementUpdateRequest.Merge(m, src)
- }
- func (m *AnnouncementUpdateRequest) XXX_Size() int {
- return xxx_messageInfo_AnnouncementUpdateRequest.Size(m)
- }
- func (m *AnnouncementUpdateRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementUpdateRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementUpdateRequest proto.InternalMessageInfo
- func (m *AnnouncementUpdateRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *AnnouncementUpdateRequest) GetTitle() string {
- if m != nil {
- return m.Title
- }
- return ""
- }
- func (m *AnnouncementUpdateRequest) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
- }
- func (m *AnnouncementUpdateRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AnnouncementUpdateReply struct {
- Origin *AnnouncementUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementUpdateReply) Reset() { *m = AnnouncementUpdateReply{} }
- func (m *AnnouncementUpdateReply) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementUpdateReply) ProtoMessage() {}
- func (*AnnouncementUpdateReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{3}
- }
- func (m *AnnouncementUpdateReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementUpdateReply.Unmarshal(m, b)
- }
- func (m *AnnouncementUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementUpdateReply.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementUpdateReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementUpdateReply.Merge(m, src)
- }
- func (m *AnnouncementUpdateReply) XXX_Size() int {
- return xxx_messageInfo_AnnouncementUpdateReply.Size(m)
- }
- func (m *AnnouncementUpdateReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementUpdateReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementUpdateReply proto.InternalMessageInfo
- func (m *AnnouncementUpdateReply) GetOrigin() *AnnouncementUpdateRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type AnnouncementDelRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementDelRequest) Reset() { *m = AnnouncementDelRequest{} }
- func (m *AnnouncementDelRequest) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementDelRequest) ProtoMessage() {}
- func (*AnnouncementDelRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{4}
- }
- func (m *AnnouncementDelRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementDelRequest.Unmarshal(m, b)
- }
- func (m *AnnouncementDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementDelRequest.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementDelRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementDelRequest.Merge(m, src)
- }
- func (m *AnnouncementDelRequest) XXX_Size() int {
- return xxx_messageInfo_AnnouncementDelRequest.Size(m)
- }
- func (m *AnnouncementDelRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementDelRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementDelRequest proto.InternalMessageInfo
- func (m *AnnouncementDelRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *AnnouncementDelRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- type AnnouncementDelReply struct {
- Origin *AnnouncementUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementDelReply) Reset() { *m = AnnouncementDelReply{} }
- func (m *AnnouncementDelReply) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementDelReply) ProtoMessage() {}
- func (*AnnouncementDelReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{5}
- }
- func (m *AnnouncementDelReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementDelReply.Unmarshal(m, b)
- }
- func (m *AnnouncementDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementDelReply.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementDelReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementDelReply.Merge(m, src)
- }
- func (m *AnnouncementDelReply) XXX_Size() int {
- return xxx_messageInfo_AnnouncementDelReply.Size(m)
- }
- func (m *AnnouncementDelReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementDelReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementDelReply proto.InternalMessageInfo
- func (m *AnnouncementDelReply) GetOrigin() *AnnouncementUpdateRequest {
- if m != nil {
- return m.Origin
- }
- return nil
- }
- type AnnouncementListRequest struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementListRequest) Reset() { *m = AnnouncementListRequest{} }
- func (m *AnnouncementListRequest) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementListRequest) ProtoMessage() {}
- func (*AnnouncementListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{6}
- }
- func (m *AnnouncementListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementListRequest.Unmarshal(m, b)
- }
- func (m *AnnouncementListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementListRequest.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementListRequest.Merge(m, src)
- }
- func (m *AnnouncementListRequest) XXX_Size() int {
- return xxx_messageInfo_AnnouncementListRequest.Size(m)
- }
- func (m *AnnouncementListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementListRequest proto.InternalMessageInfo
- func (m *AnnouncementListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *AnnouncementListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *AnnouncementListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *AnnouncementListRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- type AnnouncementItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"`
- Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content"`
- CreatedAt string `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- ReadCount int64 `protobuf:"varint,5,opt,name=read_count,json=readCount,proto3" json:"read_count"`
- Read bool `protobuf:"varint,6,opt,name=read,proto3" json:"read"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementItem) Reset() { *m = AnnouncementItem{} }
- func (m *AnnouncementItem) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementItem) ProtoMessage() {}
- func (*AnnouncementItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{7}
- }
- func (m *AnnouncementItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementItem.Unmarshal(m, b)
- }
- func (m *AnnouncementItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementItem.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementItem.Merge(m, src)
- }
- func (m *AnnouncementItem) XXX_Size() int {
- return xxx_messageInfo_AnnouncementItem.Size(m)
- }
- func (m *AnnouncementItem) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementItem proto.InternalMessageInfo
- func (m *AnnouncementItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *AnnouncementItem) GetTitle() string {
- if m != nil {
- return m.Title
- }
- return ""
- }
- func (m *AnnouncementItem) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
- }
- func (m *AnnouncementItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *AnnouncementItem) GetReadCount() int64 {
- if m != nil {
- return m.ReadCount
- }
- return 0
- }
- func (m *AnnouncementItem) GetRead() bool {
- if m != nil {
- return m.Read
- }
- return false
- }
- type AnnouncementListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*AnnouncementItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *AnnouncementListReply) Reset() { *m = AnnouncementListReply{} }
- func (m *AnnouncementListReply) String() string { return proto.CompactTextString(m) }
- func (*AnnouncementListReply) ProtoMessage() {}
- func (*AnnouncementListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_0080e911b962c5cf, []int{8}
- }
- func (m *AnnouncementListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_AnnouncementListReply.Unmarshal(m, b)
- }
- func (m *AnnouncementListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_AnnouncementListReply.Marshal(b, m, deterministic)
- }
- func (m *AnnouncementListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_AnnouncementListReply.Merge(m, src)
- }
- func (m *AnnouncementListReply) XXX_Size() int {
- return xxx_messageInfo_AnnouncementListReply.Size(m)
- }
- func (m *AnnouncementListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_AnnouncementListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_AnnouncementListReply proto.InternalMessageInfo
- func (m *AnnouncementListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *AnnouncementListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *AnnouncementListReply) GetList() []*AnnouncementItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*AnnouncementAddRequest)(nil), "pb_v1.AnnouncementAddRequest")
- proto.RegisterType((*AnnouncementAddReply)(nil), "pb_v1.AnnouncementAddReply")
- proto.RegisterType((*AnnouncementUpdateRequest)(nil), "pb_v1.AnnouncementUpdateRequest")
- proto.RegisterType((*AnnouncementUpdateReply)(nil), "pb_v1.AnnouncementUpdateReply")
- proto.RegisterType((*AnnouncementDelRequest)(nil), "pb_v1.AnnouncementDelRequest")
- proto.RegisterType((*AnnouncementDelReply)(nil), "pb_v1.AnnouncementDelReply")
- proto.RegisterType((*AnnouncementListRequest)(nil), "pb_v1.AnnouncementListRequest")
- proto.RegisterType((*AnnouncementItem)(nil), "pb_v1.AnnouncementItem")
- proto.RegisterType((*AnnouncementListReply)(nil), "pb_v1.AnnouncementListReply")
- }
- func init() {
- proto.RegisterFile("announcement.proto", fileDescriptor_0080e911b962c5cf)
- }
- var fileDescriptor_0080e911b962c5cf = []byte{
- // 406 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x93, 0x4f, 0x6b, 0xdb, 0x30,
- 0x18, 0xc6, 0xb1, 0x9d, 0x64, 0xf1, 0x5b, 0x18, 0x45, 0x74, 0xab, 0xc7, 0x28, 0x33, 0x3e, 0x0c,
- 0xc3, 0x68, 0x4a, 0xbb, 0xcb, 0xae, 0xd9, 0x9f, 0x43, 0x61, 0x87, 0xe1, 0xb2, 0xcb, 0x2e, 0x46,
- 0xb1, 0x5e, 0x8c, 0xc0, 0x91, 0x34, 0xfb, 0x75, 0x37, 0xf7, 0xf3, 0xec, 0x83, 0x0e, 0xc9, 0xae,
- 0x89, 0x9b, 0x0c, 0x36, 0x46, 0x4f, 0xd1, 0xfb, 0x48, 0xe8, 0xf9, 0x3d, 0x8f, 0x62, 0x60, 0x5c,
- 0x29, 0xdd, 0xaa, 0x02, 0xb7, 0xa8, 0x68, 0x65, 0x6a, 0x4d, 0x9a, 0xcd, 0xcd, 0x26, 0xbf, 0xbd,
- 0x4c, 0x10, 0x9e, 0xaf, 0x77, 0x36, 0xd7, 0x42, 0x64, 0xf8, 0xbd, 0xc5, 0x86, 0xd8, 0x4b, 0x08,
- 0x4b, 0x5e, 0x0b, 0x54, 0xb9, 0x14, 0x91, 0x17, 0x7b, 0x69, 0x90, 0x2d, 0x7b, 0xe1, 0x5a, 0xb0,
- 0x13, 0x98, 0x93, 0xa4, 0x0a, 0x23, 0x3f, 0xf6, 0xd2, 0x30, 0xeb, 0x07, 0x16, 0xc1, 0x93, 0x42,
- 0x2b, 0x42, 0x45, 0x51, 0xe0, 0xf4, 0xfb, 0x31, 0x79, 0x0d, 0x27, 0x7b, 0x36, 0xa6, 0xea, 0xd8,
- 0x53, 0xf0, 0xc7, 0xdb, 0x7d, 0x29, 0x92, 0x9f, 0xf0, 0x62, 0xf7, 0xdc, 0x57, 0x23, 0x38, 0xe1,
- 0x63, 0x10, 0x0d, 0xce, 0xb3, 0xd1, 0xf9, 0x06, 0x4e, 0x0f, 0x39, 0x5b, 0xc8, 0x77, 0xb0, 0xd0,
- 0xb5, 0x2c, 0xa5, 0x72, 0xa6, 0x47, 0x57, 0xf1, 0xca, 0x75, 0xb7, 0xfa, 0x23, 0x69, 0x36, 0x9c,
- 0x4f, 0x3e, 0x4d, 0xdb, 0xfd, 0x88, 0xd5, 0x5f, 0x65, 0xe9, 0xd9, 0xfc, 0x91, 0xed, 0xcb, 0xb4,
- 0x3d, 0x77, 0xcd, 0xff, 0x81, 0x75, 0xd3, 0xb4, 0x9f, 0x65, 0x43, 0xf7, 0x64, 0x0c, 0x66, 0x86,
- 0x97, 0x38, 0x40, 0xb9, 0xb5, 0xa5, 0xb5, 0xbf, 0x79, 0x23, 0xef, 0x70, 0xe0, 0x5a, 0x5a, 0xe1,
- 0x46, 0xde, 0xe1, 0x34, 0x4a, 0xf0, 0x20, 0xca, 0x31, 0x04, 0xed, 0xd8, 0xb3, 0x5d, 0x26, 0xbf,
- 0x3c, 0x38, 0xde, 0xf5, 0xbe, 0x26, 0xdc, 0x3e, 0xfc, 0x1f, 0xfc, 0xf3, 0x6b, 0x9e, 0x01, 0x14,
- 0x35, 0x72, 0x42, 0x91, 0x73, 0x72, 0x6e, 0x61, 0x16, 0x0e, 0xca, 0xda, 0x6d, 0xd7, 0xc8, 0x45,
- 0x5e, 0xe8, 0x56, 0x51, 0x34, 0x77, 0x36, 0xa1, 0x55, 0x3e, 0x58, 0xc1, 0x46, 0xb6, 0x43, 0xb4,
- 0x88, 0xbd, 0x74, 0x99, 0xb9, 0x75, 0xa2, 0xe0, 0xd9, 0x7e, 0x43, 0xb6, 0xf4, 0x43, 0xfd, 0x58,
- 0x5c, 0x4d, 0xbc, 0x1a, 0xba, 0xe9, 0x07, 0xf6, 0x06, 0x66, 0x95, 0x6c, 0x2c, 0x6b, 0x90, 0x1e,
- 0x5d, 0x9d, 0x1e, 0x78, 0x1c, 0x9b, 0x3d, 0x73, 0x87, 0xde, 0xbf, 0xfa, 0x76, 0x66, 0x6a, 0x6d,
- 0xb0, 0xa6, 0xee, 0xbc, 0xe9, 0x1a, 0xc2, 0xed, 0x79, 0xc9, 0x09, 0x7f, 0xf0, 0xee, 0xc2, 0x6c,
- 0x2e, 0x6e, 0x2f, 0x37, 0x0b, 0xf7, 0xdd, 0xbe, 0xfd, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x14, 0x48,
- 0x41, 0x3c, 0xcd, 0x03, 0x00, 0x00,
- }
|