Fix golint in datanode (#8345)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/8426/head
XuanYang-cn 2021-09-23 19:05:55 +08:00 committed by GitHub
parent 2ee45271d5
commit a830c28bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -46,8 +46,11 @@ const (
)
type (
// InsertData of storage
InsertData = storage.InsertData
Blob = storage.Blob
// Blob of storage
Blob = storage.Blob
)
type insertBufferNode struct {