# Functions
NewTestFixture creates a new database test fixture.
# Constants
DefaultDBFileMode is the default file mode a bolt database file should be created with if nothing else is specified.
# Structs
Bolt represents the bbolt database used by acmeproxy to store its data.
TestFixture wraps a database suitable for testing.