boltdb

package
v0.0.0-...-ca4665a Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2016 License: Apache-2.0 Imports: 2 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
}

func NewBoltdbStore

func NewBoltdbStore(db *bolt.DB) (*Boltdb, error)

func (*Boltdb) GetKeyValue

func (db *Boltdb) GetKeyValue(key string) (string, error)

func (*Boltdb) GetSnapshot

func (db *Boltdb) GetSnapshot() ([]byte, error)

func (*Boltdb) PutKeyValue

func (db *Boltdb) PutKeyValue(key string, value []byte) error

Jump to

Keyboard shortcuts

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