[skip ci] Add desc comments for SystemTopologyNode (#9276)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
dragondriver 2021-10-05 20:44:42 +08:00 committed by GitHub
parent 1758227cfc
commit 1502239dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`