boltkv

package
v0.0.0-...-704fc8a Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrBucketNotFound = errors.New("bucket not found")

Functions

This section is empty.

Types

type BoltItem

type BoltItem struct {
	Db *bolt.DB
}

func Open

func Open(name string) (*BoltItem, error)

func (*BoltItem) Close

func (bki *BoltItem) Close()

func (*BoltItem) Delete

func (bki *BoltItem) Delete(k []byte) error

func (*BoltItem) Get

func (bki *BoltItem) Get() (m map[string]interface{}, err error)

func (*BoltItem) Set

func (bki *BoltItem) Set(items map[string]interface{}) error

Jump to

Keyboard shortcuts

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