pub fn validate_stores(stores: &[StoreConfig]) -> Result<(), String>Expand description
Validates the stores: section: unique non-empty names, known types,
and v1 topology restrictions (standalone only). Runs before any client
is built, in every compile path (file, etcd, Admin API, dry-run).