# Constants
FileName is the default file name for the bolt db file.
*Bucket are the names used for internal bolt buckets.
We just need one key for now so use the byte 'm' for meta arbitrarily.
No description provided by the author
# Variables
ErrUnintialized is returned when any call is made before Load has opened the DB file.
# Structs
BoltMetaDB implements types.MetaStore using BoltDB as a reliable persistent store.