# Functions

CreateDocumentStore creates a new DocumentStore given the connection string.
No description provided by the author
NewMockDocumentStore creates a new mock instance.

# Structs

MockDocumentStore is a mock of DocumentStore interface.
MockDocumentStoreMockRecorder is the mock recorder for MockDocumentStore.
NoopCloser implements io.ReadCloser with a No-Operation, intended for returning byte slices.

# Interfaces

DocumentStore is used to store and retrieve chained documents.