db

package
v0.0.0-...-20020d3 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kv

type Kv struct {
	Dir string
	Db  *bolt.DB
}

func NewKv

func NewKv(dir string) (*Kv, error)

func (*Kv) Close

func (k *Kv) Close()

func (*Kv) Delete

func (k *Kv) Delete(key []byte) error

func (*Kv) Get

func (k *Kv) Get(key []byte) ([]byte, error)

func (*Kv) Set

func (k *Kv) Set(key []byte, value []byte) error

Jump to

Keyboard shortcuts

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