mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap03_index_service.md (#11056)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11127/head
parent
5e3f36d38a
commit
4c6de1c2d1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue