* objectstorage: remove `types` package and move `ErrNotExist` in base package * objectstorage: Implement .Is and add helper `IsErrNotExist` for `ErrNotExist` * util: Rename `ErrNotFound` to `ErrNotExist` * util: Add `IsErr*` helpers and use them in place of `errors.Is()` * datamanager: add `ErrNoDataStatus` to report when there's not data status in ost * runservice/common: remove `ErrNotExist` and use errors in util package |
||
|---|---|---|
| .. | ||
| atomic.go | ||
| objectstorage_test.go | ||
| objectstorage.go | ||
| posix_test.go | ||
| posix.go | ||
| posixflat_test.go | ||
| posixflat.go | ||
| s3.go | ||