[skip e2e] Add comment to proxy meta cache (#14021)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-12-23 15:08:45 +08:00 committed by GitHub
parent bca2e1604d
commit 21ad57c3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ type MetaCache struct {
var globalMetaCache Cache
// InitMetaCache initializes globalMetaCache
func InitMetaCache(client types.RootCoord) error {
var err error
globalMetaCache, err = NewMetaCache(client)