[#1] Fix project name in control service
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
f825cfac78
commit
c761a95eef
12 changed files with 37 additions and 37 deletions
|
@ -19,7 +19,7 @@ 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 NeoFS network map.
|
||||
// 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue