mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for setRootCoord (#9322)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
ed328f7aa5
commit
ff5ddc2823
@ -190,6 +190,7 @@ func NewQueryCoord(ctx context.Context, factory msgstream.Factory) (*QueryCoord,
|
||||
return service, nil
|
||||
}
|
||||
|
||||
// SetRootCoord sets root coordinator's client
|
||||
func (qc *QueryCoord) SetRootCoord(rootCoord types.RootCoord) {
|
||||
qc.rootCoordClient = rootCoord
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user