[skip ci] Add comment for newIndexInfo (#13375)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/13378/head
bigsheeper 2021-12-14 21:45:24 +08:00 committed by GitHub
parent 3e1e0f827c
commit 44e00e5dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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),