Files
stalwart-migrator/internal/preflight/doc.go
T
jcoffey-dev 719a945d64 Initial commit: stalwart-migrator design and scaffolding
In-place upgrade tool for Stalwart Mail Server (0.15.5 -> latest) with
checkpointed rollback and post-migration validation. Design stage; see
ARCHITECTURE.md.
2026-08-22 18:17:17 -07:00

4 lines
170 B
Go

// Package preflight implements the read-only preflight checks that gate a run before anything is touched.
// See ARCHITECTURE.md §4.1 for the design.
package preflight