2018-01-11 16:05:41 +00:00
|
|
|
package all
|
|
|
|
|
|
|
|
import (
|
|
|
|
// Active file systems
|
2018-02-06 18:23:47 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/alias"
|
2018-01-11 16:05:41 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/amazonclouddrive"
|
|
|
|
_ "github.com/ncw/rclone/backend/azureblob"
|
|
|
|
_ "github.com/ncw/rclone/backend/b2"
|
|
|
|
_ "github.com/ncw/rclone/backend/box"
|
|
|
|
_ "github.com/ncw/rclone/backend/cache"
|
|
|
|
_ "github.com/ncw/rclone/backend/crypt"
|
|
|
|
_ "github.com/ncw/rclone/backend/drive"
|
|
|
|
_ "github.com/ncw/rclone/backend/dropbox"
|
|
|
|
_ "github.com/ncw/rclone/backend/ftp"
|
|
|
|
_ "github.com/ncw/rclone/backend/googlecloudstorage"
|
|
|
|
_ "github.com/ncw/rclone/backend/http"
|
|
|
|
_ "github.com/ncw/rclone/backend/hubic"
|
2018-08-01 23:02:35 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/jottacloud"
|
2019-02-22 15:50:04 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/koofr"
|
2018-01-11 16:05:41 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/local"
|
2017-10-15 10:45:39 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/mega"
|
2018-01-11 16:05:41 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/onedrive"
|
2017-07-17 05:36:45 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/opendrive"
|
2018-01-11 16:05:41 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/pcloud"
|
|
|
|
_ "github.com/ncw/rclone/backend/qingstor"
|
|
|
|
_ "github.com/ncw/rclone/backend/s3"
|
|
|
|
_ "github.com/ncw/rclone/backend/sftp"
|
|
|
|
_ "github.com/ncw/rclone/backend/swift"
|
2018-08-18 00:39:49 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/union"
|
2018-01-11 16:05:41 +00:00
|
|
|
_ "github.com/ncw/rclone/backend/webdav"
|
|
|
|
_ "github.com/ncw/rclone/backend/yandex"
|
|
|
|
)
|