Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/models/node.go')
-rw-r--r--internal/praefect/models/node.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/praefect/models/node.go b/internal/praefect/models/node.go
index 941a72e8f..1f7c730c3 100644
--- a/internal/praefect/models/node.go
+++ b/internal/praefect/models/node.go
@@ -6,6 +6,7 @@ type Node struct {
Storage string `toml:"storage"`
Address string `toml:"address"`
Token string `toml:"token"`
+ Healthy bool
}
// Repository describes a repository's relative path and its primary and list of secondaries