engine

package
v0.0.0-...-251bb73 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	Put(key, value string) error
	Get(key string) (string, error)
	Delete(key string) error
	ListKeys() ([]string, error)
	Merge() error
	Sync() bool
	Close() bool
}

func OpenBitcaskEngine

func OpenBitcaskEngine(dirName string) (Engine, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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