pub type ServerMap = Arc<RwLock<HashMap<String, ServerInfo>>>;
Shared state between all modules
pub struct ServerMap { /* private fields */ }