filer: add tikv support

This commit is contained in:
Chris Lu
2019-10-23 00:31:31 -07:00
parent 3c865ee39b
commit 23240efa63
3 changed files with 222 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer2/mysql"
_ "github.com/chrislusf/seaweedfs/weed/filer2/postgres"
_ "github.com/chrislusf/seaweedfs/weed/filer2/redis"
_ "github.com/chrislusf/seaweedfs/weed/filer2/tikv"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/notification"
_ "github.com/chrislusf/seaweedfs/weed/notification/aws_sqs"