[skip ci] Comment querycoord's meta interface (#8628)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/8631/head
xige-16 2021-09-26 21:57:57 +08:00 committed by GitHub
parent cd923a4a98
commit f30f9826ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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