github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/backend/all/all.go (about) 1 package all 2 3 import ( 4 // Active file systems 5 _ "github.com/ncw/rclone/backend/alias" 6 _ "github.com/ncw/rclone/backend/amazonclouddrive" 7 _ "github.com/ncw/rclone/backend/azureblob" 8 _ "github.com/ncw/rclone/backend/b2" 9 _ "github.com/ncw/rclone/backend/box" 10 _ "github.com/ncw/rclone/backend/cache" 11 _ "github.com/ncw/rclone/backend/crypt" 12 _ "github.com/ncw/rclone/backend/drive" 13 _ "github.com/ncw/rclone/backend/dropbox" 14 _ "github.com/ncw/rclone/backend/fichier" 15 _ "github.com/ncw/rclone/backend/ftp" 16 _ "github.com/ncw/rclone/backend/googlecloudstorage" 17 _ "github.com/ncw/rclone/backend/googlephotos" 18 _ "github.com/ncw/rclone/backend/http" 19 _ "github.com/ncw/rclone/backend/hubic" 20 _ "github.com/ncw/rclone/backend/jottacloud" 21 _ "github.com/ncw/rclone/backend/koofr" 22 _ "github.com/ncw/rclone/backend/local" 23 _ "github.com/ncw/rclone/backend/mega" 24 _ "github.com/ncw/rclone/backend/onedrive" 25 _ "github.com/ncw/rclone/backend/opendrive" 26 _ "github.com/ncw/rclone/backend/pcloud" 27 _ "github.com/ncw/rclone/backend/qingstor" 28 _ "github.com/ncw/rclone/backend/s3" 29 _ "github.com/ncw/rclone/backend/sftp" 30 _ "github.com/ncw/rclone/backend/swift" 31 _ "github.com/ncw/rclone/backend/union" 32 _ "github.com/ncw/rclone/backend/webdav" 33 _ "github.com/ncw/rclone/backend/yandex" 34 )