forked from TrueCloudLab/frostfs-node
11 lines
250 B
Go
11 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{}
|