summaryrefslogtreecommitdiffstats
path: root/model/cluster_info.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/cluster_info.go')
-rw-r--r--model/cluster_info.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/cluster_info.go b/model/cluster_info.go
index 1e468044e..c4f7e89a6 100644
--- a/model/cluster_info.go
+++ b/model/cluster_info.go
@@ -10,6 +10,7 @@ import (
)
type ClusterInfo struct {
+ Id string `json:"id"`
Version string `json:"version"`
ConfigHash string `json:"config_hash"`
IpAddress string `json:"ipaddress"`