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