method
Store.ArtifactStatus
func (backend *Store) ArtifactStatus(
ctx context.Context,
directory string,
) ([]MigrationStatus, error)Report applied/pending artifacts and durable phased progress.
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.