mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for indexInfo (#13374)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/13378/head
parent
e9fd3405d8
commit
3e1e0f827c
|
@ -16,6 +16,7 @@
|
|||
|
||||
package querynode
|
||||
|
||||
// indexInfo stores index info, such as name, id, index params and so on
|
||||
type indexInfo struct {
|
||||
indexName string
|
||||
indexID UniqueID
|
||||
|
|
Loading…
Reference in New Issue