Documentation
¶
Overview ¶
Package config provides the common configuration options for write cache implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Type Type
BBoltOptions []writecachebbolt.Option
BadgerOptions []writecachebadger.Option
}
Options are the configuration options for the write cache.
Click to show internal directories.
Click to hide internal directories.