Expand description
Directory layout helpers for a single run.
Structs§
- RunPaths
- Per-run paths anchored on
<root>/runs/<run-id>/.
Functions§
- nofollow
- Apply
O_NOFOLLOWtooptson 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_idis a lowercase, ULID-shaped Crockford base32 string.