function

VerifyArtifactsWithOptions

func VerifyArtifactsWithOptions( ctx context.Context, config Config, directory string, options RunnerOptions, transforms ...ridumigration.DataTransform, ) error

Verify complete history with explicit maintenance admission and bounded runner controls.

Source adapters/mongodb/migration_runner.go:592

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

Related types

  • Config

    Runtime-only MongoDB connection behavior.

  • RunnerOptions

    Explicit maintenance admission and bounded lease/operation controls.

  • DataTransform

    Executable up and down callbacks bound to an immutable descriptor.