mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap03_index_service.md (#12053)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/12116/head
parent
38afc63c16
commit
dae3298391
|
@ -9,6 +9,7 @@
|
|||
```go
|
||||
type IndexCoord interface {
|
||||
Component
|
||||
// TimeTickProvider is the interface all services implement
|
||||
TimeTickProvider
|
||||
|
||||
// BuildIndex receives requests from RootCoordinator to build an index.
|
||||
|
|
Loading…
Reference in New Issue