mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci]Add some comments in chap03_index_service.md (#11761)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
parent
e25b93f43f
commit
39cc7839a0
@ -154,6 +154,7 @@ type NotifyBuildIndexRequest struct {
|
||||
```go
|
||||
type IndexNode interface {
|
||||
Component
|
||||
// TimeTickProvider is the interface all services implement
|
||||
TimeTickProvider
|
||||
|
||||
// CreateIndex receives requests from IndexCoordinator to build an index.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user