mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for ConnectionEdge (#13900)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
8998e1d29b
commit
3347dae370
@ -112,6 +112,7 @@ type RootCoordTopology struct {
|
||||
Connections ConnTopology `json:"connections"`
|
||||
}
|
||||
|
||||
// ConnectionEdge contains connection's id, type and target type
|
||||
type ConnectionEdge struct {
|
||||
ConnectedIdentifier int `json:"connected_identifier"`
|
||||
Type ConnectionType `json:"type"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user