method

Store.VerifyIndexes

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

Non-mutatingly verify the complete managed index plan and authorize this Store instance.

Source adapters/mongodb/indexes.go:183

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

Open alone does not authorize content operations; authorization is published only after every application and framework index matches.

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.