package
0.3.0
Repository: https://github.com/synapse-garden/mf-proto.git
Documentation: pkg.go.dev

# Functions

CleanupDB closes and removes the DB.
CleanupObjects cleans the given map of IDs to Objects in the database.
CreateObjects stores the given map of IDs to Objects in the database.
No description provided by the author
NewDB makes a new DB with the given setup func(s).
SetupBolt sets up a BoltDB testing DB with the given filename.
SetupBuckets adds the given db.Buckets to the DB.
SetupUpdateErr adds an error to be returned when Update is called for the DB.
SetupViewErr adds an error to be returned when View is called for the DB.

# Structs

DB fulfills db.DB with attributes that can be manually set.
No description provided by the author
No description provided by the author

# Type aliases

SetupFunc is a func which sets up a *DB.