package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 3, 2018
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package BoltDB provides tools for using Bolt as a standard persistence layer for services
DAO defines the functions specific to the boltdb dao
type Handler struct {
dao.DAO
}
Handler for the main functions of the DAO
NewDAO creates a new handler for the boltdb dao
func (*Handler) DB ¶
DB returns the bolt DB object
func (*Handler) Init ¶
Init initialises the handler
Source Files
¶
Click to show internal directories.
Click to hide internal directories.