mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error in memory_kv (#10861)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
93f205b49e
commit
25551ffa2f
@ -19,6 +19,8 @@ import (
|
||||
"github.com/google/btree"
|
||||
)
|
||||
|
||||
// MemoryKV implements DataKV interface and relies on underling btree.BTree.
|
||||
// As its name implies, all data is stored in memory.
|
||||
type MemoryKV struct {
|
||||
sync.RWMutex
|
||||
tree *btree.BTree
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user