forked from TrueCloudLab/frostfs-api-go
state: implement SignedDataSource on NetmapRequest message
This commit is contained in:
parent
f91adcb560
commit
539e93e558
2 changed files with 70 additions and 0 deletions
8
state/sign.go
Normal file
8
state/sign.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package state
|
||||
|
||||
// SignedData returns payload bytes of the request.
|
||||
//
|
||||
// Always returns empty slice.
|
||||
func (m NetmapRequest) SignedData() ([]byte, error) {
|
||||
return make([]byte, 0), nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue