chore: remove unused phaseError type from discovery

This commit is contained in:
rcourtman 2025-11-27 08:47:13 +00:00
parent 3b23d16c23
commit a4436c1b93

View file

@ -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 {