123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: household.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 HouseholdGardenNameChangeRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdGardenNameChangeRequest) Reset() { *m = HouseholdGardenNameChangeRequest{} }
- func (m *HouseholdGardenNameChangeRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdGardenNameChangeRequest) ProtoMessage() {}
- func (*HouseholdGardenNameChangeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{0}
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Unmarshal(m, b)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdGardenNameChangeRequest.Merge(m, src)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Size(m)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdGardenNameChangeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdGardenNameChangeRequest proto.InternalMessageInfo
- func (m *HouseholdGardenNameChangeRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdGardenNameChangeRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- type HouseholdGardenNameChangeReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdGardenNameChangeReply) Reset() { *m = HouseholdGardenNameChangeReply{} }
- func (m *HouseholdGardenNameChangeReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdGardenNameChangeReply) ProtoMessage() {}
- func (*HouseholdGardenNameChangeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{1}
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Unmarshal(m, b)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdGardenNameChangeReply.Merge(m, src)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Size(m)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdGardenNameChangeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdGardenNameChangeReply proto.InternalMessageInfo
- type HouseholdRefuseRequest struct {
- HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- BuildingId int64 `protobuf:"varint,4,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
- Feedback string `protobuf:"bytes,5,opt,name=feedback,proto3" json:"feedback"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdRefuseRequest) Reset() { *m = HouseholdRefuseRequest{} }
- func (m *HouseholdRefuseRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdRefuseRequest) ProtoMessage() {}
- func (*HouseholdRefuseRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{2}
- }
- func (m *HouseholdRefuseRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdRefuseRequest.Unmarshal(m, b)
- }
- func (m *HouseholdRefuseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdRefuseRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdRefuseRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdRefuseRequest.Merge(m, src)
- }
- func (m *HouseholdRefuseRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdRefuseRequest.Size(m)
- }
- func (m *HouseholdRefuseRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdRefuseRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdRefuseRequest proto.InternalMessageInfo
- func (m *HouseholdRefuseRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetBuildingId() int64 {
- if m != nil {
- return m.BuildingId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetFeedback() string {
- if m != nil {
- return m.Feedback
- }
- return ""
- }
- type HouseholdRefuseReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdRefuseReply) Reset() { *m = HouseholdRefuseReply{} }
- func (m *HouseholdRefuseReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdRefuseReply) ProtoMessage() {}
- func (*HouseholdRefuseReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{3}
- }
- func (m *HouseholdRefuseReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdRefuseReply.Unmarshal(m, b)
- }
- func (m *HouseholdRefuseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdRefuseReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdRefuseReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdRefuseReply.Merge(m, src)
- }
- func (m *HouseholdRefuseReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdRefuseReply.Size(m)
- }
- func (m *HouseholdRefuseReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdRefuseReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdRefuseReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*HouseholdGardenNameChangeRequest)(nil), "pb_v1.HouseholdGardenNameChangeRequest")
- proto.RegisterType((*HouseholdGardenNameChangeReply)(nil), "pb_v1.HouseholdGardenNameChangeReply")
- proto.RegisterType((*HouseholdRefuseRequest)(nil), "pb_v1.HouseholdRefuseRequest")
- proto.RegisterType((*HouseholdRefuseReply)(nil), "pb_v1.HouseholdRefuseReply")
- }
- func init() {
- proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923)
- }
- var fileDescriptor_137f5ce6ca8cb923 = []byte{
- // 252 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xb1, 0x4e, 0xc3, 0x30,
- 0x14, 0x45, 0x95, 0x96, 0xb6, 0xe9, 0x63, 0x40, 0x8a, 0xa0, 0x0d, 0x20, 0x41, 0x94, 0xa9, 0x0b,
- 0x54, 0x15, 0x7f, 0x00, 0x03, 0x64, 0x61, 0xc8, 0xc8, 0x52, 0x6c, 0xde, 0x6b, 0x12, 0x91, 0xd8,
- 0x26, 0xb6, 0x2b, 0xe5, 0x87, 0xf8, 0x4e, 0x14, 0x97, 0x1a, 0x01, 0x52, 0xc7, 0x7b, 0x8f, 0xe5,
- 0x7b, 0x6c, 0x38, 0x29, 0xa5, 0xd5, 0x54, 0xca, 0x1a, 0x6f, 0x55, 0x2b, 0x8d, 0x8c, 0x46, 0x8a,
- 0xaf, 0xb7, 0xab, 0xf4, 0x15, 0x92, 0xa7, 0x3d, 0x79, 0x64, 0x2d, 0x92, 0x78, 0x66, 0x0d, 0x3d,
- 0x94, 0x4c, 0x14, 0x94, 0xd3, 0x87, 0x25, 0x6d, 0xa2, 0x4b, 0x98, 0x16, 0x0e, 0xad, 0x2b, 0x8c,
- 0x83, 0x24, 0x58, 0x0c, 0xf3, 0x70, 0x57, 0x64, 0x18, 0x5d, 0xc3, 0xf1, 0x37, 0x14, 0xac, 0xa1,
- 0x78, 0x90, 0x04, 0x8b, 0x69, 0x0e, 0x85, 0xbf, 0x2a, 0x4d, 0xe0, 0xea, 0xc0, 0x82, 0xaa, 0xbb,
- 0xf4, 0x33, 0x80, 0x99, 0x3f, 0x92, 0xd3, 0xc6, 0x6a, 0x3f, 0x7d, 0x0e, 0xa1, 0x13, 0xff, 0x59,
- 0x9e, 0xb8, 0x9c, 0xe1, 0x6f, 0xab, 0xc1, 0x1f, 0xab, 0x39, 0x4c, 0xac, 0xa8, 0x4c, 0x8f, 0x86,
- 0x0e, 0x8d, 0xfb, 0xb8, 0xd3, 0xe5, 0xb6, 0xaa, 0xb1, 0x12, 0x45, 0x0f, 0x8f, 0x1c, 0x84, 0x7d,
- 0x95, 0x61, 0x74, 0x01, 0xe1, 0x86, 0x08, 0x39, 0x7b, 0x7b, 0x8f, 0x47, 0xee, 0x31, 0x3e, 0xa7,
- 0x33, 0x38, 0xfd, 0xe7, 0xa9, 0xea, 0xee, 0x7e, 0xfe, 0x72, 0xa6, 0x5a, 0xa9, 0xa8, 0x35, 0xdd,
- 0x8d, 0xee, 0xb4, 0xa1, 0x66, 0xa9, 0xf8, 0x72, 0xbb, 0xe2, 0x63, 0xf7, 0xd7, 0x77, 0x5f, 0x01,
- 0x00, 0x00, 0xff, 0xff, 0x7f, 0x03, 0x12, 0xd6, 0x7e, 0x01, 0x00, 0x00,
- }
|