summaryrefslogtreecommitdiffstats
path: root/model/cluster_info.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-08-16 10:29:45 -0700
committerChristopher Speller <crspeller@gmail.com>2017-08-16 10:29:45 -0700
commit29a7e182a6a9c2970b9c2c2d55062d17f33f084e (patch)
treef7b84c0e437d50011a968e0a940d4c1566406e99 /model/cluster_info.go
parent0ab490845aed0ce3b58cbffd8ec35be237abda1c (diff)
downloadchat-29a7e182a6a9c2970b9c2c2d55062d17f33f084e.tar.gz
chat-29a7e182a6a9c2970b9c2c2d55062d17f33f084e.tar.bz2
chat-29a7e182a6a9c2970b9c2c2d55062d17f33f084e.zip
PLT-6079 Adding leader election (#7105)
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"`