Pulse/pkg/discovery
rcourtman b0ce0d932f chore: remove additional dead code
Remove 241 lines of unreachable code across internal and pkg:
- internal/crypto/crypto.go: unused NewCryptoManager wrapper
- internal/monitoring/scheduler.go: unused fixedIntervalSelector type
- internal/ssh/knownhosts/manager.go: unused hostKeyExists function
- internal/updates/manager.go: unused getLatestRelease wrapper
- internal/updates/updater.go: unused GetAll method
- pkg/discovery/discovery.go: unused scanWorker and runPhase (legacy compat)
- pkg/proxmox/client.go: unused post, getTaskStatus, waitForTaskCompletion, getTaskLog
- pkg/proxmox/cluster_client.go: unused markUnhealthy wrapper
2025-11-27 05:13:26 +00:00
..
envdetect style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
discovery.go chore: remove additional dead code 2025-11-27 05:13:26 +00:00
discovery_test.go Fix PBS discovery causing auth failures 2025-11-23 00:08:54 +00:00
probe_test_helpers.go feat: unify and improve Proxmox discovery/scanning architecture 2025-10-21 13:09:41 +00:00