forked from TrueCloudLab/frostfs-api-go
state: implement SignedDataSource on DumpRequest message
This commit is contained in:
parent
ea12eabaf6
commit
603db9c325
2 changed files with 12 additions and 0 deletions
|
@ -37,6 +37,11 @@ func TestRequestSign(t *testing.T) {
|
|||
return new(HealthRequest)
|
||||
},
|
||||
},
|
||||
{ // DumpRequest
|
||||
constructor: func() sigType {
|
||||
return new(DumpRequest)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
for _, item := range items {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue