mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for indexLoader (#8698)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8695/merge
parent
8874ccaeb4
commit
692ceb32a3
|
@ -34,6 +34,7 @@ import (
|
|||
|
||||
type indexParam = map[string]string
|
||||
|
||||
// indexLoader is in charge of loading index in query node
|
||||
type indexLoader struct {
|
||||
replica ReplicaInterface
|
||||
|
||||
|
|
Loading…
Reference in New Issue