forked from TrueCloudLab/frostfs-sdk-go
[#197] client: Remove no longer used type
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
552c7875bf
commit
48434d9999
1 changed files with 0 additions and 13 deletions
|
@ -412,19 +412,6 @@ type ResContainerDelete struct {
|
||||||
statusRes
|
statusRes
|
||||||
}
|
}
|
||||||
|
|
||||||
// implements github.com/nspcc-dev/neofs-sdk-go/util/signature.DataSource.
|
|
||||||
type delContainerSignWrapper struct {
|
|
||||||
body *v2container.DeleteRequestBody
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c delContainerSignWrapper) ReadSignedData([]byte) ([]byte, error) {
|
|
||||||
return c.body.GetContainerID().GetValue(), nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c delContainerSignWrapper) SignedDataSize() int {
|
|
||||||
return len(c.body.GetContainerID().GetValue())
|
|
||||||
}
|
|
||||||
|
|
||||||
// ContainerDelete sends request to remove the NeoFS container.
|
// ContainerDelete sends request to remove the NeoFS container.
|
||||||
//
|
//
|
||||||
// Exactly one return value is non-nil. By default, server status is returned in res structure.
|
// Exactly one return value is non-nil. By default, server status is returned in res structure.
|
||||||
|
|
Loading…
Reference in a new issue