method
Store.BeginSnapshot
func (backend *Store) BeginSnapshot(
ctx context.Context,
) (store.Transaction, error)Begin a stable snapshot in read-only adapter mode.
Related types
StoreA replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.
TransactionAtomic document reads and mutations.