pub type HealthMap = Arc<RwLock<HashMap<Uuid, bool>>>;
Shared health map type. true = proxy is currently considered healthy.
true
pub struct HealthMap { /* private fields */ }