ensure_file

Function ensure_file 

Source
fn ensure_file(
    filestore: &FileStore,
    zone: &str,
    name: &str,
) -> Result<(), String>
Expand description

Ensure a file exists in zone. No-op when present.