Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFoundError ¶
type NotFoundError struct {
Key []byte
}
NotFoundError is the type of error returned by a KV when it cannot find the requested key.
func (NotFoundError) Error ¶
func (n NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.