Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Directory represents the path on disk where the Badger database should store data
Directory string `toml:"directory"`
// ValueDirectory represents the path on disk where the Badger database will store its value log.
ValueDirectory string `toml:"value_directory"`
}
Options is a collection of Configurations for storing cached data on the Filesystem in a Badger key-value store
Click to show internal directories.
Click to hide internal directories.