Directories
¶
| Path | Synopsis |
|---|---|
|
Package atomicfile writes a file atomically: data is written to a temp file in the same directory, fsync'd, then renamed over the destination.
|
Package atomicfile writes a file atomically: data is written to a temp file in the same directory, fsync'd, then renamed over the destination. |
|
Package lifecycle manages VORTEX's process lifecycle: ordered startup, signal handling, and graceful shutdown (build plan M1.4).
|
Package lifecycle manages VORTEX's process lifecycle: ordered startup, signal handling, and graceful shutdown (build plan M1.4). |
|
Package logger provides VORTEX's structured logging built on the Go standard library's log/slog (Non-Negotiable Rule #10: standard library first).
|
Package logger provides VORTEX's structured logging built on the Go standard library's log/slog (Non-Negotiable Rule #10: standard library first). |
|
Package pidfile manages VORTEX's PID file: a small text file holding the running server's process ID.
|
Package pidfile manages VORTEX's PID file: a small text file holding the running server's process ID. |
|
Package safedial builds HTTP clients that are robust against SSRF via DNS rebinding (production audit H2).
|
Package safedial builds HTTP clients that are robust against SSRF via DNS rebinding (production audit H2). |
Click to show internal directories.
Click to hide internal directories.