pub type DeployRegistry = Arc<RwLock<HashMap<String, DeployStatus>>>;
postgres
pub struct DeployRegistry { /* private fields */ }