Skip to main content

DeployRegistry

Type Alias DeployRegistry 

Source
pub type DeployRegistry = Arc<RwLock<HashMap<String, DeployStatus>>>;
Available on crate feature postgres only.

Aliased Typeยง

pub struct DeployRegistry { /* private fields */ }