Documentation
¶
Overview ¶
Package workflow orchestrates a single recovery drill end-to-end: preflight checks, Restic restore, sandbox creation, PostgreSQL restore, SQL validation, reporting, and cleanup.
The workflow never returns a raw error to the caller. All outcomes — including failures — are captured in the returned *report.Report so it can always be serialized.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("not implemented")
ErrNotImplemented is a sentinel for future use.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.