Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultURI ...
DefaultURI = "mongodb://localhost:27017"
)
Variables ¶
This section is empty.
Functions ¶
func SnapshotRepository ¶ added in v0.11.0
func SnapshotRepository(ctx context.Context, aggregateConfig cqrs.AggregateConfig, opts ...Option) (cqrs.SnapshotRepository, error)
SnapshotRepository ...
func WithSnapshotRepositoryFactory ¶
WithSnapshotRepositoryFactory ...
Types ¶
type Config ¶
type Config struct { URI string Database string CreateIndexes bool ClientOptions []*options.ClientOptions }
Config ...
Click to show internal directories.
Click to hide internal directories.