mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 09:22:30 +08:00
[skip ci] Add desc comments for SystemTopologyNode (#9276)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
1758227cfc
commit
1502239dae
@ -113,6 +113,7 @@ type ConnectionEdge struct {
|
||||
TargetType ConnectionTargetType `json:"target_type"` // RootCoord, DataCoord ...
|
||||
}
|
||||
|
||||
// SystemTopologyNode is a node in system topogoly graph.
|
||||
type SystemTopologyNode struct {
|
||||
Identifier int `json:"identifier"` // unique in the SystemTopology graph
|
||||
Connected []ConnectionEdge `json:"connected"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user