mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix golint in datanode (#8345)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
2ee45271d5
commit
a830c28bd8
@ -46,8 +46,11 @@ const (
|
||||
)
|
||||
|
||||
type (
|
||||
// InsertData of storage
|
||||
InsertData = storage.InsertData
|
||||
Blob = storage.Blob
|
||||
|
||||
// Blob of storage
|
||||
Blob = storage.Blob
|
||||
)
|
||||
|
||||
type insertBufferNode struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user