Versions in this module Expand all Collapse all v1 v1.0.2 May 27, 2021 v1.0.1 May 27, 2021 Changes in this version + var ErrHasReleaser = util.ErrHasReleaser + var ErrNotFound = New("leveldb: not found") + var ErrReleased = util.ErrReleased + func IsCorrupted(err error) bool + func New(text string) error + func NewErrCorrupted(fd storage.FileDesc, err error) error + func SetFd(err error, fd storage.FileDesc) error + type ErrCorrupted struct + Err error + Fd storage.FileDesc + func (e *ErrCorrupted) Error() string + type ErrMissingFiles struct + Fds []storage.FileDesc + func (e *ErrMissingFiles) Error() string