db

package
v0.0.0-...-9d79d38 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDatabase

type IDatabase interface {
	Has(id []byte) bool
	Get(id []byte) ([]byte, error)
	Set(id []byte, data []byte) error
	Dump() string
}

IDatabase interface for Key Value Database

func Memory

func Memory() IDatabase

Memory memory KV database

Jump to

Keyboard shortcuts

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