Documentation ¶
Overview ¶
Package BoltDB provides tools for using Bolt as a standard persistence layer for services
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAO ¶
type DAO interface { dao.DAO DB() *bolt.DB Compact(opts map[string]interface{}) (int64, int64, error) }
DAO defines the functions specific to the boltdb dao
Click to show internal directories.
Click to hide internal directories.