# Functions
NewEventStore create a event store from configuration.
WithMarshaler provides the possibility to set an marshaling function for the config.
WithTLS configures connection to use TLS.
WithUnmarshaler provides the possibility to set an unmarshaling function for the config.
# Structs
Config provides Mongo DB configuration options.
EventStore implements an EventStore for MongoDB.
# Type aliases
Option provides the means to use function call chaining.