frostfs-node/pkg/local_object_storage/metabase
Leonard Lyubich 47d2239332 [] 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
..
v2 [] Create metabase instance as storage engine component 2020-12-11 17:19:37 +03:00
db.go [] metabase: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
db_test.go [] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
delete.go [] metabase: Log errors inside DeleteObjects method implementation 2020-11-09 14:07:20 +03:00
delete_test.go [] metabase: Implement operation of deleting a group of objects 2020-11-09 14:07:20 +03:00
exists.go [] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
get.go [] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
get_test.go [] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00
info.go [] metabase: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
put.go [] Remove childfree search attribute 2020-11-30 10:44:15 +03:00
put_test.go [] Fix metabase test for virtual object 2020-11-16 10:02:12 +03:00
select.go [] Store root and phy indexes as fake bucket tree 2020-11-16 10:02:12 +03:00
select_test.go [] metabase: Add index by object ID 2020-11-23 09:54:59 +03:00