123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360 |
- // 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 GardenInitDbRequest 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 *GardenInitDbRequest) Reset() { *m = GardenInitDbRequest{} }
- func (m *GardenInitDbRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenInitDbRequest) ProtoMessage() {}
- func (*GardenInitDbRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{0}
- }
- func (m *GardenInitDbRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenInitDbRequest.Unmarshal(m, b)
- }
- func (m *GardenInitDbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenInitDbRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenInitDbRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenInitDbRequest.Merge(m, src)
- }
- func (m *GardenInitDbRequest) XXX_Size() int {
- return xxx_messageInfo_GardenInitDbRequest.Size(m)
- }
- func (m *GardenInitDbRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenInitDbRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenInitDbRequest proto.InternalMessageInfo
- func (m *GardenInitDbRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- type GardenInitDbReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenInitDbReply) Reset() { *m = GardenInitDbReply{} }
- func (m *GardenInitDbReply) String() string { return proto.CompactTextString(m) }
- func (*GardenInitDbReply) ProtoMessage() {}
- func (*GardenInitDbReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{1}
- }
- func (m *GardenInitDbReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenInitDbReply.Unmarshal(m, b)
- }
- func (m *GardenInitDbReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenInitDbReply.Marshal(b, m, deterministic)
- }
- func (m *GardenInitDbReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenInitDbReply.Merge(m, src)
- }
- func (m *GardenInitDbReply) XXX_Size() int {
- return xxx_messageInfo_GardenInitDbReply.Size(m)
- }
- func (m *GardenInitDbReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenInitDbReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenInitDbReply proto.InternalMessageInfo
- type GardenHouseIsInRequest 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 *GardenHouseIsInRequest) Reset() { *m = GardenHouseIsInRequest{} }
- func (m *GardenHouseIsInRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseIsInRequest) ProtoMessage() {}
- func (*GardenHouseIsInRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{2}
- }
- func (m *GardenHouseIsInRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseIsInRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseIsInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseIsInRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseIsInRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseIsInRequest.Merge(m, src)
- }
- func (m *GardenHouseIsInRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseIsInRequest.Size(m)
- }
- func (m *GardenHouseIsInRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseIsInRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseIsInRequest proto.InternalMessageInfo
- func (m *GardenHouseIsInRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- type GardenHouseIsInReply struct {
- In bool `protobuf:"varint,1,opt,name=in,proto3" json:"in"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseIsInReply) Reset() { *m = GardenHouseIsInReply{} }
- func (m *GardenHouseIsInReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseIsInReply) ProtoMessage() {}
- func (*GardenHouseIsInReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{3}
- }
- func (m *GardenHouseIsInReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseIsInReply.Unmarshal(m, b)
- }
- func (m *GardenHouseIsInReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseIsInReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseIsInReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseIsInReply.Merge(m, src)
- }
- func (m *GardenHouseIsInReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseIsInReply.Size(m)
- }
- func (m *GardenHouseIsInReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseIsInReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseIsInReply proto.InternalMessageInfo
- func (m *GardenHouseIsInReply) GetIn() bool {
- if m != nil {
- return m.In
- }
- return false
- }
- type GardenHouseRentChangeFieldRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- HouseId int64 `protobuf:"varint,2,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- RoomCount int64 `protobuf:"varint,4,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
- HallCount int64 `protobuf:"varint,5,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
- HasLift bool `protobuf:"varint,6,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
- HouseArea float64 `protobuf:"fixed64,7,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
- Layer int64 `protobuf:"varint,8,opt,name=layer,proto3" json:"layer"`
- GardenName string `protobuf:"bytes,9,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- Lnt float64 `protobuf:"fixed64,10,opt,name=lnt,proto3" json:"lnt"`
- Lat float64 `protobuf:"fixed64,11,opt,name=lat,proto3" json:"lat"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseRentChangeFieldRequest) Reset() { *m = GardenHouseRentChangeFieldRequest{} }
- func (m *GardenHouseRentChangeFieldRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseRentChangeFieldRequest) ProtoMessage() {}
- func (*GardenHouseRentChangeFieldRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{4}
- }
- func (m *GardenHouseRentChangeFieldRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Unmarshal(m, b)
- }
- func (m *GardenHouseRentChangeFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseRentChangeFieldRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseRentChangeFieldRequest.Merge(m, src)
- }
- func (m *GardenHouseRentChangeFieldRequest) XXX_Size() int {
- return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Size(m)
- }
- func (m *GardenHouseRentChangeFieldRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseRentChangeFieldRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseRentChangeFieldRequest proto.InternalMessageInfo
- func (m *GardenHouseRentChangeFieldRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetRoomCount() int64 {
- if m != nil {
- return m.RoomCount
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetHallCount() int64 {
- if m != nil {
- return m.HallCount
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetHasLift() bool {
- if m != nil {
- return m.HasLift
- }
- return false
- }
- func (m *GardenHouseRentChangeFieldRequest) GetHouseArea() float64 {
- if m != nil {
- return m.HouseArea
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetLayer() int64 {
- if m != nil {
- return m.Layer
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenHouseRentChangeFieldRequest) GetLnt() float64 {
- if m != nil {
- return m.Lnt
- }
- return 0
- }
- func (m *GardenHouseRentChangeFieldRequest) GetLat() float64 {
- if m != nil {
- return m.Lat
- }
- return 0
- }
- type GardenHouseRentChangeFieldReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenHouseRentChangeFieldReply) Reset() { *m = GardenHouseRentChangeFieldReply{} }
- func (m *GardenHouseRentChangeFieldReply) String() string { return proto.CompactTextString(m) }
- func (*GardenHouseRentChangeFieldReply) ProtoMessage() {}
- func (*GardenHouseRentChangeFieldReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_5b775c37bba03b28, []int{5}
- }
- func (m *GardenHouseRentChangeFieldReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenHouseRentChangeFieldReply.Unmarshal(m, b)
- }
- func (m *GardenHouseRentChangeFieldReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenHouseRentChangeFieldReply.Marshal(b, m, deterministic)
- }
- func (m *GardenHouseRentChangeFieldReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenHouseRentChangeFieldReply.Merge(m, src)
- }
- func (m *GardenHouseRentChangeFieldReply) XXX_Size() int {
- return xxx_messageInfo_GardenHouseRentChangeFieldReply.Size(m)
- }
- func (m *GardenHouseRentChangeFieldReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenHouseRentChangeFieldReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenHouseRentChangeFieldReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GardenInitDbRequest)(nil), "pb_v1.GardenInitDbRequest")
- proto.RegisterType((*GardenInitDbReply)(nil), "pb_v1.GardenInitDbReply")
- proto.RegisterType((*GardenHouseIsInRequest)(nil), "pb_v1.GardenHouseIsInRequest")
- proto.RegisterType((*GardenHouseIsInReply)(nil), "pb_v1.GardenHouseIsInReply")
- proto.RegisterType((*GardenHouseRentChangeFieldRequest)(nil), "pb_v1.GardenHouseRentChangeFieldRequest")
- proto.RegisterType((*GardenHouseRentChangeFieldReply)(nil), "pb_v1.GardenHouseRentChangeFieldReply")
- }
- func init() {
- proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28)
- }
- var fileDescriptor_5b775c37bba03b28 = []byte{
- // 348 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x4e, 0xe3, 0x30,
- 0x10, 0x86, 0x95, 0x74, 0xdb, 0x24, 0xd3, 0xd5, 0x6a, 0xd7, 0xed, 0x52, 0x23, 0x84, 0xda, 0xe6,
- 0x80, 0x7a, 0x81, 0xaa, 0x20, 0x1e, 0x00, 0x8a, 0x80, 0x48, 0x88, 0x43, 0x8e, 0x5c, 0x22, 0x87,
- 0xb8, 0x8d, 0x25, 0xc7, 0x31, 0x8e, 0x53, 0x29, 0x4f, 0xc8, 0x6b, 0x21, 0xdb, 0x3d, 0x80, 0x90,
- 0x50, 0x6f, 0x99, 0xef, 0x9b, 0x7f, 0x26, 0x13, 0x05, 0x7e, 0x6f, 0x89, 0x2a, 0xa8, 0xb8, 0x90,
- 0xaa, 0xd6, 0x35, 0xea, 0xcb, 0x3c, 0xdb, 0xad, 0xe2, 0x4b, 0x18, 0x3d, 0x58, 0x9c, 0x08, 0xa6,
- 0xef, 0xf2, 0x94, 0xbe, 0xb5, 0xb4, 0xd1, 0xe8, 0x04, 0x22, 0xd7, 0x9d, 0xb1, 0x02, 0x7b, 0x33,
- 0x6f, 0xd1, 0x4b, 0x43, 0x07, 0x92, 0x22, 0x1e, 0xc1, 0xbf, 0xaf, 0x19, 0xc9, 0xbb, 0xf8, 0x1a,
- 0x8e, 0x1c, 0x7c, 0xac, 0xdb, 0x86, 0x26, 0x4d, 0x22, 0x0e, 0x9a, 0x75, 0x06, 0xe3, 0x6f, 0x31,
- 0xc9, 0x3b, 0xf4, 0x07, 0x7c, 0x26, 0x6c, 0x77, 0x98, 0xfa, 0x4c, 0xc4, 0xef, 0x3e, 0xcc, 0x3f,
- 0x35, 0xa6, 0x54, 0xe8, 0x75, 0x49, 0xc4, 0x96, 0xde, 0x33, 0xca, 0x8b, 0x43, 0x56, 0xa1, 0x63,
- 0x08, 0x4b, 0x93, 0x35, 0xce, 0xb7, 0x2e, 0xb0, 0x75, 0x52, 0xa0, 0x09, 0x04, 0xad, 0x60, 0xda,
- 0x98, 0x9e, 0x35, 0x03, 0x53, 0x26, 0x05, 0x3a, 0x05, 0x50, 0x75, 0x5d, 0x65, 0xaf, 0x75, 0x2b,
- 0x34, 0xfe, 0x65, 0x5d, 0x64, 0xc8, 0xda, 0x00, 0xa3, 0x4b, 0xc2, 0xf9, 0x5e, 0xf7, 0x9d, 0x36,
- 0xc4, 0x69, 0xb3, 0x91, 0x34, 0x19, 0x67, 0x1b, 0x8d, 0x07, 0xf6, 0x94, 0xa0, 0x24, 0xcd, 0x13,
- 0xdb, 0xb8, 0xa4, 0x7d, 0x19, 0xa2, 0x28, 0xc1, 0xc1, 0xcc, 0x5b, 0x78, 0x69, 0x64, 0xc9, 0x8d,
- 0xa2, 0x04, 0x8d, 0xa1, 0xcf, 0x49, 0x47, 0x15, 0x0e, 0xed, 0x4c, 0x57, 0xa0, 0x29, 0x0c, 0xf7,
- 0xe7, 0x09, 0x52, 0x51, 0x1c, 0xcd, 0xbc, 0x45, 0x94, 0x82, 0x43, 0xcf, 0xa4, 0xa2, 0xe8, 0x2f,
- 0xf4, 0xb8, 0xd0, 0x18, 0xec, 0x38, 0xf3, 0x68, 0x09, 0xd1, 0x78, 0xb8, 0x27, 0x44, 0xc7, 0x73,
- 0x98, 0xfe, 0xf4, 0x21, 0x25, 0xef, 0x6e, 0x27, 0x2f, 0xff, 0xa5, 0xaa, 0x25, 0x55, 0xba, 0x3b,
- 0x6f, 0xba, 0x46, 0xd3, 0x6a, 0x29, 0xf3, 0xe5, 0x6e, 0x95, 0x0f, 0xec, 0xbf, 0x73, 0xf5, 0x11,
- 0x00, 0x00, 0xff, 0xff, 0x57, 0xfa, 0xd2, 0x4c, 0x4b, 0x02, 0x00, 0x00,
- }
|