forked from TrueCloudLab/frostfs-node
[#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>
This commit is contained in:
parent
a97ab242eb
commit
1b0d2c67d1
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue