[skip ci] Update comment for set indexcoord ()

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9059/head
Cai Yudong 2021-10-02 09:26:24 +08:00 committed by GitHub
parent 5d290bb8b8
commit 4119d544d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
internal/types

View File

@ -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))