// Code generated by protoc-gen-go. DO NOT EDIT. // source: household_service.proto // package声明符,用来防止不同的消息类型有命名冲突 package pb import ( context "context" fmt "fmt" proto "github.com/golang/protobuf/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" math "math" v1 "property-garden/pb/v1" ) // 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 func init() { proto.RegisterFile("household_service.proto", fileDescriptor_29439a8e98771332) } var fileDescriptor_29439a8e98771332 = []byte{ // 225 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcf, 0xc8, 0x2f, 0x2d, 0x4e, 0xcd, 0xc8, 0xcf, 0x49, 0x89, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x2a, 0x48, 0xd2, 0x83, 0x8a, 0x48, 0x09, 0x95, 0x19, 0xea, 0xc3, 0xd5, 0x41, 0xe4, 0x8d, 0xde, 0x32, 0x71, 0x71, 0x7a, 0xc0, 0xc4, 0x84, 0xfc, 0xb9, 0xf8, 0xe1, 0x9c, 0xa0, 0xd4, 0xb4, 0xd2, 0xe2, 0x54, 0x21, 0x59, 0xbd, 0x82, 0xa4, 0xf8, 0x32, 0x43, 0x3d, 0x34, 0xf1, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x29, 0x69, 0x5c, 0xd2, 0x05, 0x39, 0x95, 0x4a, 0x0c, 0x42, 0x71, 0x5c, 0x22, 0x60, 0x99, 0xa0, 0xd4, 0xbc, 0x12, 0xe7, 0x8c, 0xc4, 0xbc, 0xf4, 0x54, 0xb7, 0xcc, 0xd4, 0x9c, 0x14, 0x21, 0x25, 0x64, 0x6d, 0x68, 0x92, 0x30, 0xa3, 0x15, 0xf0, 0xaa, 0x81, 0x98, 0x1f, 0xc1, 0x25, 0x04, 0xb7, 0x39, 0x3c, 0x31, 0xb3, 0xc4, 0x39, 0xbf, 0x34, 0xaf, 0x44, 0x48, 0x01, 0xdd, 0x51, 0x70, 0x29, 0x98, 0xd9, 0x72, 0x78, 0x54, 0x40, 0x4c, 0x0e, 0xe5, 0x12, 0x84, 0x4b, 0xba, 0xa4, 0xe6, 0x80, 0xd9, 0x42, 0xf2, 0xe8, 0xda, 0x60, 0x32, 0x30, 0x73, 0x65, 0x71, 0x2b, 0x00, 0x1b, 0xeb, 0x24, 0x12, 0x25, 0x54, 0x50, 0x94, 0x5f, 0x90, 0x5a, 0x54, 0x52, 0xa9, 0x9b, 0x9e, 0x58, 0x94, 0x92, 0x9a, 0xa7, 0x5f, 0x90, 0x94, 0xc4, 0x06, 0x8e, 0x0c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1b, 0x93, 0x37, 0xdc, 0xc7, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConnInterface // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion6 // HouseholdClient is the client API for Household service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type HouseholdClient interface { // 因房屋更新,需拒绝申请 HouseholdRefuse(ctx context.Context, in *v1.HouseholdRefuseRequest, opts ...grpc.CallOption) (*v1.HouseholdRefuseReply, error) // 因房屋,小区或单元信息变更需更新租房信息 HouseRentChangeField(ctx context.Context, in *v1.HouseRentChangeFieldRequest, opts ...grpc.CallOption) (*v1.HouseRentChangeFieldReply, error) // 获取待审核的住户数量 HouseholdWaitCount(ctx context.Context, in *v1.HouseholdWaitCountRequest, opts ...grpc.CallOption) (*v1.HouseholdWaitCountReply, error) // 住户退出房屋 HouseholdDelHouse(ctx context.Context, in *v1.HouseholdDelHouseRequest, opts ...grpc.CallOption) (*v1.HouseholdDelHouseReply, error) } type householdClient struct { cc grpc.ClientConnInterface } func NewHouseholdClient(cc grpc.ClientConnInterface) HouseholdClient { return &householdClient{cc} } func (c *householdClient) HouseholdRefuse(ctx context.Context, in *v1.HouseholdRefuseRequest, opts ...grpc.CallOption) (*v1.HouseholdRefuseReply, error) { out := new(v1.HouseholdRefuseReply) err := c.cc.Invoke(ctx, "/pb.service.Household/HouseholdRefuse", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *householdClient) HouseRentChangeField(ctx context.Context, in *v1.HouseRentChangeFieldRequest, opts ...grpc.CallOption) (*v1.HouseRentChangeFieldReply, error) { out := new(v1.HouseRentChangeFieldReply) err := c.cc.Invoke(ctx, "/pb.service.Household/HouseRentChangeField", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *householdClient) HouseholdWaitCount(ctx context.Context, in *v1.HouseholdWaitCountRequest, opts ...grpc.CallOption) (*v1.HouseholdWaitCountReply, error) { out := new(v1.HouseholdWaitCountReply) err := c.cc.Invoke(ctx, "/pb.service.Household/HouseholdWaitCount", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *householdClient) HouseholdDelHouse(ctx context.Context, in *v1.HouseholdDelHouseRequest, opts ...grpc.CallOption) (*v1.HouseholdDelHouseReply, error) { out := new(v1.HouseholdDelHouseReply) err := c.cc.Invoke(ctx, "/pb.service.Household/HouseholdDelHouse", in, out, opts...) if err != nil { return nil, err } return out, nil } // HouseholdServer is the server API for Household service. type HouseholdServer interface { // 因房屋更新,需拒绝申请 HouseholdRefuse(context.Context, *v1.HouseholdRefuseRequest) (*v1.HouseholdRefuseReply, error) // 因房屋,小区或单元信息变更需更新租房信息 HouseRentChangeField(context.Context, *v1.HouseRentChangeFieldRequest) (*v1.HouseRentChangeFieldReply, error) // 获取待审核的住户数量 HouseholdWaitCount(context.Context, *v1.HouseholdWaitCountRequest) (*v1.HouseholdWaitCountReply, error) // 住户退出房屋 HouseholdDelHouse(context.Context, *v1.HouseholdDelHouseRequest) (*v1.HouseholdDelHouseReply, error) } // UnimplementedHouseholdServer can be embedded to have forward compatible implementations. type UnimplementedHouseholdServer struct { } func (*UnimplementedHouseholdServer) HouseholdRefuse(ctx context.Context, req *v1.HouseholdRefuseRequest) (*v1.HouseholdRefuseReply, error) { return nil, status.Errorf(codes.Unimplemented, "method HouseholdRefuse not implemented") } func (*UnimplementedHouseholdServer) HouseRentChangeField(ctx context.Context, req *v1.HouseRentChangeFieldRequest) (*v1.HouseRentChangeFieldReply, error) { return nil, status.Errorf(codes.Unimplemented, "method HouseRentChangeField not implemented") } func (*UnimplementedHouseholdServer) HouseholdWaitCount(ctx context.Context, req *v1.HouseholdWaitCountRequest) (*v1.HouseholdWaitCountReply, error) { return nil, status.Errorf(codes.Unimplemented, "method HouseholdWaitCount not implemented") } func (*UnimplementedHouseholdServer) HouseholdDelHouse(ctx context.Context, req *v1.HouseholdDelHouseRequest) (*v1.HouseholdDelHouseReply, error) { return nil, status.Errorf(codes.Unimplemented, "method HouseholdDelHouse not implemented") } func RegisterHouseholdServer(s *grpc.Server, srv HouseholdServer) { s.RegisterService(&_Household_serviceDesc, srv) } func _Household_HouseholdRefuse_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(v1.HouseholdRefuseRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(HouseholdServer).HouseholdRefuse(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/pb.service.Household/HouseholdRefuse", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(HouseholdServer).HouseholdRefuse(ctx, req.(*v1.HouseholdRefuseRequest)) } return interceptor(ctx, in, info, handler) } func _Household_HouseRentChangeField_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(v1.HouseRentChangeFieldRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(HouseholdServer).HouseRentChangeField(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/pb.service.Household/HouseRentChangeField", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(HouseholdServer).HouseRentChangeField(ctx, req.(*v1.HouseRentChangeFieldRequest)) } return interceptor(ctx, in, info, handler) } func _Household_HouseholdWaitCount_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(v1.HouseholdWaitCountRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(HouseholdServer).HouseholdWaitCount(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/pb.service.Household/HouseholdWaitCount", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(HouseholdServer).HouseholdWaitCount(ctx, req.(*v1.HouseholdWaitCountRequest)) } return interceptor(ctx, in, info, handler) } func _Household_HouseholdDelHouse_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(v1.HouseholdDelHouseRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(HouseholdServer).HouseholdDelHouse(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/pb.service.Household/HouseholdDelHouse", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(HouseholdServer).HouseholdDelHouse(ctx, req.(*v1.HouseholdDelHouseRequest)) } return interceptor(ctx, in, info, handler) } var _Household_serviceDesc = grpc.ServiceDesc{ ServiceName: "pb.service.Household", HandlerType: (*HouseholdServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HouseholdRefuse", Handler: _Household_HouseholdRefuse_Handler, }, { MethodName: "HouseRentChangeField", Handler: _Household_HouseRentChangeField_Handler, }, { MethodName: "HouseholdWaitCount", Handler: _Household_HouseholdWaitCount_Handler, }, { MethodName: "HouseholdDelHouse", Handler: _Household_HouseholdDelHouse_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "household_service.proto", }