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