mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci] Update comment for set indexcoord (#8951)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
5d290bb8b8
commit
4119d544d7
@ -384,6 +384,8 @@ type RootCoordComponent interface {
|
||||
|
||||
// SetDataCoord set DataCoord for RootCoord
|
||||
SetDataCoord(context.Context, DataCoord) error
|
||||
|
||||
// SetIndexCoord set IndexCoord for RootCoord
|
||||
SetIndexCoord(IndexCoord) error
|
||||
SetQueryCoord(QueryCoord) error
|
||||
SetNewProxyClient(func(sess *sessionutil.Session) (Proxy, error))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user