//
pkg.gl
Category
github.com/rai-project/libkv
store
boltdb
package
0.2.18
Repository:
https://github.com/rai-project/libkv.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
432 SLOC
#
Functions
New
New opens a new BoltDB connection to the specified path and bucket.
Register
Register registers boltdb to libkv.
#
Variables
ErrBoltBucketOptionMissing
ErrBoltBucketOptionMissing is thrown when boltBcuket config option is missing.
ErrMultipleEndpointsUnsupported
ErrMultipleEndpointsUnsupported is thrown when multiple endpoints specified for BoltDB.
#
Structs
BoltDB
BoltDB type implements the Store interface.