2021-12-06 15:55:05 +08:00
|
|
|
package drivers
|
|
|
|
|
|
|
|
import (
|
|
|
|
_ "github.com/Xhofe/alist/drivers/123"
|
|
|
|
_ "github.com/Xhofe/alist/drivers/189"
|
|
|
|
_ "github.com/Xhofe/alist/drivers/alidrive"
|
2021-12-07 20:16:34 +08:00
|
|
|
_ "github.com/Xhofe/alist/drivers/alist"
|
2021-12-16 18:03:58 +08:00
|
|
|
_ "github.com/Xhofe/alist/drivers/ftp"
|
2021-12-06 15:55:05 +08:00
|
|
|
_ "github.com/Xhofe/alist/drivers/google"
|
|
|
|
_ "github.com/Xhofe/alist/drivers/lanzou"
|
|
|
|
_ "github.com/Xhofe/alist/drivers/native"
|
|
|
|
_ "github.com/Xhofe/alist/drivers/onedrive"
|
2021-12-16 22:50:23 +08:00
|
|
|
_ "github.com/Xhofe/alist/drivers/pikpak"
|
2021-12-06 15:55:05 +08:00
|
|
|
)
|