Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackendOptions ¶
type BackendOptions struct { //QueryTimeout is the maximum time a query should take QueryTimeout time.Duration // contains filtered or unexported fields }
BackendOptions is the option structure for MongoBackend
func DefaultOptions ¶
func DefaultOptions(logger *zap.Logger) BackendOptions
DefaultOptions returns the default options for MongoBackend
Click to show internal directories.
Click to hide internal directories.