schemas_v1_api_platforms_old_subroutes_utils - OmniCloudOrg/OmniOrchestrator GitHub Wiki
Path: src/schemas/v1/api/platforms_old/subroutes/utils.rs
pub fn update_host_status(
cloud_name: &str,
host_name: &str,
status: &str,
current_step: &str,
progress: u8,
error: Option<&str>,
completed: bool,
) {
// ... function body
}
pub fn update_host_services(
cloud_name: &str,
host_name: &str,
services: Vec<ServiceStatus>,
) {
// ... function body
}