leveldb

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 26, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const VERSION = "v1.1.0"

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn

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

func (*Conn) Close

func (This *Conn) Close() error

func (*Conn) DelKeyVal

func (This *Conn) DelKeyVal(key []byte) error

func (*Conn) GetKeyVal

func (This *Conn) GetKeyVal(key []byte) ([]byte, error)

func (*Conn) GetListByKeyPrefix

func (This *Conn) GetListByKeyPrefix(key []byte) ([]driver.ListValue, error)

func (*Conn) PutKeyVal

func (This *Conn) PutKeyVal(key []byte, val []byte) error

type MyConn

type MyConn struct{}

func (*MyConn) Open

func (MyConn *MyConn) Open(uri string) (driver.XdbDriver, error)

Jump to

Keyboard shortcuts

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