Documentation
¶
Overview ¶
Package storeerr holds the sentinel error shared by every sisyphus store package. Each store package aliases (or wraps) ErrUnavailable, so a caller can match errors.Is(err, storeerr.ErrUnavailable) without knowing which store produced the error.
Index ¶
Constants ¶
This section is empty.
Variables ¶
ErrUnavailable is returned when a method is called on a nil or closed store.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.