mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for set proxy client (#8957)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9059/head
parent
886ac0e61d
commit
f24025f477
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue