MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / ClusterNode

Struct ClusterNode

store/cluster_node.go:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type ClusterNode struct {
80 id string
81 addr string
82 role string
83 password string
84 createdAt int64
85}
86
87type ClusterInfo struct {
88 CurrentEpoch int64 `json:"cluster_current_epoch"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected