method

Store.ArtifactPlan

func (backend *Store) ArtifactPlan( ctx context.Context, directory string, ) ([]MigrationStatus, error)

Return immutable execution topology and checkpoints without applying work.

Source adapters/postgres/artifact_runner.go:1862

@param ctx
The ctx value.
@param directory
The directory value.
@returns
The declared result.

Related types

  • Store

    A PostgreSQL implementation of Ridu’s document, snapshot, auth, preference, task, job, lock, upload-reference, and migration store contracts.

  • MigrationStatus

    One artifact’s ledger state and optional phased progress.