mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Fix golint error in indexnode (#9284)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
6cf049130d
commit
e86a236e83
@ -37,7 +37,7 @@ import (
|
|||||||
"github.com/milvus-io/milvus/internal/storage"
|
"github.com/milvus-io/milvus/internal/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: use storage.Blob instead later
|
// Blob is an alias for the storage.Blob type
|
||||||
type Blob = storage.Blob
|
type Blob = storage.Blob
|
||||||
|
|
||||||
// Index is an interface used to call the interface to build the index task in 'C'.
|
// Index is an interface used to call the interface to build the index task in 'C'.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user