storage

package
v0.0.0-...-9123e61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoltDB

type BoltDB struct {
	*bolt.DB
}

DB wrapper for bolt.DB

func NewBoltDB

func NewBoltDB(path string) (*BoltDB, error)

NewBoltDB returns a BoltDB wrapper

type TestDB

type TestDB struct {
	*BoltDB
}

func NewTestDB

func NewTestDB() *TestDB

NewTestDB returns a TestDB using a temporary path.

func (*TestDB) Close

func (db *TestDB) Close()

Close and delete Bolt database.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL