forked from TrueCloudLab/frostfs-api-go
service: get rid of signature field in container + proto generate
This commit is contained in:
parent
5fa7d72bba
commit
14f85ced84
3 changed files with 37 additions and 158 deletions
|
@ -25,12 +25,6 @@ const (
|
|||
ErrNotFound = internal.Error("could not find container")
|
||||
)
|
||||
|
||||
// SetSignature sets signature to PutRequest to satisfy SignedRequest interface.
|
||||
func (m *PutRequest) SetSignature(v []byte) { m.Signature = v }
|
||||
|
||||
// SetSignature sets signature to DeleteRequest to satisfy SignedRequest interface.
|
||||
func (m *DeleteRequest) SetSignature(v []byte) { m.Signature = v }
|
||||
|
||||
// PrepareData prepares bytes representation of PutRequest to satisfy SignedRequest interface.
|
||||
func (m *PutRequest) PrepareData() ([]byte, error) {
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue