method

Store.ApplyArtifactsWithOptions

func (backend *Store) ApplyArtifactsWithOptions( ctx context.Context, directory string, options RunnerOptions, transforms ...ridumigration.DataTransform, ) error

Apply pending physical and semantic steps with explicit maintenance and bounded coordination.

Source adapters/mongodb/migration_runner.go:25

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

Checksums, lineage, planner reconstruction, transform registry, step ledgers, and source assertions remain mandatory regardless of admissions.

Related types

  • Store

    A replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.

  • RunnerOptions

    Explicit maintenance admission and bounded lease/operation controls.

  • DataTransform

    Executable up and down callbacks bound to an immutable descriptor.