Versions in this module Expand all Collapse all v1 v1.3.5 Jan 1, 2025 v1.3.4 Dec 11, 2024 Changes in this version + type Store struct + func NewStoreWith(docStore plugin.DocumentStore, opts ...StoreOption) *Store + func (store *Store) Dump() ([]string, error) + func (store *Store) DumpCollection(ctx context.Context, db store.Database, col store.Collection, ...) ([]string, error) + func (store *Store) DumpDatabase(ctx context.Context, db store.Database) ([]string, error) + type StoreOption func(*Store) + func WithStoreDumpChildren(v bool) StoreOption