[skip ci] Update comment for set querycoord (#8956)

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

View File

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