forked from TrueCloudLab/frostfs-api-go
[#197] sdk: Rename getters of Signature type
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
2bcbd48972
commit
2afc684313
3 changed files with 9 additions and 9 deletions
|
@ -119,7 +119,7 @@ func VerifyIDSignature(obj *Object) error {
|
|||
func() ([]byte, []byte) {
|
||||
sig := obj.GetSignature()
|
||||
|
||||
return sig.GetKey(), sig.GetSign()
|
||||
return sig.Key(), sig.Sign()
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue