diff --git a/pkg/discovery/discovery.go b/pkg/discovery/discovery.go index 80105aa..6e3a5be 100644 --- a/pkg/discovery/discovery.go +++ b/pkg/discovery/discovery.go @@ -355,11 +355,6 @@ type discoveredResult struct { Server *DiscoveredServer } -type phaseError struct { - Phase string - Message string -} - func (s *Scanner) discoverAtPort(ctx context.Context, ip string, port int) *DiscoveredServer { probe := s.probeProxmoxService(ctx, ip, port) if probe == nil || !probe.Positive {