[#218] blobstor: Add blobovnicza ID value to DeleteSmallPrm

Blobovnicza ID parameter provides the ability to specify particular
blobovnicza to delete object from. In this case only specified blobovnicza
is processed.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/KirillovDenis/release/v0.21.1
Leonard Lyubich 2020-11-30 09:58:41 +03:00 committed by Alex Vanin
parent a97ab242eb
commit 1b0d2c67d1
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package blobstor
// DeleteSmallPrm groups the parameters of DeleteSmall operation.
type DeleteSmallPrm struct {
address
rwBlobovniczaID
}
// DeleteSmallRes groups resulting values of DeleteSmall operation.