mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for newIndexInfo (#13375)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13378/head
parent
3e1e0f827c
commit
44e00e5dc6
|
@ -27,6 +27,7 @@ type indexInfo struct {
|
||||||
readyLoad bool
|
readyLoad bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// newIndexInfo returns a new indexInfo
|
||||||
func newIndexInfo() *indexInfo {
|
func newIndexInfo() *indexInfo {
|
||||||
return &indexInfo{
|
return &indexInfo{
|
||||||
indexPaths: make([]string, 0),
|
indexPaths: make([]string, 0),
|
||||||
|
|
Loading…
Reference in New Issue