mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 17:57:23 +08:00
async meta caching: can stream updates now
This commit is contained in:
10
weed/filesys/meta_cache/meta_cache_init.go
Normal file
10
weed/filesys/meta_cache/meta_cache_init.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package meta_cache
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
|
||||
)
|
||||
|
||||
func InitMetaCache(mc *MetaCache, client filer_pb.FilerClient) error {
|
||||
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user