impl

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Impl

type Impl interface {
	Keys() ([]string, error)
	Get(k string) ([]byte, error)
	Set(k string, v []byte) error
	Del(k string) error
	Close() error
}

type NoKeyError added in v0.4.1

type NoKeyError struct {
	Key string
	Err error
}

func NoKey added in v0.4.1

func NoKey(k string, errs ...error) NoKeyError

func (NoKeyError) Error added in v0.4.1

func (n NoKeyError) Error() string

func (NoKeyError) Unwrap added in v0.4.1

func (n NoKeyError) Unwrap() error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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