2021-12-06 07:55:05 +00: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 12:16:34 +00:00
|
|
|
_ "github.com/Xhofe/alist/drivers/alist"
|
2021-12-16 10:03:58 +00:00
|
|
|
_ "github.com/Xhofe/alist/drivers/ftp"
|
2021-12-06 07:55:05 +00: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 14:50:23 +00:00
|
|
|
_ "github.com/Xhofe/alist/drivers/pikpak"
|
2021-12-06 07:55:05 +00:00
|
|
|
)
|