store

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrItemNotFound        = errors.New("item not found")
	ErrItemAlreadyHasValue = errors.New("item already has value")
)

Functions

This section is empty.

Types

type KeyValue

type KeyValue interface {
	Get(key []rune) (interface{}, error)
	Put(key []rune, value interface{}) error
	Del(key []rune) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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