mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for ConnectionEdge (#13900)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/13921/head
parent
8998e1d29b
commit
3347dae370
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue