agola/internal/datamanager
Simone Gotti 72f279c4c3 *: improve error handling
* 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
2019-11-11 12:17:35 +01:00
..
changes.go *: use sleep timer in loops 2019-07-25 16:22:54 +02:00
data.go *: improve error handling 2019-11-11 12:17:35 +01:00
datamanager.go datamanager: remove old storage wals 2019-11-08 15:39:17 +01:00
datamanager_test.go *: improve error handling 2019-11-11 12:17:35 +01:00
wal.go *: improve error handling 2019-11-11 12:17:35 +01:00