123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: park.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 ParkListRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkListRequest) Reset() { *m = ParkListRequest{} }
- func (m *ParkListRequest) String() string { return proto.CompactTextString(m) }
- func (*ParkListRequest) ProtoMessage() {}
- func (*ParkListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{0}
- }
- func (m *ParkListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkListRequest.Unmarshal(m, b)
- }
- func (m *ParkListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkListRequest.Marshal(b, m, deterministic)
- }
- func (m *ParkListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkListRequest.Merge(m, src)
- }
- func (m *ParkListRequest) XXX_Size() int {
- return xxx_messageInfo_ParkListRequest.Size(m)
- }
- func (m *ParkListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkListRequest proto.InternalMessageInfo
- func (m *ParkListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- type ParkItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- ParkNumber string `protobuf:"bytes,3,opt,name=park_number,json=parkNumber,proto3" json:"park_number"`
- ParkName string `protobuf:"bytes,4,opt,name=park_name,json=parkName,proto3" json:"park_name"`
- Comment string `protobuf:"bytes,5,opt,name=comment,proto3" json:"comment"`
- SpaceCount int64 `protobuf:"varint,6,opt,name=space_count,json=spaceCount,proto3" json:"space_count"`
- CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- ParkType int32 `protobuf:"varint,8,opt,name=park_type,json=parkType,proto3" json:"park_type"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkItem) Reset() { *m = ParkItem{} }
- func (m *ParkItem) String() string { return proto.CompactTextString(m) }
- func (*ParkItem) ProtoMessage() {}
- func (*ParkItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{1}
- }
- func (m *ParkItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkItem.Unmarshal(m, b)
- }
- func (m *ParkItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkItem.Marshal(b, m, deterministic)
- }
- func (m *ParkItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkItem.Merge(m, src)
- }
- func (m *ParkItem) XXX_Size() int {
- return xxx_messageInfo_ParkItem.Size(m)
- }
- func (m *ParkItem) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkItem proto.InternalMessageInfo
- func (m *ParkItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *ParkItem) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *ParkItem) GetParkNumber() string {
- if m != nil {
- return m.ParkNumber
- }
- return ""
- }
- func (m *ParkItem) GetParkName() string {
- if m != nil {
- return m.ParkName
- }
- return ""
- }
- func (m *ParkItem) GetComment() string {
- if m != nil {
- return m.Comment
- }
- return ""
- }
- func (m *ParkItem) GetSpaceCount() int64 {
- if m != nil {
- return m.SpaceCount
- }
- return 0
- }
- func (m *ParkItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *ParkItem) GetParkType() int32 {
- if m != nil {
- return m.ParkType
- }
- return 0
- }
- type ParkListReply struct {
- List []*ParkItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkListReply) Reset() { *m = ParkListReply{} }
- func (m *ParkListReply) String() string { return proto.CompactTextString(m) }
- func (*ParkListReply) ProtoMessage() {}
- func (*ParkListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{2}
- }
- func (m *ParkListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkListReply.Unmarshal(m, b)
- }
- func (m *ParkListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkListReply.Marshal(b, m, deterministic)
- }
- func (m *ParkListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkListReply.Merge(m, src)
- }
- func (m *ParkListReply) XXX_Size() int {
- return xxx_messageInfo_ParkListReply.Size(m)
- }
- func (m *ParkListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkListReply proto.InternalMessageInfo
- func (m *ParkListReply) GetList() []*ParkItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type ParkSpaceListRequest struct {
- ParkId int64 `protobuf:"varint,1,opt,name=park_id,json=parkId,proto3" json:"park_id"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- SpaceType int32 `protobuf:"varint,5,opt,name=space_type,json=spaceType,proto3" json:"space_type"`
- SpaceNumber string `protobuf:"bytes,6,opt,name=space_number,json=spaceNumber,proto3" json:"space_number"`
- HouseId int64 `protobuf:"varint,7,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkSpaceListRequest) Reset() { *m = ParkSpaceListRequest{} }
- func (m *ParkSpaceListRequest) String() string { return proto.CompactTextString(m) }
- func (*ParkSpaceListRequest) ProtoMessage() {}
- func (*ParkSpaceListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{3}
- }
- func (m *ParkSpaceListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkSpaceListRequest.Unmarshal(m, b)
- }
- func (m *ParkSpaceListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkSpaceListRequest.Marshal(b, m, deterministic)
- }
- func (m *ParkSpaceListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkSpaceListRequest.Merge(m, src)
- }
- func (m *ParkSpaceListRequest) XXX_Size() int {
- return xxx_messageInfo_ParkSpaceListRequest.Size(m)
- }
- func (m *ParkSpaceListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkSpaceListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkSpaceListRequest proto.InternalMessageInfo
- func (m *ParkSpaceListRequest) GetParkId() int64 {
- if m != nil {
- return m.ParkId
- }
- return 0
- }
- func (m *ParkSpaceListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *ParkSpaceListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *ParkSpaceListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *ParkSpaceListRequest) GetSpaceType() int32 {
- if m != nil {
- return m.SpaceType
- }
- return 0
- }
- func (m *ParkSpaceListRequest) GetSpaceNumber() string {
- if m != nil {
- return m.SpaceNumber
- }
- return ""
- }
- func (m *ParkSpaceListRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- type ParkSpaceItem struct {
- SpaceNumber string `protobuf:"bytes,1,opt,name=space_number,json=spaceNumber,proto3" json:"space_number"`
- SpaceArea float64 `protobuf:"fixed64,2,opt,name=space_area,json=spaceArea,proto3" json:"space_area"`
- Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"`
- ParkId int64 `protobuf:"varint,4,opt,name=park_id,json=parkId,proto3" json:"park_id"`
- SpaceType int32 `protobuf:"varint,5,opt,name=space_type,json=spaceType,proto3" json:"space_type"`
- Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"`
- CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- ParkNumber string `protobuf:"bytes,8,opt,name=park_number,json=parkNumber,proto3" json:"park_number"`
- ParkName string `protobuf:"bytes,9,opt,name=park_name,json=parkName,proto3" json:"park_name"`
- ParkType int32 `protobuf:"varint,10,opt,name=park_type,json=parkType,proto3" json:"park_type"`
- HouseId int64 `protobuf:"varint,11,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- HouseName string `protobuf:"bytes,12,opt,name=house_name,json=houseName,proto3" json:"house_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkSpaceItem) Reset() { *m = ParkSpaceItem{} }
- func (m *ParkSpaceItem) String() string { return proto.CompactTextString(m) }
- func (*ParkSpaceItem) ProtoMessage() {}
- func (*ParkSpaceItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{4}
- }
- func (m *ParkSpaceItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkSpaceItem.Unmarshal(m, b)
- }
- func (m *ParkSpaceItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkSpaceItem.Marshal(b, m, deterministic)
- }
- func (m *ParkSpaceItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkSpaceItem.Merge(m, src)
- }
- func (m *ParkSpaceItem) XXX_Size() int {
- return xxx_messageInfo_ParkSpaceItem.Size(m)
- }
- func (m *ParkSpaceItem) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkSpaceItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkSpaceItem proto.InternalMessageInfo
- func (m *ParkSpaceItem) GetSpaceNumber() string {
- if m != nil {
- return m.SpaceNumber
- }
- return ""
- }
- func (m *ParkSpaceItem) GetSpaceArea() float64 {
- if m != nil {
- return m.SpaceArea
- }
- return 0
- }
- func (m *ParkSpaceItem) GetComment() string {
- if m != nil {
- return m.Comment
- }
- return ""
- }
- func (m *ParkSpaceItem) GetParkId() int64 {
- if m != nil {
- return m.ParkId
- }
- return 0
- }
- func (m *ParkSpaceItem) GetSpaceType() int32 {
- if m != nil {
- return m.SpaceType
- }
- return 0
- }
- func (m *ParkSpaceItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *ParkSpaceItem) GetCreatedAt() string {
- if m != nil {
- return m.CreatedAt
- }
- return ""
- }
- func (m *ParkSpaceItem) GetParkNumber() string {
- if m != nil {
- return m.ParkNumber
- }
- return ""
- }
- func (m *ParkSpaceItem) GetParkName() string {
- if m != nil {
- return m.ParkName
- }
- return ""
- }
- func (m *ParkSpaceItem) GetParkType() int32 {
- if m != nil {
- return m.ParkType
- }
- return 0
- }
- func (m *ParkSpaceItem) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *ParkSpaceItem) GetHouseName() string {
- if m != nil {
- return m.HouseName
- }
- return ""
- }
- type ParkSpaceListReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*ParkSpaceItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *ParkSpaceListReply) Reset() { *m = ParkSpaceListReply{} }
- func (m *ParkSpaceListReply) String() string { return proto.CompactTextString(m) }
- func (*ParkSpaceListReply) ProtoMessage() {}
- func (*ParkSpaceListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_1e1e7f6a041ccf05, []int{5}
- }
- func (m *ParkSpaceListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_ParkSpaceListReply.Unmarshal(m, b)
- }
- func (m *ParkSpaceListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_ParkSpaceListReply.Marshal(b, m, deterministic)
- }
- func (m *ParkSpaceListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_ParkSpaceListReply.Merge(m, src)
- }
- func (m *ParkSpaceListReply) XXX_Size() int {
- return xxx_messageInfo_ParkSpaceListReply.Size(m)
- }
- func (m *ParkSpaceListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_ParkSpaceListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_ParkSpaceListReply proto.InternalMessageInfo
- func (m *ParkSpaceListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *ParkSpaceListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *ParkSpaceListReply) GetList() []*ParkSpaceItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- func init() {
- proto.RegisterType((*ParkListRequest)(nil), "pb_v1.ParkListRequest")
- proto.RegisterType((*ParkItem)(nil), "pb_v1.ParkItem")
- proto.RegisterType((*ParkListReply)(nil), "pb_v1.ParkListReply")
- proto.RegisterType((*ParkSpaceListRequest)(nil), "pb_v1.ParkSpaceListRequest")
- proto.RegisterType((*ParkSpaceItem)(nil), "pb_v1.ParkSpaceItem")
- proto.RegisterType((*ParkSpaceListReply)(nil), "pb_v1.ParkSpaceListReply")
- }
- func init() {
- proto.RegisterFile("park.proto", fileDescriptor_1e1e7f6a041ccf05)
- }
- var fileDescriptor_1e1e7f6a041ccf05 = []byte{
- // 502 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x94, 0xcf, 0x6e, 0xd3, 0x40,
- 0x10, 0xc6, 0xe5, 0xf8, 0xff, 0xb4, 0x50, 0x69, 0x15, 0x09, 0x23, 0x54, 0x61, 0xcc, 0xc5, 0x97,
- 0xa6, 0x2a, 0xf0, 0x02, 0x85, 0x53, 0x24, 0x84, 0x50, 0xca, 0x89, 0x8b, 0xb5, 0x89, 0x47, 0x8e,
- 0xd5, 0x38, 0x5e, 0xd6, 0x9b, 0x22, 0xf7, 0x51, 0x79, 0x01, 0x2e, 0x3c, 0x04, 0xda, 0x59, 0xd7,
- 0x64, 0x0d, 0xa2, 0xb7, 0xec, 0x8c, 0x67, 0xe6, 0x9b, 0x6f, 0x7e, 0x0a, 0x80, 0xe0, 0xf2, 0x76,
- 0x21, 0x64, 0xab, 0x5a, 0xe6, 0x8b, 0x75, 0x71, 0x77, 0x95, 0x2d, 0xe0, 0xec, 0x33, 0x97, 0xb7,
- 0x1f, 0xeb, 0x4e, 0xad, 0xf0, 0xdb, 0x01, 0x3b, 0xc5, 0x5e, 0x40, 0x5c, 0x71, 0x59, 0xe2, 0xbe,
- 0xa8, 0xcb, 0xc4, 0x49, 0x9d, 0xdc, 0x5d, 0x45, 0x26, 0xb0, 0x2c, 0xb3, 0x5f, 0x0e, 0x44, 0xba,
- 0x60, 0xa9, 0xb0, 0x61, 0x4f, 0x61, 0x36, 0x7e, 0x32, 0xab, 0x4b, 0xbb, 0x72, 0x66, 0x57, 0xb2,
- 0x97, 0x70, 0xa2, 0xc7, 0x17, 0xfb, 0x43, 0xb3, 0x46, 0x99, 0xb8, 0xa9, 0x93, 0xc7, 0x2b, 0x52,
- 0xf4, 0x89, 0x22, 0xba, 0xda, 0x7c, 0xc0, 0x1b, 0x4c, 0x3c, 0x4a, 0x47, 0x94, 0xe6, 0x0d, 0xb2,
- 0x04, 0xc2, 0x4d, 0xdb, 0x34, 0xb8, 0x57, 0x89, 0x4f, 0xa9, 0x87, 0xa7, 0xee, 0xdb, 0x09, 0xbe,
- 0xc1, 0x62, 0xd3, 0x1e, 0xf6, 0x2a, 0x09, 0x68, 0x2c, 0x50, 0xe8, 0x83, 0x8e, 0xb0, 0x73, 0x80,
- 0x8d, 0x44, 0xae, 0xb0, 0x2c, 0xb8, 0x4a, 0x42, 0xaa, 0x8e, 0x87, 0xc8, 0xb5, 0x1a, 0xc7, 0xaa,
- 0x5e, 0x60, 0x12, 0xa5, 0x4e, 0xee, 0x9b, 0xb1, 0x5f, 0x7a, 0x81, 0xd9, 0x3b, 0x78, 0xf2, 0xc7,
- 0x1e, 0xb1, 0xeb, 0xd9, 0x6b, 0xf0, 0x76, 0x75, 0xa7, 0x12, 0x27, 0x75, 0xf3, 0x93, 0x37, 0x67,
- 0x0b, 0x72, 0x71, 0xf1, 0xe0, 0xc8, 0x8a, 0x92, 0xd9, 0x0f, 0x07, 0xe6, 0x3a, 0x74, 0xa3, 0x45,
- 0x1c, 0x5b, 0xfb, 0x0c, 0x42, 0x9a, 0x35, 0xba, 0x16, 0xe8, 0xe7, 0xb2, 0x64, 0x0c, 0x3c, 0xc1,
- 0x2b, 0x1c, 0x4c, 0xa3, 0xdf, 0x46, 0x58, 0x85, 0x45, 0x57, 0xdf, 0x23, 0xd9, 0xe5, 0x6a, 0x61,
- 0x15, 0xde, 0xd4, 0xf7, 0x68, 0x5b, 0xed, 0x4d, 0xac, 0x3e, 0x07, 0xb3, 0xbf, 0xd9, 0xc9, 0xa7,
- 0x9d, 0x62, 0x8a, 0xe8, 0xa5, 0xd8, 0x2b, 0x38, 0x35, 0xe9, 0xe1, 0x14, 0x01, 0x59, 0x62, 0x5c,
- 0x1c, 0x6e, 0xf1, 0x1c, 0xa2, 0x6d, 0x7b, 0xe8, 0x50, 0x77, 0x0f, 0xa9, 0x7b, 0x48, 0xef, 0x65,
- 0x99, 0xfd, 0x9c, 0x19, 0x4f, 0x68, 0x39, 0xc2, 0x60, 0xda, 0xcf, 0xf9, 0xbb, 0xdf, 0xa8, 0x88,
- 0x4b, 0xe4, 0xb4, 0xa5, 0x33, 0x28, 0xba, 0x96, 0xc8, 0x8f, 0xaf, 0xeb, 0xda, 0xd7, 0x3d, 0x72,
- 0xcc, 0xb3, 0x1c, 0x7b, 0x64, 0x47, 0x83, 0x66, 0x30, 0xa2, 0xf9, 0x08, 0x04, 0x13, 0x38, 0xa3,
- 0xff, 0xc3, 0x19, 0x4f, 0xe0, 0xb4, 0x10, 0x02, 0x1b, 0x21, 0xcb, 0xca, 0x13, 0xcb, 0x4a, 0x2d,
- 0xca, 0xa4, 0xa8, 0xeb, 0xa9, 0x11, 0x45, 0x11, 0xdd, 0x36, 0xdb, 0x02, 0x9b, 0x50, 0xa4, 0x09,
- 0x9c, 0x83, 0xaf, 0x5a, 0xc5, 0x77, 0x03, 0x41, 0xe6, 0xf1, 0x4f, 0x80, 0xf2, 0x81, 0x55, 0x97,
- 0x58, 0x9d, 0x1f, 0xb1, 0x3a, 0xde, 0xce, 0x00, 0xfb, 0x3e, 0xfb, 0x9a, 0x0a, 0xd9, 0x0a, 0x94,
- 0xaa, 0xbf, 0xa0, 0xf9, 0xdb, 0x76, 0x57, 0x5e, 0x54, 0x5c, 0xe1, 0x77, 0xde, 0x5f, 0x8a, 0xf5,
- 0xe5, 0xdd, 0xd5, 0x3a, 0xa0, 0xff, 0x8d, 0xb7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x4a,
- 0xe0, 0xac, 0x45, 0x04, 0x00, 0x00,
- }
|