mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Correct spelling error (#13412)
Signed-off-by: xiangzhou.guo <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
fcd1ee9c8e
commit
78d583a3bb
@ -90,7 +90,7 @@ type ROChannelStore interface {
|
||||
GetNodes() []int64
|
||||
}
|
||||
|
||||
// RWChannelStore is the read write channel store which matains the mapping between channels and node
|
||||
// RWChannelStore is the read write channel store which maintains the mapping between channels and node
|
||||
type RWChannelStore interface {
|
||||
ROChannelStore
|
||||
// Reload restores the buffer channels and node-channels mapping form kv
|
||||
|
Loading…
Reference in New Issue
Block a user