Documentation ¶
Overview ¶
Package database implements a database backed storage backend.
Index ¶
Constants ¶
View Source
const ( // BackendNameBadgerDB is the name of the BadgerDB backed database backend. BackendNameBadgerDB = "badger" // BackendNamePathBadger is the name of the PathBadger database backend. BackendNamePathBadger = "pathbadger" )
Variables ¶
This section is empty.
Functions ¶
func DefaultFileName ¶
DefaultFileName returns the default database filename for the specified backend.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.