package shell import ( "fmt" "io" "os" "github.com/golang/protobuf/proto" "github.com/chrislusf/seaweedfs/weed/filer2" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/util" ) func init() { Commands = append(Commands, &commandFsMetaLoad{}) } type commandFsMetaLoad struct { } func (c *commandFsMetaLoad) Name() string { return "fs.meta.load" } func (c *commandFsMetaLoad) Help() string { return `load saved filer meta data to restore the directory and file structure fs.meta.load --