mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix comment for SystemTopologyNode (#14099)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13878/head
parent
741f9b81b1
commit
8c5260c938
|
@ -119,7 +119,7 @@ type ConnectionEdge struct {
|
||||||
TargetType ConnectionTargetType `json:"target_type"` // RootCoord, DataCoord ...
|
TargetType ConnectionTargetType `json:"target_type"` // RootCoord, DataCoord ...
|
||||||
}
|
}
|
||||||
|
|
||||||
// SystemTopologyNode is a node in system topogoly graph.
|
// SystemTopologyNode is a node in system topology graph.
|
||||||
type SystemTopologyNode struct {
|
type SystemTopologyNode struct {
|
||||||
Identifier int `json:"identifier"` // unique in the SystemTopology graph
|
Identifier int `json:"identifier"` // unique in the SystemTopology graph
|
||||||
Connected []ConnectionEdge `json:"connected"`
|
Connected []ConnectionEdge `json:"connected"`
|
||||||
|
|
Loading…
Reference in New Issue