123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: smart_auth.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package pb
- import (
- v1 "access-control-monitor/pb/v1"
- 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"
- )
- // 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("smart_auth.proto", fileDescriptor_aaaceba66a98f379)
- }
- var fileDescriptor_aaaceba66a98f379 = []byte{
- // 197 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x28, 0xce, 0x4d, 0x2c,
- 0x2a, 0x89, 0x4f, 0x2c, 0x2d, 0xc9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2a, 0x48,
- 0x92, 0xe2, 0x2f, 0x33, 0xd4, 0x4f, 0x49, 0x2d, 0xcb, 0x4c, 0x4e, 0x85, 0x08, 0x1a, 0x3d, 0x66,
- 0xe4, 0xe2, 0x0c, 0x06, 0xa9, 0x74, 0x2c, 0x2d, 0xc9, 0x10, 0xb2, 0xe2, 0xe2, 0x72, 0x01, 0xcb,
- 0x7a, 0xe6, 0xa5, 0xe5, 0x0b, 0x89, 0xea, 0x95, 0x19, 0xea, 0x21, 0xf8, 0x41, 0xa9, 0x85, 0xa5,
- 0xa9, 0xc5, 0x25, 0x52, 0xc2, 0xe8, 0xc2, 0x05, 0x39, 0x95, 0x4a, 0x0c, 0x42, 0x41, 0x5c, 0x42,
- 0x10, 0xc1, 0xe0, 0x92, 0xc4, 0x92, 0xd2, 0xe2, 0xd0, 0x82, 0x94, 0xc4, 0x92, 0x54, 0x21, 0x59,
- 0x84, 0x62, 0x64, 0x71, 0x98, 0x59, 0xd2, 0xb8, 0xa4, 0x21, 0x66, 0xba, 0x71, 0xf1, 0x41, 0x24,
- 0x03, 0x12, 0x8b, 0x12, 0x73, 0x83, 0x53, 0x4b, 0x84, 0x24, 0x11, 0x1a, 0x60, 0x62, 0x30, 0xb3,
- 0xc4, 0xb1, 0x49, 0x81, 0xcd, 0x71, 0x92, 0x8e, 0x92, 0x4c, 0x4c, 0x4e, 0x4e, 0x2d, 0x2e, 0xd6,
- 0x4d, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xd1, 0xcd, 0xcd, 0xcf, 0xcb, 0x2c, 0xc9, 0x2f, 0xd2,
- 0x2f, 0x48, 0x4a, 0x62, 0x03, 0x87, 0x84, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xe5, 0xef, 0xef,
- 0x50, 0x32, 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
- // SmartAuthClient is the client API for SmartAuth service.
- //
- // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
- type SmartAuthClient interface {
- // 获取设备基本信息
- DeviceInfo(ctx context.Context, in *v1.DeviceInfoRequest, opts ...grpc.CallOption) (*v1.DeviceInfoReply, error)
- // 设备状态更新
- DeviceStatusUpdate(ctx context.Context, in *v1.DeviceStatusUpdateRequest, opts ...grpc.CallOption) (*v1.DeviceStatusUpdateReply, error)
- // 设备参数设置
- DeviceParamSet(ctx context.Context, in *v1.DeviceParamSetRequest, opts ...grpc.CallOption) (*v1.DeviceParamSetReply, error)
- }
- type smartAuthClient struct {
- cc grpc.ClientConnInterface
- }
- func NewSmartAuthClient(cc grpc.ClientConnInterface) SmartAuthClient {
- return &smartAuthClient{cc}
- }
- func (c *smartAuthClient) DeviceInfo(ctx context.Context, in *v1.DeviceInfoRequest, opts ...grpc.CallOption) (*v1.DeviceInfoReply, error) {
- out := new(v1.DeviceInfoReply)
- err := c.cc.Invoke(ctx, "/pb.SmartAuth/DeviceInfo", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *smartAuthClient) DeviceStatusUpdate(ctx context.Context, in *v1.DeviceStatusUpdateRequest, opts ...grpc.CallOption) (*v1.DeviceStatusUpdateReply, error) {
- out := new(v1.DeviceStatusUpdateReply)
- err := c.cc.Invoke(ctx, "/pb.SmartAuth/DeviceStatusUpdate", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- func (c *smartAuthClient) DeviceParamSet(ctx context.Context, in *v1.DeviceParamSetRequest, opts ...grpc.CallOption) (*v1.DeviceParamSetReply, error) {
- out := new(v1.DeviceParamSetReply)
- err := c.cc.Invoke(ctx, "/pb.SmartAuth/DeviceParamSet", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
- }
- // SmartAuthServer is the server API for SmartAuth service.
- type SmartAuthServer interface {
- // 获取设备基本信息
- DeviceInfo(context.Context, *v1.DeviceInfoRequest) (*v1.DeviceInfoReply, error)
- // 设备状态更新
- DeviceStatusUpdate(context.Context, *v1.DeviceStatusUpdateRequest) (*v1.DeviceStatusUpdateReply, error)
- // 设备参数设置
- DeviceParamSet(context.Context, *v1.DeviceParamSetRequest) (*v1.DeviceParamSetReply, error)
- }
- // UnimplementedSmartAuthServer can be embedded to have forward compatible implementations.
- type UnimplementedSmartAuthServer struct {
- }
- func (*UnimplementedSmartAuthServer) DeviceInfo(ctx context.Context, req *v1.DeviceInfoRequest) (*v1.DeviceInfoReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method DeviceInfo not implemented")
- }
- func (*UnimplementedSmartAuthServer) DeviceStatusUpdate(ctx context.Context, req *v1.DeviceStatusUpdateRequest) (*v1.DeviceStatusUpdateReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method DeviceStatusUpdate not implemented")
- }
- func (*UnimplementedSmartAuthServer) DeviceParamSet(ctx context.Context, req *v1.DeviceParamSetRequest) (*v1.DeviceParamSetReply, error) {
- return nil, status.Errorf(codes.Unimplemented, "method DeviceParamSet not implemented")
- }
- func RegisterSmartAuthServer(s *grpc.Server, srv SmartAuthServer) {
- s.RegisterService(&_SmartAuth_serviceDesc, srv)
- }
- func _SmartAuth_DeviceInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.DeviceInfoRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SmartAuthServer).DeviceInfo(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.SmartAuth/DeviceInfo",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SmartAuthServer).DeviceInfo(ctx, req.(*v1.DeviceInfoRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _SmartAuth_DeviceStatusUpdate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.DeviceStatusUpdateRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SmartAuthServer).DeviceStatusUpdate(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.SmartAuth/DeviceStatusUpdate",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SmartAuthServer).DeviceStatusUpdate(ctx, req.(*v1.DeviceStatusUpdateRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- func _SmartAuth_DeviceParamSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(v1.DeviceParamSetRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(SmartAuthServer).DeviceParamSet(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/pb.SmartAuth/DeviceParamSet",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(SmartAuthServer).DeviceParamSet(ctx, req.(*v1.DeviceParamSetRequest))
- }
- return interceptor(ctx, in, info, handler)
- }
- var _SmartAuth_serviceDesc = grpc.ServiceDesc{
- ServiceName: "pb.SmartAuth",
- HandlerType: (*SmartAuthServer)(nil),
- Methods: []grpc.MethodDesc{
- {
- MethodName: "DeviceInfo",
- Handler: _SmartAuth_DeviceInfo_Handler,
- },
- {
- MethodName: "DeviceStatusUpdate",
- Handler: _SmartAuth_DeviceStatusUpdate_Handler,
- },
- {
- MethodName: "DeviceParamSet",
- Handler: _SmartAuth_DeviceParamSet_Handler,
- },
- },
- Streams: []grpc.StreamDesc{},
- Metadata: "smart_auth.proto",
- }
|