[skip e2e] Add implementation assertion for Cache (#15022)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
Jiquan Long 2022-01-07 17:51:33 +08:00 committed by GitHub
parent 72e3352366
commit 149e049f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,8 @@ type partitionInfo struct {
createdUtcTimestamp uint64
}
var _ Cache = (*MetaCache)(nil)
// MetaCache implements Cache, provides collection meta cache based on internal RootCoord
type MetaCache struct {
client types.RootCoord