forked from TrueCloudLab/frostfs-node
[#1431] node: Fix comment format
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
f6582081a4
commit
d83879d4b8
19 changed files with 30 additions and 30 deletions
|
@ -26,13 +26,13 @@ type Server struct {
|
|||
// HealthChecker is component interface for calculating
|
||||
// the current health status of a node.
|
||||
type HealthChecker interface {
|
||||
// Must calculate and return current status of the node in FrostFS network map.
|
||||
// NetmapStatus must calculate and return current status of the node in FrostFS network map.
|
||||
//
|
||||
// If status can not be calculated for any reason,
|
||||
// control.netmapStatus_STATUS_UNDEFINED should be returned.
|
||||
NetmapStatus() control.NetmapStatus
|
||||
|
||||
// Must calculate and return current health status of the node application.
|
||||
// HealthStatus must calculate and return current health status of the node application.
|
||||
//
|
||||
// If status can not be calculated for any reason,
|
||||
// control.HealthStatus_HEALTH_STATUS_UNDEFINED should be returned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue