[skip e2e] Add comment for ConnectionEdge (#13900)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/13921/head
shaoyue 2021-12-21 21:08:21 +08:00 committed by GitHub
parent 8998e1d29b
commit 3347dae370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ type RootCoordTopology struct {
Connections ConnTopology `json:"connections"` Connections ConnTopology `json:"connections"`
} }
// ConnectionEdge contains connection's id, type and target type
type ConnectionEdge struct { type ConnectionEdge struct {
ConnectedIdentifier int `json:"connected_identifier"` ConnectedIdentifier int `json:"connected_identifier"`
Type ConnectionType `json:"type"` Type ConnectionType `json:"type"`