123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: garden.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 GardenHouseholdUserListRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_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"`
- Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
- Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
- IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
- UserType int32 `protobuf:"varint,7,opt,name=user_type,json=userType,proto3" json:"user_type"`
- Uids []int64 `protobuf:"varint,8,rep,packed,name=uids,proto3" json:"uids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUserListRequest) Reset() { *m = GardenHouseholdUserListRequest{} }
- func (m *GardenHouseholdUserListRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUserListRequest) ProtoMessage() {}
- func (*GardenHouseholdUserListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{0}
- }
- func (m *GardenHouseholdUserListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUserListRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUserListRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUserListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUserListRequest.Merge(m, src)
- }
- func (m *GardenHouseholdUserListRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUserListRequest.Size(m)
- }
- func (m *GardenHouseholdUserListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUserListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUserListRequest proto.InternalMessageInfo
- func (m *GardenHouseholdUserListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenHouseholdUserListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *GardenHouseholdUserListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *GardenHouseholdUserListRequest) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *GardenHouseholdUserListRequest) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *GardenHouseholdUserListRequest) GetIdNumber() string {
- if m != nil {
- return m.IdNumber
- }
- return ""
- }
- func (m *GardenHouseholdUserListRequest) GetUserType() int32 {
- if m != nil {
- return m.UserType
- }
- return 0
- }
- func (m *GardenHouseholdUserListRequest) GetUids() []int64 {
- if m != nil {
- return m.Uids
- }
- return nil
- }
- type GardenHouseholdUserItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- // 1业主 2家人 3租客
- UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
- // 1 身份证 2 护照
- IdType int32 `protobuf:"varint,5,opt,name=id_type,json=idType,proto3" json:"id_type"`
- // 证件号
- IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
- GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUserItem) Reset() { *m = GardenHouseholdUserItem{} }
- func (m *GardenHouseholdUserItem) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUserItem) ProtoMessage() {}
- func (*GardenHouseholdUserItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{1}
- }
- func (m *GardenHouseholdUserItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUserItem.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUserItem.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUserItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUserItem.Merge(m, src)
- }
- func (m *GardenHouseholdUserItem) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUserItem.Size(m)
- }
- func (m *GardenHouseholdUserItem) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUserItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUserItem proto.InternalMessageInfo
- func (m *GardenHouseholdUserItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *GardenHouseholdUserItem) GetUserType() int32 {
- if m != nil {
- return m.UserType
- }
- return 0
- }
- func (m *GardenHouseholdUserItem) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *GardenHouseholdUserItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *GardenHouseholdUserItem) GetIdType() int32 {
- if m != nil {
- return m.IdType
- }
- return 0
- }
- func (m *GardenHouseholdUserItem) GetIdNumber() string {
- if m != nil {
- return m.IdNumber
- }
- return ""
- }
- func (m *GardenHouseholdUserItem) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenHouseholdUserItem) GetHouseName() string {
- if m != nil {
- return m.HouseName
- }
- return ""
- }
- type GardenHouseholdUserListReply struct {
- Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
- Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
- List []*GardenHouseholdUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUserListReply) Reset() { *m = GardenHouseholdUserListReply{} }
- func (m *GardenHouseholdUserListReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUserListReply) ProtoMessage() {}
- func (*GardenHouseholdUserListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{2}
- }
- func (m *GardenHouseholdUserListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUserListReply.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUserListReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUserListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUserListReply.Merge(m, src)
- }
- func (m *GardenHouseholdUserListReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUserListReply.Size(m)
- }
- func (m *GardenHouseholdUserListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUserListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUserListReply proto.InternalMessageInfo
- func (m *GardenHouseholdUserListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *GardenHouseholdUserListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *GardenHouseholdUserListReply) GetList() []*GardenHouseholdUserItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type GardenHouseholdListRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
- Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- UserType int32 `protobuf:"varint,5,opt,name=user_type,json=userType,proto3" json:"user_type"`
- Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdListRequest) Reset() { *m = GardenHouseholdListRequest{} }
- func (m *GardenHouseholdListRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdListRequest) ProtoMessage() {}
- func (*GardenHouseholdListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{3}
- }
- func (m *GardenHouseholdListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdListRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseholdListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdListRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdListRequest.Merge(m, src)
- }
- func (m *GardenHouseholdListRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdListRequest.Size(m)
- }
- func (m *GardenHouseholdListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdListRequest proto.InternalMessageInfo
- func (m *GardenHouseholdListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenHouseholdListRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *GardenHouseholdListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *GardenHouseholdListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *GardenHouseholdListRequest) GetUserType() int32 {
- if m != nil {
- return m.UserType
- }
- return 0
- }
- func (m *GardenHouseholdListRequest) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- type GardenHouseholdItem struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- // 1业主 2家人 3租客
- UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
- Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
- Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
- Appendix []string `protobuf:"bytes,5,rep,name=appendix,proto3" json:"appendix"`
- // 1 身份证 2 护照
- IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"`
- // 证件号
- IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
- // 房号
- HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
- ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
- GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- Uid int64 `protobuf:"varint,11,opt,name=uid,proto3" json:"uid"`
- HouseId int64 `protobuf:"varint,12,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- UnitId int64 `protobuf:"varint,13,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdItem) Reset() { *m = GardenHouseholdItem{} }
- func (m *GardenHouseholdItem) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdItem) ProtoMessage() {}
- func (*GardenHouseholdItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{4}
- }
- func (m *GardenHouseholdItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdItem.Unmarshal(m, b)
- }
- func (m *GardenHouseholdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdItem.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdItem.Merge(m, src)
- }
- func (m *GardenHouseholdItem) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdItem.Size(m)
- }
- func (m *GardenHouseholdItem) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdItem proto.InternalMessageInfo
- func (m *GardenHouseholdItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetUserType() int32 {
- if m != nil {
- return m.UserType
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetPhone() string {
- if m != nil {
- return m.Phone
- }
- return ""
- }
- func (m *GardenHouseholdItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *GardenHouseholdItem) GetAppendix() []string {
- if m != nil {
- return m.Appendix
- }
- return nil
- }
- func (m *GardenHouseholdItem) GetIdType() int32 {
- if m != nil {
- return m.IdType
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetIdNumber() string {
- if m != nil {
- return m.IdNumber
- }
- return ""
- }
- func (m *GardenHouseholdItem) GetHouseName() string {
- if m != nil {
- return m.HouseName
- }
- return ""
- }
- func (m *GardenHouseholdItem) GetApproveStatus() int32 {
- if m != nil {
- return m.ApproveStatus
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenHouseholdItem) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *GardenHouseholdItem) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- type GardenHouseholdListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*GardenHouseholdItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdListReply) Reset() { *m = GardenHouseholdListReply{} }
- func (m *GardenHouseholdListReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdListReply) ProtoMessage() {}
- func (*GardenHouseholdListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{5}
- }
- func (m *GardenHouseholdListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdListReply.Unmarshal(m, b)
- }
- func (m *GardenHouseholdListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdListReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdListReply.Merge(m, src)
- }
- func (m *GardenHouseholdListReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdListReply.Size(m)
- }
- func (m *GardenHouseholdListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdListReply proto.InternalMessageInfo
- func (m *GardenHouseholdListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *GardenHouseholdListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *GardenHouseholdListReply) GetList() []*GardenHouseholdItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type GardenHouseholdUnitIdsRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Uids []int64 `protobuf:"varint,2,rep,packed,name=uids,proto3" json:"uids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUnitIdsRequest) Reset() { *m = GardenHouseholdUnitIdsRequest{} }
- func (m *GardenHouseholdUnitIdsRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUnitIdsRequest) ProtoMessage() {}
- func (*GardenHouseholdUnitIdsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{6}
- }
- func (m *GardenHouseholdUnitIdsRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUnitIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUnitIdsRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUnitIdsRequest.Merge(m, src)
- }
- func (m *GardenHouseholdUnitIdsRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Size(m)
- }
- func (m *GardenHouseholdUnitIdsRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUnitIdsRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUnitIdsRequest proto.InternalMessageInfo
- func (m *GardenHouseholdUnitIdsRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenHouseholdUnitIdsRequest) GetUids() []int64 {
- if m != nil {
- return m.Uids
- }
- return nil
- }
- type GardenHouseholdUnitId struct {
- Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
- HouseNames string `protobuf:"bytes,2,opt,name=house_names,json=houseNames,proto3" json:"house_names"`
- UnitIds []int64 `protobuf:"varint,3,rep,packed,name=unit_ids,json=unitIds,proto3" json:"unit_ids"`
- UserType int32 `protobuf:"varint,4,opt,name=user_type,json=userType,proto3" json:"user_type"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUnitId) Reset() { *m = GardenHouseholdUnitId{} }
- func (m *GardenHouseholdUnitId) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUnitId) ProtoMessage() {}
- func (*GardenHouseholdUnitId) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{7}
- }
- func (m *GardenHouseholdUnitId) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUnitId.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUnitId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUnitId.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUnitId) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUnitId.Merge(m, src)
- }
- func (m *GardenHouseholdUnitId) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUnitId.Size(m)
- }
- func (m *GardenHouseholdUnitId) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUnitId.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUnitId proto.InternalMessageInfo
- func (m *GardenHouseholdUnitId) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- func (m *GardenHouseholdUnitId) GetHouseNames() string {
- if m != nil {
- return m.HouseNames
- }
- return ""
- }
- func (m *GardenHouseholdUnitId) GetUnitIds() []int64 {
- if m != nil {
- return m.UnitIds
- }
- return nil
- }
- func (m *GardenHouseholdUnitId) GetUserType() int32 {
- if m != nil {
- return m.UserType
- }
- return 0
- }
- type GardenHouseholdUnitIdsReply struct {
- List []*GardenHouseholdUnitId `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUnitIdsReply) Reset() { *m = GardenHouseholdUnitIdsReply{} }
- func (m *GardenHouseholdUnitIdsReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUnitIdsReply) ProtoMessage() {}
- func (*GardenHouseholdUnitIdsReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{8}
- }
- func (m *GardenHouseholdUnitIdsReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUnitIdsReply.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUnitIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUnitIdsReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUnitIdsReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUnitIdsReply.Merge(m, src)
- }
- func (m *GardenHouseholdUnitIdsReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUnitIdsReply.Size(m)
- }
- func (m *GardenHouseholdUnitIdsReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUnitIdsReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUnitIdsReply proto.InternalMessageInfo
- func (m *GardenHouseholdUnitIdsReply) GetList() []*GardenHouseholdUnitId {
- if m != nil {
- return m.List
- }
- return nil
- }
- type GardenHouseholdUidsFromUnitIdRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- UnitIds []int64 `protobuf:"varint,2,rep,packed,name=unit_ids,json=unitIds,proto3" json:"unit_ids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) Reset() { *m = GardenHouseholdUidsFromUnitIdRequest{} }
- func (m *GardenHouseholdUidsFromUnitIdRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUidsFromUnitIdRequest) ProtoMessage() {}
- func (*GardenHouseholdUidsFromUnitIdRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{9}
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Merge(m, src)
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Size(m)
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest proto.InternalMessageInfo
- func (m *GardenHouseholdUidsFromUnitIdRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenHouseholdUidsFromUnitIdRequest) GetUnitIds() []int64 {
- if m != nil {
- return m.UnitIds
- }
- return nil
- }
- type GardenHouseholdUidsFromUnitIdReply struct {
- Uids []int64 `protobuf:"varint,3,rep,packed,name=uids,proto3" json:"uids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) Reset() { *m = GardenHouseholdUidsFromUnitIdReply{} }
- func (m *GardenHouseholdUidsFromUnitIdReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseholdUidsFromUnitIdReply) ProtoMessage() {}
- func (*GardenHouseholdUidsFromUnitIdReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{10}
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Unmarshal(m, b)
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Merge(m, src)
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Size(m)
- }
- func (m *GardenHouseholdUidsFromUnitIdReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply proto.InternalMessageInfo
- func (m *GardenHouseholdUidsFromUnitIdReply) GetUids() []int64 {
- if m != nil {
- return m.Uids
- }
- return nil
- }
- type SystemMsgAddRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"`
- Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code"`
- 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 *SystemMsgAddRequest) Reset() { *m = SystemMsgAddRequest{} }
- func (m *SystemMsgAddRequest) String() string { return proto.CompactTextString(m) }
- func (*SystemMsgAddRequest) ProtoMessage() {}
- func (*SystemMsgAddRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{11}
- }
- func (m *SystemMsgAddRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemMsgAddRequest.Unmarshal(m, b)
- }
- func (m *SystemMsgAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemMsgAddRequest.Marshal(b, m, deterministic)
- }
- func (m *SystemMsgAddRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemMsgAddRequest.Merge(m, src)
- }
- func (m *SystemMsgAddRequest) XXX_Size() int {
- return xxx_messageInfo_SystemMsgAddRequest.Size(m)
- }
- func (m *SystemMsgAddRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemMsgAddRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemMsgAddRequest proto.InternalMessageInfo
- func (m *SystemMsgAddRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *SystemMsgAddRequest) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
- }
- func (m *SystemMsgAddRequest) GetCode() string {
- if m != nil {
- return m.Code
- }
- return ""
- }
- func (m *SystemMsgAddRequest) GetUid() int64 {
- if m != nil {
- return m.Uid
- }
- return 0
- }
- type SystemMsgAddReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SystemMsgAddReply) Reset() { *m = SystemMsgAddReply{} }
- func (m *SystemMsgAddReply) String() string { return proto.CompactTextString(m) }
- func (*SystemMsgAddReply) ProtoMessage() {}
- func (*SystemMsgAddReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{12}
- }
- func (m *SystemMsgAddReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SystemMsgAddReply.Unmarshal(m, b)
- }
- func (m *SystemMsgAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SystemMsgAddReply.Marshal(b, m, deterministic)
- }
- func (m *SystemMsgAddReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SystemMsgAddReply.Merge(m, src)
- }
- func (m *SystemMsgAddReply) XXX_Size() int {
- return xxx_messageInfo_SystemMsgAddReply.Size(m)
- }
- func (m *SystemMsgAddReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SystemMsgAddReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SystemMsgAddReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GardenHouseholdUserListRequest)(nil), "pb_v1.GardenHouseholdUserListRequest")
- proto.RegisterType((*GardenHouseholdUserItem)(nil), "pb_v1.GardenHouseholdUserItem")
- proto.RegisterType((*GardenHouseholdUserListReply)(nil), "pb_v1.GardenHouseholdUserListReply")
- proto.RegisterType((*GardenHouseholdListRequest)(nil), "pb_v1.GardenHouseholdListRequest")
- proto.RegisterType((*GardenHouseholdItem)(nil), "pb_v1.GardenHouseholdItem")
- proto.RegisterType((*GardenHouseholdListReply)(nil), "pb_v1.GardenHouseholdListReply")
- proto.RegisterType((*GardenHouseholdUnitIdsRequest)(nil), "pb_v1.GardenHouseholdUnitIdsRequest")
- proto.RegisterType((*GardenHouseholdUnitId)(nil), "pb_v1.GardenHouseholdUnitId")
- proto.RegisterType((*GardenHouseholdUnitIdsReply)(nil), "pb_v1.GardenHouseholdUnitIdsReply")
- proto.RegisterType((*GardenHouseholdUidsFromUnitIdRequest)(nil), "pb_v1.GardenHouseholdUidsFromUnitIdRequest")
- proto.RegisterType((*GardenHouseholdUidsFromUnitIdReply)(nil), "pb_v1.GardenHouseholdUidsFromUnitIdReply")
- proto.RegisterType((*SystemMsgAddRequest)(nil), "pb_v1.SystemMsgAddRequest")
- proto.RegisterType((*SystemMsgAddReply)(nil), "pb_v1.SystemMsgAddReply")
- }
- func init() {
- proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28)
- }
- var fileDescriptor_5b775c37bba03b28 = []byte{
- // 681 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xcd, 0x6e, 0xd3, 0x4e,
- 0x10, 0x97, 0xed, 0x38, 0x76, 0x26, 0x6d, 0xf5, 0xff, 0xbb, 0x54, 0x5d, 0xfa, 0x19, 0x59, 0x20,
- 0xe5, 0x42, 0x4a, 0xcb, 0x85, 0x2b, 0x1c, 0x80, 0x48, 0x50, 0x90, 0x0b, 0x17, 0x0e, 0x44, 0x4e,
- 0x77, 0xd5, 0xac, 0x94, 0xd8, 0x8b, 0x77, 0x1d, 0x91, 0x8a, 0x13, 0xef, 0xc3, 0x6b, 0x71, 0xe1,
- 0x25, 0xd0, 0x8e, 0x9d, 0xc4, 0x76, 0xed, 0x92, 0x0b, 0xa7, 0xec, 0xcc, 0xec, 0xce, 0xce, 0xef,
- 0xc3, 0x1b, 0xd8, 0xba, 0x09, 0x13, 0xca, 0xa2, 0x81, 0x48, 0x62, 0x15, 0x7b, 0xb6, 0x18, 0x8f,
- 0xe6, 0xe7, 0xfe, 0x2f, 0x03, 0x4e, 0x5e, 0x63, 0xfe, 0x4d, 0x9c, 0x4a, 0x36, 0x89, 0xa7, 0xf4,
- 0x93, 0x64, 0xc9, 0x5b, 0x2e, 0x55, 0xc0, 0xbe, 0xa6, 0x4c, 0x2a, 0xef, 0x10, 0x3a, 0xd9, 0xc9,
- 0x11, 0xa7, 0xc4, 0xe8, 0x19, 0x7d, 0x2b, 0x70, 0xb3, 0xc4, 0x90, 0x7a, 0x1e, 0xb4, 0x44, 0x78,
- 0xc3, 0x88, 0x89, 0x79, 0x5c, 0xeb, 0x03, 0xfa, 0x77, 0x24, 0xf9, 0x2d, 0x23, 0x56, 0x76, 0x40,
- 0x27, 0xae, 0xf8, 0x2d, 0xd3, 0x07, 0xa2, 0x70, 0xc6, 0x48, 0xab, 0x67, 0xf4, 0x3b, 0x01, 0xae,
- 0xbd, 0x07, 0x60, 0x8b, 0x49, 0x1c, 0x31, 0x62, 0x63, 0x32, 0x0b, 0x74, 0x1b, 0x4e, 0x47, 0x51,
- 0x3a, 0x1b, 0xb3, 0x84, 0xb4, 0xb1, 0xe2, 0x72, 0x7a, 0x89, 0xb1, 0x2e, 0xa6, 0x92, 0x25, 0x23,
- 0xb5, 0x10, 0x8c, 0x38, 0x3d, 0xa3, 0x6f, 0x07, 0xae, 0x4e, 0x7c, 0x5c, 0x08, 0xbc, 0x23, 0xe5,
- 0x54, 0x12, 0xb7, 0x67, 0xe9, 0xa1, 0xf4, 0x5a, 0x03, 0xdd, 0xaf, 0x01, 0x3a, 0x54, 0x6c, 0xe6,
- 0xed, 0x80, 0xb9, 0x82, 0x66, 0x72, 0x5a, 0x6e, 0x6e, 0x56, 0x9a, 0xaf, 0x86, 0xb5, 0x8a, 0xc3,
- 0xd6, 0xc1, 0xda, 0x07, 0x87, 0xd3, 0xac, 0x89, 0x8d, 0x4d, 0xda, 0x9c, 0x62, 0x8b, 0x7b, 0x91,
- 0x9d, 0x42, 0x37, 0xa7, 0x1b, 0x1b, 0x3a, 0x58, 0x86, 0x2c, 0x75, 0xa9, 0xdb, 0x1e, 0x03, 0x4c,
- 0x34, 0x84, 0xac, 0xee, 0x62, 0xbd, 0x83, 0x19, 0x5d, 0xf6, 0xbf, 0xc3, 0x51, 0xa3, 0xa0, 0x62,
- 0xba, 0xd0, 0xf3, 0xab, 0x58, 0x85, 0xd3, 0x1c, 0x6f, 0x16, 0xd4, 0xea, 0x78, 0x01, 0xad, 0x29,
- 0x97, 0x8a, 0x58, 0x3d, 0xab, 0xdf, 0xbd, 0x38, 0x19, 0xa0, 0x63, 0x06, 0x0d, 0x24, 0x06, 0xb8,
- 0xd7, 0xff, 0x69, 0xc0, 0x41, 0x65, 0xc7, 0xc6, 0x5e, 0xfa, 0x0f, 0xac, 0x94, 0xd3, 0x7c, 0x04,
- 0xbd, 0x5c, 0x4d, 0x65, 0x35, 0xb9, 0xab, 0x55, 0x71, 0x57, 0x49, 0x39, 0xfb, 0xae, 0x2d, 0x90,
- 0xb2, 0xf6, 0x5a, 0x23, 0xff, 0xb7, 0x09, 0xbb, 0x95, 0x79, 0xff, 0xa5, 0x25, 0x0e, 0xc0, 0x0d,
- 0x85, 0x60, 0x11, 0xe5, 0xdf, 0x88, 0xdd, 0xb3, 0xb4, 0xf0, 0xcb, 0xb8, 0x68, 0x97, 0x76, 0xb3,
- 0x5d, 0x9c, 0x8a, 0x5d, 0xee, 0x77, 0x83, 0xf7, 0x18, 0x76, 0x42, 0x21, 0x92, 0x78, 0xce, 0x46,
- 0x52, 0x85, 0x2a, 0x95, 0xa4, 0x83, 0xbd, 0xb7, 0xf3, 0xec, 0x15, 0x26, 0xab, 0xa6, 0x83, 0x3b,
- 0xa6, 0xcb, 0xb5, 0xe9, 0xae, 0xb5, 0x79, 0x08, 0x6e, 0x76, 0x31, 0xa7, 0x64, 0x0b, 0xd3, 0x0e,
- 0xc6, 0x43, 0xaa, 0x91, 0xa4, 0x11, 0x57, 0xba, 0xb2, 0x8d, 0x95, 0xb6, 0x0e, 0x87, 0xd4, 0x57,
- 0x40, 0x6a, 0xcd, 0xa1, 0x7d, 0xb9, 0xd4, 0xda, 0x28, 0x68, 0xbd, 0xf2, 0xaa, 0x59, 0xf4, 0xea,
- 0xa0, 0xe4, 0xcb, 0x83, 0x7a, 0x5f, 0x16, 0x3c, 0xf9, 0x01, 0x8e, 0xab, 0xa6, 0xc5, 0x71, 0xe4,
- 0xa6, 0x2f, 0x1c, 0x3e, 0x26, 0x66, 0xe1, 0x31, 0xf9, 0x61, 0xc0, 0x5e, 0x6d, 0xcb, 0x25, 0x4f,
- 0xc6, 0x9a, 0xa7, 0x53, 0xe8, 0xae, 0x05, 0x92, 0x88, 0xa4, 0x13, 0xc0, 0x4a, 0x21, 0xa9, 0x89,
- 0xcc, 0xd9, 0x92, 0x08, 0xc9, 0x0a, 0x9c, 0x8c, 0x2e, 0x59, 0x76, 0x5d, 0xab, 0xec, 0x3a, 0xff,
- 0x3d, 0x1c, 0x36, 0xc1, 0xd2, 0x7c, 0x3e, 0xcd, 0x59, 0x32, 0x90, 0xa5, 0xa3, 0x86, 0xaf, 0x17,
- 0x4f, 0xe4, 0x3c, 0x7d, 0x81, 0x47, 0xd5, 0x32, 0xa7, 0xf2, 0x55, 0x12, 0xcf, 0xf2, 0x6d, 0x9b,
- 0xd0, 0x55, 0x44, 0x63, 0x96, 0xd0, 0xf8, 0xcf, 0xc1, 0xff, 0x4b, 0xff, 0xdc, 0x07, 0xe9, 0x9a,
- 0x8a, 0x8c, 0xef, 0x04, 0x76, 0xaf, 0x16, 0x52, 0xb1, 0xd9, 0x3b, 0x79, 0xf3, 0x82, 0x6e, 0x36,
- 0x08, 0x01, 0xe7, 0x3a, 0x8e, 0x14, 0x8b, 0x54, 0xce, 0xf9, 0x32, 0xd4, 0x37, 0x5c, 0xc7, 0x74,
- 0xf9, 0xb5, 0xe2, 0x7a, 0xa9, 0x5b, 0x6b, 0xa5, 0x9b, 0xbf, 0x0b, 0xff, 0x97, 0xef, 0x14, 0xd3,
- 0xc5, 0xcb, 0xfd, 0xcf, 0x7b, 0x22, 0x89, 0x05, 0x4b, 0xd4, 0xe2, 0x09, 0x65, 0x73, 0x7e, 0xcd,
- 0xce, 0xc4, 0xf8, 0x6c, 0x7e, 0x3e, 0x6e, 0xe3, 0xbf, 0xea, 0xb3, 0x3f, 0x01, 0x00, 0x00, 0xff,
- 0xff, 0xdf, 0xcd, 0xe5, 0x18, 0x65, 0x07, 0x00, 0x00,
- }
|