frostfs-node/pkg/local_object_storage/engine
Leonard Lyubich 47d2239332 [#220] localstorage: Replace basic errors to core library
Replace ErrNotFound and ErrRangeOutOfBounds to core/object package in order
to share them across the libraries.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
control.go [#220] localstorage: Implement Open/Init/Close methods 2020-12-11 17:19:37 +03:00
delete.go [#186] localstorage: Fix address forwarding in Delete method 2020-12-11 17:19:37 +03:00
engine.go [#176] localstore: Draft storage engine structure and ops 2020-12-11 17:19:37 +03:00
get.go [#220] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
head.go [#220] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
info.go [#189] localstorage: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
put.go [#220] localstorage: Implement hrw.Hasher over Shard structure 2020-12-11 17:19:37 +03:00
select.go [#186] localstorage: Implement utility functions over StorageEngine 2020-12-11 17:19:37 +03:00
shards.go [#220] localstorage: Implement hrw.Hasher over Shard structure 2020-12-11 17:19:37 +03:00