Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + func IsNotFound(err error) bool + type NotFound struct + func NewNotFound(key string) *NotFound + func (e NotFound) Error() string + func (e NotFound) IsNotFound() bool + type NotFoundError interface + Error func() string + IsNotFound func() bool + type Store interface + Apply func(key string, value []byte) error + Delete func(key string) error + Get func(key string) ([]byte, error) + List func() ([][]byte, error)