Versions in this module Expand all Collapse all v1 v1.0.0 Jul 22, 2018 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