This commit is contained in:
Chris Lu
2018-05-27 11:14:29 -07:00
parent a6a6b87f1b
commit 03d76479a5
3 changed files with 179 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer2/memdb"
_ "github.com/chrislusf/seaweedfs/weed/filer2/mysql"
_ "github.com/chrislusf/seaweedfs/weed/filer2/postgres"
_ "github.com/chrislusf/seaweedfs/weed/filer2/redis"
)
type FilerServer struct {