mirror of https://github.com/milvus-io/milvus.git
[skip ci] Comment querycoord's meta interface (#8628)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8631/head
parent
cd923a4a98
commit
f30f9826ef
|
@ -33,6 +33,7 @@ const (
|
|||
queryChannelMetaPrefix = "queryCoord-queryChannel"
|
||||
)
|
||||
|
||||
// Meta contains information about all loaded collections and partitions, including segment information and vchannel information
|
||||
type Meta interface {
|
||||
reloadFromKV() error
|
||||
|
||||
|
|
Loading…
Reference in New Issue