[skip ci]Add comments in chap03_index_service.md (#11056)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11127/head
ryjiang 2021-11-02 21:30:19 +08:00 committed by GitHub
parent 5e3f36d38a
commit 4c6de1c2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ type IndexCoord interface {
Component
TimeTickProvider
// BuildIndex receives request from RootCoordinator to build an index.
BuildIndex(ctx context.Context, req *indexpb.BuildIndexRequest) (*indexpb.BuildIndexResponse, error)
DropIndex(ctx context.Context, req *indexpb.DropIndexRequest) (*commonpb.Status, error)
GetIndexStates(ctx context.Context, req *indexpb.GetIndexStatesRequest) (*indexpb.GetIndexStatesResponse, error)