Documentation
¶
Index ¶
- type SEServiceServer
- func (s *SEServiceServer) GetReaders(_ context.Context, req *pb.GetReadersRequest) (*pb.GetReadersResponse, error)
- func (s *SEServiceServer) GetUiccReader(_ context.Context, req *pb.GetUiccReaderRequest) (*pb.GetUiccReaderResponse, error)
- func (s *SEServiceServer) GetVersion(_ context.Context, req *pb.GetVersionRequest) (*pb.GetVersionResponse, error)
- func (s *SEServiceServer) IsConnected(_ context.Context, req *pb.IsConnectedRequest) (*pb.IsConnectedResponse, error)
- func (s *SEServiceServer) NewSEService(_ context.Context, req *pb.NewSEServiceRequest) (*pb.NewSEServiceResponse, error)
- func (s *SEServiceServer) Shutdown(_ context.Context, req *pb.ShutdownRequest) (*pb.ShutdownResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SEServiceServer ¶
type SEServiceServer struct {
pb.UnimplementedSEServiceServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SEServiceServer implements pb.SEServiceServiceServer.
func (*SEServiceServer) GetReaders ¶
func (s *SEServiceServer) GetReaders(_ context.Context, req *pb.GetReadersRequest) (*pb.GetReadersResponse, error)
func (*SEServiceServer) GetUiccReader ¶
func (s *SEServiceServer) GetUiccReader(_ context.Context, req *pb.GetUiccReaderRequest) (*pb.GetUiccReaderResponse, error)
func (*SEServiceServer) GetVersion ¶
func (s *SEServiceServer) GetVersion(_ context.Context, req *pb.GetVersionRequest) (*pb.GetVersionResponse, error)
func (*SEServiceServer) IsConnected ¶
func (s *SEServiceServer) IsConnected(_ context.Context, req *pb.IsConnectedRequest) (*pb.IsConnectedResponse, error)
func (*SEServiceServer) NewSEService ¶
func (s *SEServiceServer) NewSEService(_ context.Context, req *pb.NewSEServiceRequest) (*pb.NewSEServiceResponse, error)
func (*SEServiceServer) Shutdown ¶
func (s *SEServiceServer) Shutdown(_ context.Context, req *pb.ShutdownRequest) (*pb.ShutdownResponse, error)
Click to show internal directories.
Click to hide internal directories.