[skip ci] Update comment for set datacoord (#8950)

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

View File

@ -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