[#220] blobstor: Implement "small" operations

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-11-30 19:16:20 +03:00 committed by Alex Vanin
parent 7f20e6f9db
commit 7512a5ba18
3 changed files with 4 additions and 8 deletions

View file

@ -19,5 +19,5 @@ type DeleteSmallRes struct{}
//
// Returns ErrObjectNotFound if there is no object to delete.
func (b *BlobStor) DeleteSmall(prm *DeleteSmallPrm) (*DeleteSmallRes, error) {
panic("implement me")
return b.blobovniczas.delete(prm)
}