Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SEServiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)