Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents a new document store utility instance.
func NewStoreWith ¶
func NewStoreWith(docStore plugin.DocumentStore, opts ...StoreOption) *Store
NewStoreWith returns a new document store utility instance with the specified store.
func (*Store) DumpCollection ¶
type StoreOption ¶
type StoreOption func(*Store)
StoreOption represents a store option.
func WithStoreDumpChildren ¶
func WithStoreDumpChildren(v bool) StoreOption
Click to show internal directories.
Click to hide internal directories.