[#220] blobstor: Implement "small" operations
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
7f20e6f9db
commit
7512a5ba18
3 changed files with 4 additions and 8 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue