Skip to main content

Module paths

Module paths 

Source
Expand description

Directory layout helpers for a single run.

Structs§

RunPaths
Per-run paths anchored on <root>/runs/<run-id>/.

Functions§

nofollow
Apply O_NOFOLLOW to opts on Unix, so opening an existing symlink at the path’s final component fails atomically (ELOOP) instead of following it.
run_dir
Compose the standard run directory under <root>/runs/<run-id>.
validate_run_id
Validate that run_id is a lowercase, ULID-shaped Crockford base32 string.