mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for set querycoord (#8956)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9059/head
parent
4119d544d7
commit
886ac0e61d
|
@ -387,6 +387,8 @@ type RootCoordComponent interface {
|
|||
|
||||
// SetIndexCoord set IndexCoord for RootCoord
|
||||
SetIndexCoord(IndexCoord) error
|
||||
|
||||
// SetQueryCoord set QueryCoord for RootCoord
|
||||
SetQueryCoord(QueryCoord) error
|
||||
SetNewProxyClient(func(sess *sessionutil.Session) (Proxy, error))
|
||||
|
||||
|
|
Loading…
Reference in New Issue