mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Remove NodeID from ClusterAbout
This commit is contained in:
@@ -1380,7 +1380,6 @@ type ClusterAboutLeader struct {
|
||||
|
||||
type ClusterAbout struct {
|
||||
ID string
|
||||
NodeID string
|
||||
Domains []string
|
||||
Leader ClusterAboutLeader
|
||||
Status string
|
||||
@@ -1396,7 +1395,6 @@ func (c *cluster) About() (ClusterAbout, error) {
|
||||
|
||||
about := ClusterAbout{
|
||||
ID: c.id,
|
||||
NodeID: c.nodeID,
|
||||
Leader: ClusterAboutLeader{},
|
||||
Status: "online",
|
||||
Version: Version,
|
||||
|
Reference in New Issue
Block a user