forked from TrueCloudLab/frostfs-node
[#414] ir: Implement HealthChecker on Server
`HealthChecker` interface is required to construct `ControlServiceServer`. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
dcfe9a6504
commit
567421a9b5
2 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,7 @@ type (
|
|||
statusIndex *innerRingIndexer
|
||||
precision precision.Fixed8Converter
|
||||
auditClient *auditWrapper.ClientWrapper
|
||||
healthStatus atomic.Value
|
||||
|
||||
// notary configuration
|
||||
feeConfig *config.FeeConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue