mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci] Update comment for update state code (#8948)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
31d547b80e
commit
c49f2c947f
@ -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…
x
Reference in New Issue
Block a user