kvdb

package
v0.1.0-proto2 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2026 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB struct {
	// contains filtered or unexported fields
}

func New

func New(buckets ...string) (*DB, error)

func (*DB) Close

func (d *DB) Close() error

func (*DB) Delete

func (d *DB) Delete(bucket, key string) error

func (*DB) Get

func (d *DB) Get(bucket, key string, target interface{}) error

func (*DB) Keys

func (d *DB) Keys(bucket string) ([]string, error)

func (*DB) Set

func (d *DB) Set(bucket, key string, value interface{}) error

Jump to

Keyboard shortcuts

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