package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev

# Functions

Close bolt db.
Delete a key from target bucket.
Get value from bucket by key.
GetAllKeys get all keys from the target bucket.
GetAllKeyValues get all key/value pairs from a bucket in BoltPair struct format.
InitBolt inits bolt database.
Put a key/value pair into target bucket.

# Structs

BoltPair is a struct to store key/value pair data.