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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

View File

@ -27,6 +27,7 @@ type indexInfo struct {
readyLoad bool
}
// newIndexInfo returns a new indexInfo
func newIndexInfo() *indexInfo {
return &indexInfo{
indexPaths: make([]string, 0),