Skip to main content

normalize_all

Function normalize_all 

Source
pub fn normalize_all(
    apps: Vec<AppConfig>,
) -> Result<Vec<ResolvedApp>, NormalizeError>
Expand description

Validates a whole flock, rejecting duplicate sheep names

ยงErrors

Everything normalize returns, plus NormalizeError::DuplicateName: two apps share a name. NormalizeError::DependencyCycle: two apps in the document depend on each other.