kv

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNotFoundError

func IsNotFoundError(err error) bool

func NewNotFoundError

func NewNotFoundError(msg string, args ...interface{}) error

NewNotFoundError creates a new NotFoundError

Types

type Service

type Service interface {
	Set(key string, value []byte) error
	Get(key string) ([]byte, error)
}

Service defines a basic key-value store. Implementations of this interface may or may not guarantee consistency or security properties.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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