//
pkg.gl
Category
github.com/docker/libkv
store
boltdb
package
0.2.1
Repository:
https://github.com/docker/libkv.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
130
Files
427 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.