method
Store.ArtifactPlan
func (backend *Store) ArtifactPlan(
ctx context.Context,
directory string,
) ([]MigrationStatus, error)Return immutable execution topology and checkpoints without applying work.
Related types
StoreA PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.
MigrationStatusOne artifact’s ledger state and optional phased progress.