This commit is contained in:
Chris Lu
2018-10-23 23:59:49 -07:00
parent c58b73ad9b
commit 6a756136ef
4 changed files with 4 additions and 3 deletions

View File

@@ -8,11 +8,11 @@ import (
"github.com/Azure/azure-storage-blob-go/azblob"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/replication/sink"
"github.com/chrislusf/seaweedfs/weed/replication/source"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/glog"
)
type AzureSink struct {