mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for newIndexInfo (#13375)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
3e1e0f827c
commit
44e00e5dc6
@ -27,6 +27,7 @@ type indexInfo struct {
|
||||
readyLoad bool
|
||||
}
|
||||
|
||||
// newIndexInfo returns a new indexInfo
|
||||
func newIndexInfo() *indexInfo {
|
||||
return &indexInfo{
|
||||
indexPaths: make([]string, 0),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user