leveldb

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

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

func NewDatabase

func NewDatabase(filePath string) (*Database, error)

func (Database) Get

func (db Database) Get(key string) ([]byte, bool)

func (*Database) NewIterator

func (db *Database) NewIterator() iterator.Iterator

func (*Database) Put

func (db *Database) Put(key string, value []byte)

Jump to

Keyboard shortcuts

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