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