123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: system_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-company/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("system_service.proto", fileDescriptor_5d35c01297e407e4)
- }
- var fileDescriptor_5d35c01297e407e4 = []byte{
- // 223 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x41, 0x4b, 0xc4, 0x30,
- 0x10, 0x85, 0xc5, 0xc3, 0x82, 0xa3, 0x20, 0x44, 0x57, 0xd7, 0x1e, 0xbd, 0x9b, 0xa5, 0x7a, 0x16,
- 0xac, 0x16, 0x45, 0xf0, 0xa4, 0x78, 0xf1, 0x52, 0x9a, 0x66, 0x84, 0x42, 0xdb, 0x8c, 0x49, 0x2c,
- 0xe4, 0x87, 0xfa, 0x7f, 0xc4, 0x8c, 0x05, 0x5b, 0x73, 0xfd, 0xbe, 0x79, 0x2f, 0x8f, 0xc0, 0xb1,
- 0x0b, 0xce, 0x63, 0x5f, 0x39, 0xb4, 0x63, 0xdb, 0xa0, 0x24, 0x6b, 0xbc, 0x11, 0x40, 0x4a, 0xfe,
- 0x92, 0xec, 0x70, 0xcc, 0xb7, 0x7c, 0xc4, 0xf2, 0xf2, 0x6b, 0x17, 0x56, 0x2f, 0x11, 0x88, 0x3b,
- 0xd8, 0x7f, 0xa8, 0xad, 0xc6, 0xe1, 0x71, 0x78, 0x37, 0x4e, 0x9c, 0x49, 0x52, 0xd5, 0x98, 0xcb,
- 0x3f, 0xec, 0x19, 0x3f, 0x3e, 0xd1, 0xf9, 0xec, 0x34, 0xa5, 0xa8, 0x0b, 0xe7, 0x3b, 0xe2, 0x06,
- 0x80, 0xe9, 0x53, 0xeb, 0xbc, 0xd8, 0xcc, 0x0e, 0x7f, 0xd0, 0x54, 0x71, 0x92, 0x30, 0xdc, 0x70,
- 0x0d, 0x7b, 0x0c, 0x0b, 0xad, 0xc5, 0xfc, 0xa5, 0x42, 0xeb, 0x29, 0xbf, 0xfe, 0x2f, 0x38, 0x7e,
- 0x0f, 0x07, 0xcc, 0x5e, 0x49, 0xd7, 0x1e, 0x45, 0x36, 0x3b, 0x64, 0x38, 0x95, 0x6c, 0x92, 0x6e,
- 0x31, 0xa3, 0xc4, 0x6e, 0x31, 0xa3, 0xc4, 0x2e, 0x3d, 0x23, 0x8a, 0x18, 0xbf, 0x5d, 0xbf, 0x1d,
- 0x91, 0x35, 0x84, 0xd6, 0x87, 0x8b, 0xc6, 0xf4, 0x54, 0x0f, 0x61, 0x4b, 0x4a, 0xad, 0xe2, 0xaf,
- 0x5f, 0x7d, 0x07, 0x00, 0x00, 0xff, 0xff, 0x43, 0x5d, 0x75, 0x1a, 0xaa, 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
- // SystemClient is the client API for System service.
- //
- // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
- type SystemClient interface {
- GardenInfos(ctx context.Context, in *v1.GardenInfosRequest, opts ...grpc.CallOption) (*v1.GardenInfosReply, error)
- GardenList(ctx context.Context, in *v1.GardenListRequest, opts ...grpc.CallOption) (*v1.GardenListReply, error)
- GardenAdd(ctx context.Context, in *v1.GardenAddRequest, opts ...grpc.CallOption) (*v1.GardenAddReply, error)
- GardenUpdate(ctx context.Context, in *v1.GardenUpdateRequest, opts ...grpc.CallOption) (*v1.GardenUpdateReply, error)
- GardenDel(ctx context.Context, in *v1.GardenDelRequest, opts ...grpc.CallOption) (*v1.GardenDelReply, error)
- }
- type systemClient struct {
- cc grpc.ClientConnInterface
- }
- func NewSystemClient(cc grpc.ClientConnInterface) SystemClient {
- return &systemClient{cc}
- }
- func (c *systemClient) GardenInfos(ctx context.Context, in *v1.GardenInfosRequest, opts ...grpc.CallOption) (*v1.GardenInfosReply, error) {
- out := new(v1.GardenInfosReply)
- err := c.cc.Invoke(ctx, "/pb.service.System/GardenInfos", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *systemClient) GardenList(ctx context.Context, in *v1.GardenListRequest, opts ...grpc.CallOption) (*v1.GardenListReply, error) {
- out := new(v1.GardenListReply)
- err := c.cc.Invoke(ctx, "/pb.service.System/GardenList", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *systemClient) GardenAdd(ctx context.Context, in *v1.GardenAddRequest, opts ...grpc.CallOption) (*v1.GardenAddReply, error) {
- out := new(v1.GardenAddReply)
- err := c.cc.Invoke(ctx, "/pb.service.System/GardenAdd", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *systemClient) GardenUpdate(ctx context.Context, in *v1.GardenUpdateRequest, opts ...grpc.CallOption) (*v1.GardenUpdateReply, error) {
- out := new(v1.GardenUpdateReply)
- err := c.cc.Invoke(ctx, "/pb.service.System/GardenUpdate", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *systemClient) GardenDel(ctx context.Context, in *v1.GardenDelRequest, opts ...grpc.CallOption) (*v1.GardenDelReply, error) {
- out := new(v1.GardenDelReply)
- err := c.cc.Invoke(ctx, "/pb.service.System/GardenDel", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- // SystemServer is the server API for System service.
- type SystemServer interface {
- GardenInfos(context.Context, *v1.GardenInfosRequest) (*v1.GardenInfosReply, error)
- GardenList(context.Context, *v1.GardenListRequest) (*v1.GardenListReply, error)
- GardenAdd(context.Context, *v1.GardenAddRequest) (*v1.GardenAddReply, error)
- GardenUpdate(context.Context, *v1.GardenUpdateRequest) (*v1.GardenUpdateReply, error)
- GardenDel(context.Context, *v1.GardenDelRequest) (*v1.GardenDelReply, error)
- }
- // UnimplementedSystemServer can be embedded to have forward compatible implementations.
- type UnimplementedSystemServer struct {
- }
- func (*UnimplementedSystemServer) GardenInfos(ctx context.Context, req *v1.GardenInfosRequest) (*v1.GardenInfosReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GardenInfos not implemented")
- }
- func (*UnimplementedSystemServer) GardenList(ctx context.Context, req *v1.GardenListRequest) (*v1.GardenListReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GardenList not implemented")
- }
- func (*UnimplementedSystemServer) GardenAdd(ctx context.Context, req *v1.GardenAddRequest) (*v1.GardenAddReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GardenAdd not implemented")
- }
- func (*UnimplementedSystemServer) GardenUpdate(ctx context.Context, req *v1.GardenUpdateRequest) (*v1.GardenUpdateReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GardenUpdate not implemented")
- }
- func (*UnimplementedSystemServer) GardenDel(ctx context.Context, req *v1.GardenDelRequest) (*v1.GardenDelReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method GardenDel not implemented")
- }
- func RegisterSystemServer(s *grpc.Server, srv SystemServer) {
- s.RegisterService(&_System_serviceDesc, srv)
- }
- func _System_GardenInfos_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.GardenInfosRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SystemServer).GardenInfos(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.service.System/GardenInfos",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SystemServer).GardenInfos(ctx, req.(*v1.GardenInfosRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _System_GardenList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.GardenListRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SystemServer).GardenList(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.service.System/GardenList",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SystemServer).GardenList(ctx, req.(*v1.GardenListRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _System_GardenAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.GardenAddRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SystemServer).GardenAdd(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.service.System/GardenAdd",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SystemServer).GardenAdd(ctx, req.(*v1.GardenAddRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _System_GardenUpdate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.GardenUpdateRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SystemServer).GardenUpdate(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.service.System/GardenUpdate",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SystemServer).GardenUpdate(ctx, req.(*v1.GardenUpdateRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _System_GardenDel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.GardenDelRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SystemServer).GardenDel(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.service.System/GardenDel",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SystemServer).GardenDel(ctx, req.(*v1.GardenDelRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- var _System_serviceDesc = grpc.ServiceDesc{
- ServiceName: "pb.service.System",
- HandlerType: (*SystemServer)(nil),
- Methods: []grpc.MethodDesc{
- {
- MethodName: "GardenInfos",
- Handler: _System_GardenInfos_Handler,
- },
- {
- MethodName: "GardenList",
- Handler: _System_GardenList_Handler,
- },
- {
- MethodName: "GardenAdd",
- Handler: _System_GardenAdd_Handler,
- },
- {
- MethodName: "GardenUpdate",
- Handler: _System_GardenUpdate_Handler,
- },
- {
- MethodName: "GardenDel",
- Handler: _System_GardenDel_Handler,
- },
- },
- Streams: []grpc.StreamDesc{},
- Metadata: "system_service.proto",
- }
|