forked from TrueCloudLab/frostfs-node
b621f5983a
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
10 lines
250 B
Go
10 lines
250 B
Go
package blobovniczatree
|
|
|
|
// DeleteSmallPrm groups the parameters of DeleteSmall operation.
|
|
type DeleteSmallPrm struct {
|
|
address
|
|
rwBlobovniczaID
|
|
}
|
|
|
|
// DeleteSmallRes groups the resulting values of DeleteSmall operation.
|
|
type DeleteSmallRes struct{}
|