package
0.12.12
Repository: https://github.com/hashicorp/nomad.git
Documentation: pkg.go.dev

# Functions

IsErrNotFound returns true if the error is an ErrNotFound error.
New deduplicating wrapper for the given boltdb.
NotFound returns a new error for a key that was not found.
Open a bolt.DB and wrap it in a write-deduplicating msgpack-encoding implementation.

# Structs

DB wraps an underlying bolt.DB to create write deduplicating buckets and msgpack encoded values.
ErrNotFound is returned when a key is not found.