[skip ci] Update comment for set proxy client (#8957)

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

View File

@ -390,6 +390,8 @@ type RootCoordComponent interface {
// SetQueryCoord set QueryCoord for RootCoord
SetQueryCoord(QueryCoord) error
// SetNewProxyClient set Proxy client creator func for RootCoord
SetNewProxyClient(func(sess *sessionutil.Session) (Proxy, error))
// GetMetrics notifies RootCoordComponent to collect metrics for specified component