mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update comment for set datacoord (#8950)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9063/head
parent
c49f2c947f
commit
5d290bb8b8
|
@ -381,6 +381,8 @@ type RootCoordComponent interface {
|
|||
// UpdateStateCode updates state code for RootCoord
|
||||
// State includes: Initializing, Healthy and Abnormal
|
||||
UpdateStateCode(internalpb.StateCode)
|
||||
|
||||
// SetDataCoord set DataCoord for RootCoord
|
||||
SetDataCoord(context.Context, DataCoord) error
|
||||
SetIndexCoord(IndexCoord) error
|
||||
SetQueryCoord(QueryCoord) error
|
||||
|
|
Loading…
Reference in New Issue