Documentation ¶ Index ¶ type Database func Open(path string, mode os.FileMode, options *bolt.Options) (*Database, error) func (db *Database) Close() func (db *Database) Update(fn func(dbpkg.Transaction) error) error func (db *Database) View(fn func(dbpkg.Transaction) error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Database ¶ type Database struct { // contains filtered or unexported fields } func Open ¶ func Open(path string, mode os.FileMode, options *bolt.Options) (*Database, error) func (*Database) Close ¶ func (db *Database) Close() func (*Database) Update ¶ func (db *Database) Update(fn func(dbpkg.Transaction) error) error func (*Database) View ¶ func (db *Database) View(fn func(dbpkg.Transaction) error) error Source Files ¶ View all Source files db.go Click to show internal directories. Click to hide internal directories.