[skip ci]Add comment for ConnTopology (#13485)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2021-12-16 09:35:13 +08:00 committed by GitHub
parent 3e7fe1b2ba
commit 7b38d4522f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ type ConnectionInfo struct {
TargetType ConnectionTargetType `json:"target_type"`
}
// ConnTopology contains connection topology
// TODO(dragondriver)
// necessary to show all connection edge in topology graph?
// for example, in system, Proxy connects to RootCoord and RootCoord also connects to Proxy,