Files
beszel-ipv6/agent/agent_test_helpers.go

9 lines
227 B
Go

//go:build testing
package agent
// TESTING ONLY: GetConnectionManager is a helper function to get the connection manager for testing.
func (a *Agent) GetConnectionManager() *ConnectionManager {
return a.connectionManager
}