In-place upgrade tool for Stalwart Mail Server (0.15.5 -> latest) with checkpointed rollback and post-migration validation. Design stage; see ARCHITECTURE.md.
4 lines
161 B
Go
4 lines
161 B
Go
// Package config implements the tool's own configuration: paths, thresholds, and credential handling.
|
|
// See ARCHITECTURE.md §6 for the design.
|
|
package config
|