method

Store.Ready

func (backend *Store) Ready( ctx context.Context, manifest schema.Manifest, ) error

Prove manifest-ledger and complete managed-index readiness for compatibility callers.

Source adapters/mongodb/migration_runner.go:656

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

This is the legacy manifest-only contract. Production binaries built by ridu build use ReadyWithMigrationHistory.

Related types

  • Store

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

  • Manifest

    An immutable versioned schema contract.