Skip to main content

validate_name

Function validate_name 

Source
pub fn validate_name(name: &str) -> Result<(), String>
Expand description

Validate a connector system name: lowercase, starts with a letter, then letters/digits/hyphens (the faucet-<kind>-<name> convention).