未验证 提交 4c6de1c2 编写于 作者: R ryjiang 提交者: GitHub

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

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 5e3f36d3
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册