pkg/

directory
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0

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).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL