Pulse/internal/hostagent
rcourtman 185e7098bd refactor: Remove duplicate isLoopback function from hostagent
The isLoopback function in internal/hostagent/agent.go was unused in
production code - it was a duplicate of the same function in
internal/hostmetrics/collector.go which is actively used.

Removed the dead code along with its associated tests to reduce
maintenance burden and improve code clarity.
2025-12-02 16:52:55 +00:00
..
agent.go refactor: Remove duplicate isLoopback function from hostagent 2025-12-02 16:52:55 +00:00
agent_test.go refactor: Remove duplicate isLoopback function from hostagent 2025-12-02 16:52:55 +00:00
version.go Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00