aboutsummaryrefslogtreecommitdiff
path: root/weed/command/imports.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-26 20:12:18 -0700
committerGitHub <noreply@github.com>2022-06-26 20:12:18 -0700
commitcc01f71752214f3aa9fb7e6c10c18c289a5a121d (patch)
tree7b2ccea28d08a85c119f02de88dae7cb26eee76b /weed/command/imports.go
parent9dfea44aebe55b8e589079f7a9609fec3d01af11 (diff)
parent93dd33319fb5f27358b7f735d9b83acc34beaa60 (diff)
downloadseaweedfs-cc01f71752214f3aa9fb7e6c10c18c289a5a121d.tar.xz
seaweedfs-cc01f71752214f3aa9fb7e6c10c18c289a5a121d.zip
Merge pull request #3233 from blacktear23/filerstore-tikv
Add TiKV Filerstore back
Diffstat (limited to 'weed/command/imports.go')
-rw-r--r--weed/command/imports.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go
index bada94975..afdbc5a10 100644
--- a/weed/command/imports.go
+++ b/weed/command/imports.go
@@ -31,5 +31,6 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/redis2"
_ "github.com/chrislusf/seaweedfs/weed/filer/redis3"
_ "github.com/chrislusf/seaweedfs/weed/filer/sqlite"
+ _ "github.com/chrislusf/seaweedfs/weed/filer/tikv"
_ "github.com/chrislusf/seaweedfs/weed/filer/ydb"
)