mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for NewMetaCache (#14477)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14499/head
parent
d5c2b6bde9
commit
53784b5237
|
@ -83,6 +83,7 @@ func InitMetaCache(client types.RootCoord) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// NewMetaCache creates a MetaCache with provided RootCoord
|
||||
func NewMetaCache(client types.RootCoord) (*MetaCache, error) {
|
||||
return &MetaCache{
|
||||
client: client,
|
||||
|
|
Loading…
Reference in New Issue