// Code generated by protoc-gen-go. DO NOT EDIT. // source: house_rent.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 HouseRentAddManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAddManagerRequest) Reset() { *m = HouseRentAddManagerRequest{} } func (m *HouseRentAddManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerRequest) ProtoMessage() {} func (*HouseRentAddManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{0} } func (m *HouseRentAddManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerRequest.Unmarshal(m, b) } func (m *HouseRentAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerRequest.Merge(m, src) } func (m *HouseRentAddManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerRequest.Size(m) } func (m *HouseRentAddManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerRequest proto.InternalMessageInfo func (m *HouseRentAddManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAddManagerRequest) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentAddManagerRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentAddManagerReply 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 *HouseRentAddManagerReply) Reset() { *m = HouseRentAddManagerReply{} } func (m *HouseRentAddManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerReply) ProtoMessage() {} func (*HouseRentAddManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{1} } func (m *HouseRentAddManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerReply.Unmarshal(m, b) } func (m *HouseRentAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerReply.Merge(m, src) } func (m *HouseRentAddManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerReply.Size(m) } func (m *HouseRentAddManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerReply proto.InternalMessageInfo func (m *HouseRentAddManagerReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerRequest 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 *HouseRentDelManagerRequest) Reset() { *m = HouseRentDelManagerRequest{} } func (m *HouseRentDelManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerRequest) ProtoMessage() {} func (*HouseRentDelManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{2} } func (m *HouseRentDelManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerRequest.Unmarshal(m, b) } func (m *HouseRentDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerRequest.Merge(m, src) } func (m *HouseRentDelManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerRequest.Size(m) } func (m *HouseRentDelManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerRequest proto.InternalMessageInfo func (m *HouseRentDelManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentDelManagerRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDelManagerReply) Reset() { *m = HouseRentDelManagerReply{} } func (m *HouseRentDelManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerReply) ProtoMessage() {} func (*HouseRentDelManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{3} } func (m *HouseRentDelManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerReply.Unmarshal(m, b) } func (m *HouseRentDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerReply.Merge(m, src) } func (m *HouseRentDelManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerReply.Size(m) } func (m *HouseRentDelManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerReply proto.InternalMessageInfo type HouseRentManagerListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` RentId int64 `protobuf:"varint,4,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListRequest) Reset() { *m = HouseRentManagerListRequest{} } func (m *HouseRentManagerListRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListRequest) ProtoMessage() {} func (*HouseRentManagerListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{4} } func (m *HouseRentManagerListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListRequest.Unmarshal(m, b) } func (m *HouseRentManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListRequest.Marshal(b, m, deterministic) } func (m *HouseRentManagerListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListRequest.Merge(m, src) } func (m *HouseRentManagerListRequest) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListRequest.Size(m) } func (m *HouseRentManagerListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListRequest proto.InternalMessageInfo func (m *HouseRentManagerListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentManagerListRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentManagerItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` // 姓名 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 账号 UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerItem) Reset() { *m = HouseRentManagerItem{} } func (m *HouseRentManagerItem) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerItem) ProtoMessage() {} func (*HouseRentManagerItem) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{5} } func (m *HouseRentManagerItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerItem.Unmarshal(m, b) } func (m *HouseRentManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerItem.Marshal(b, m, deterministic) } func (m *HouseRentManagerItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerItem.Merge(m, src) } func (m *HouseRentManagerItem) XXX_Size() int { return xxx_messageInfo_HouseRentManagerItem.Size(m) } func (m *HouseRentManagerItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerItem proto.InternalMessageInfo func (m *HouseRentManagerItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentManagerItem) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentManagerItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseRentManagerItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentManagerItem) GetUserName() string { if m != nil { return m.UserName } return "" } type HouseRentManagerListReply struct { List []*HouseRentManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListReply) Reset() { *m = HouseRentManagerListReply{} } func (m *HouseRentManagerListReply) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListReply) ProtoMessage() {} func (*HouseRentManagerListReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{6} } func (m *HouseRentManagerListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListReply.Unmarshal(m, b) } func (m *HouseRentManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListReply.Marshal(b, m, deterministic) } func (m *HouseRentManagerListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListReply.Merge(m, src) } func (m *HouseRentManagerListReply) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListReply.Size(m) } func (m *HouseRentManagerListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListReply proto.InternalMessageInfo func (m *HouseRentManagerListReply) GetList() []*HouseRentManagerItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest") proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply") proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest") proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply") proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest") proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem") proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply") } func init() { proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85) } var fileDescriptor_9c4b1cddab293c85 = []byte{ // 320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x5f, 0x4b, 0xc3, 0x30, 0x10, 0xa7, 0xdd, 0x1f, 0xb7, 0x1b, 0x88, 0x84, 0x81, 0x75, 0x43, 0x36, 0xfa, 0x34, 0x84, 0x6d, 0x4c, 0x3f, 0x81, 0xe2, 0x83, 0x85, 0xe9, 0x43, 0xc5, 0x17, 0x5f, 0x4a, 0x46, 0x8e, 0x2d, 0xd0, 0xa6, 0x31, 0x49, 0x27, 0xfd, 0x12, 0x7e, 0x66, 0x49, 0x3a, 0x46, 0x1d, 0x05, 0xf5, 0x2d, 0x77, 0xbf, 0xcb, 0xef, 0xcf, 0x71, 0x70, 0xb1, 0xcb, 0x0b, 0x8d, 0x89, 0x42, 0x61, 0x16, 0x52, 0xe5, 0x26, 0x27, 0x1d, 0xb9, 0x49, 0xf6, 0xab, 0x50, 0xc3, 0xe8, 0xc9, 0x42, 0x31, 0x0a, 0x73, 0xcf, 0xd8, 0x33, 0x15, 0x74, 0x8b, 0x2a, 0xc6, 0x8f, 0x02, 0xb5, 0x21, 0x63, 0xe8, 0x6f, 0xa9, 0x62, 0x28, 0x12, 0xce, 0x02, 0x6f, 0xea, 0xcd, 0x5a, 0x71, 0xaf, 0x6a, 0x44, 0x8c, 0x4c, 0x60, 0x90, 0x55, 0xe3, 0x49, 0xc1, 0x59, 0xe0, 0x3b, 0x18, 0x0e, 0xad, 0x37, 0xce, 0xc8, 0x25, 0x9c, 0x59, 0x41, 0xfb, 0xb7, 0xe5, 0xc0, 0xae, 0x2d, 0x23, 0x16, 0xde, 0x40, 0xd0, 0x28, 0x2a, 0xd3, 0x92, 0x9c, 0x83, 0x7f, 0xd4, 0xf2, 0x39, 0x0b, 0xa3, 0x9a, 0xc1, 0x47, 0x4c, 0xff, 0x63, 0xb0, 0xa2, 0xf2, 0x8f, 0x54, 0xa3, 0x9a, 0x6c, 0x9d, 0x4a, 0xa6, 0x65, 0xf8, 0x0a, 0xe3, 0x23, 0x76, 0x00, 0xd6, 0x5c, 0x9b, 0x3f, 0xe9, 0xd4, 0x72, 0xb6, 0x7f, 0xe4, 0xfc, 0xf2, 0x60, 0x78, 0xca, 0x1a, 0x19, 0xcc, 0x4e, 0x43, 0xfe, 0xbe, 0x4a, 0x02, 0x6d, 0x41, 0x33, 0x74, 0x7b, 0xec, 0xc7, 0xee, 0x4d, 0x86, 0xd0, 0x91, 0xbb, 0x5c, 0xa0, 0x13, 0xed, 0xc7, 0x55, 0x61, 0x9d, 0x16, 0x1a, 0x55, 0xe2, 0xc6, 0x3b, 0x0e, 0xe9, 0xd9, 0xc6, 0x0b, 0xcd, 0x30, 0x5c, 0xc3, 0x55, 0x73, 0x4a, 0xbb, 0xf9, 0x25, 0xb4, 0x53, 0xae, 0x4d, 0xe0, 0x4d, 0x5b, 0xb3, 0xc1, 0xed, 0x78, 0xe1, 0x0e, 0x64, 0xd1, 0xe4, 0x3f, 0x76, 0x83, 0x0f, 0x93, 0xf7, 0x6b, 0xa9, 0x72, 0x89, 0xca, 0x94, 0x73, 0x5d, 0x6a, 0x83, 0xd9, 0x7c, 0x4b, 0x0d, 0x7e, 0xd2, 0x72, 0x29, 0x37, 0xcb, 0xfd, 0x6a, 0xd3, 0x75, 0xa7, 0x76, 0xf7, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x17, 0x54, 0xf9, 0x7e, 0x02, 0x00, 0x00, }