kv

package
v0.0.0-...-049935a Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotFoundError

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

NotFoundError represents an error when a key is not found

func NewNotFoundError

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

NewNotFoundError creates a new NotFoundError

func (*NotFoundError) Error

func (e *NotFoundError) Error() string

type Service

type Service interface {
	Set(key string, value []byte) error
	Get(key string) ([]byte, error)
	Test(key string) 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