mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-19 19:10:07 +08:00
Some checks failed
beta release / Beta Release Changelog (1.21, ubuntu-latest) (push) Waiting to run
beta release / Beta Release (md5, !(*musl*|*windows-arm64*|*android*|*freebsd*)) (push) Blocked by required conditions
beta release / Beta Release (md5-android, android-*) (push) Blocked by required conditions
beta release / Beta Release (md5-freebsd, freebsd-*) (push) Blocked by required conditions
beta release / Beta Release (md5-linux-musl, linux-!(arm*)-musl*) (push) Blocked by required conditions
beta release / Beta Release (md5-linux-musl-arm, linux-arm*-musl*) (push) Blocked by required conditions
beta release / Beta Release (md5-windows-arm64, windows-arm64) (push) Blocked by required conditions
beta release / Beta Release Desktop (push) Blocked by required conditions
build / Build (ubuntu-latest, android-arm64) (push) Waiting to run
build / Build (ubuntu-latest, darwin-amd64) (push) Waiting to run
build / Build (ubuntu-latest, darwin-arm64) (push) Waiting to run
build / Build (ubuntu-latest, linux-amd64-musl) (push) Waiting to run
build / Build (ubuntu-latest, linux-arm64-musl) (push) Waiting to run
build / Build (ubuntu-latest, windows-amd64) (push) Waiting to run
build / Build (ubuntu-latest, windows-arm64) (push) Waiting to run
release_docker / Build Binaries for Docker Release (push) Waiting to run
release_docker / Release Docker image (, latest, ) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_ARIA2=true, aria2, suffix=-aria2,onlatest=true) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_FFMPEG=true
INSTALL_ARIA2=true
, aio, suffix=-aio,onlatest=true) (push) Blocked by required conditions
release_docker / Release Docker image (INSTALL_FFMPEG=true, ffmpeg, suffix=-ffmpeg,onlatest=true) (push) Blocked by required conditions
auto_lang / auto generate lang.json (1.21, ubuntu-latest) (push) Has been cancelled
Add support for Gofile.io cloud storage service with full CRUD operations. Features: - File and folder listing - Upload and download functionality - Create, move, rename, copy, and delete operations - Direct link generation for file access - API token authentication The driver implements all required driver interfaces and follows the existing driver patterns in the codebase.
84 lines
3.8 KiB
Go
84 lines
3.8 KiB
Go
package drivers
|
|
|
|
import (
|
|
_ "github.com/alist-org/alist/v3/drivers/115"
|
|
_ "github.com/alist-org/alist/v3/drivers/115_open"
|
|
_ "github.com/alist-org/alist/v3/drivers/115_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/123"
|
|
_ "github.com/alist-org/alist/v3/drivers/123_link"
|
|
_ "github.com/alist-org/alist/v3/drivers/123_open"
|
|
_ "github.com/alist-org/alist/v3/drivers/123_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/139"
|
|
_ "github.com/alist-org/alist/v3/drivers/189"
|
|
_ "github.com/alist-org/alist/v3/drivers/189pc"
|
|
_ "github.com/alist-org/alist/v3/drivers/alias"
|
|
_ "github.com/alist-org/alist/v3/drivers/alist_v2"
|
|
_ "github.com/alist-org/alist/v3/drivers/alist_v3"
|
|
_ "github.com/alist-org/alist/v3/drivers/aliyundrive"
|
|
_ "github.com/alist-org/alist/v3/drivers/aliyundrive_open"
|
|
_ "github.com/alist-org/alist/v3/drivers/aliyundrive_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/azure_blob"
|
|
_ "github.com/alist-org/alist/v3/drivers/baidu_netdisk"
|
|
_ "github.com/alist-org/alist/v3/drivers/baidu_photo"
|
|
_ "github.com/alist-org/alist/v3/drivers/baidu_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/chaoxing"
|
|
_ "github.com/alist-org/alist/v3/drivers/cloudreve"
|
|
_ "github.com/alist-org/alist/v3/drivers/cloudreve_v4"
|
|
_ "github.com/alist-org/alist/v3/drivers/crypt"
|
|
_ "github.com/alist-org/alist/v3/drivers/doubao"
|
|
_ "github.com/alist-org/alist/v3/drivers/doubao_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/dropbox"
|
|
_ "github.com/alist-org/alist/v3/drivers/febbox"
|
|
_ "github.com/alist-org/alist/v3/drivers/ftp"
|
|
_ "github.com/alist-org/alist/v3/drivers/github"
|
|
_ "github.com/alist-org/alist/v3/drivers/github_releases"
|
|
_ "github.com/alist-org/alist/v3/drivers/gofile"
|
|
_ "github.com/alist-org/alist/v3/drivers/google_drive"
|
|
_ "github.com/alist-org/alist/v3/drivers/google_photo"
|
|
_ "github.com/alist-org/alist/v3/drivers/halalcloud"
|
|
_ "github.com/alist-org/alist/v3/drivers/ilanzou"
|
|
_ "github.com/alist-org/alist/v3/drivers/ipfs_api"
|
|
_ "github.com/alist-org/alist/v3/drivers/kodbox"
|
|
_ "github.com/alist-org/alist/v3/drivers/lanzou"
|
|
_ "github.com/alist-org/alist/v3/drivers/lenovonas_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/local"
|
|
_ "github.com/alist-org/alist/v3/drivers/mediafire"
|
|
_ "github.com/alist-org/alist/v3/drivers/mediatrack"
|
|
_ "github.com/alist-org/alist/v3/drivers/mega"
|
|
_ "github.com/alist-org/alist/v3/drivers/misskey"
|
|
_ "github.com/alist-org/alist/v3/drivers/mopan"
|
|
_ "github.com/alist-org/alist/v3/drivers/netease_music"
|
|
_ "github.com/alist-org/alist/v3/drivers/onedrive"
|
|
_ "github.com/alist-org/alist/v3/drivers/onedrive_app"
|
|
_ "github.com/alist-org/alist/v3/drivers/onedrive_sharelink"
|
|
_ "github.com/alist-org/alist/v3/drivers/pikpak"
|
|
_ "github.com/alist-org/alist/v3/drivers/pikpak_share"
|
|
_ "github.com/alist-org/alist/v3/drivers/quark_uc"
|
|
_ "github.com/alist-org/alist/v3/drivers/quark_uc_tv"
|
|
_ "github.com/alist-org/alist/v3/drivers/quqi"
|
|
_ "github.com/alist-org/alist/v3/drivers/s3"
|
|
_ "github.com/alist-org/alist/v3/drivers/seafile"
|
|
_ "github.com/alist-org/alist/v3/drivers/sftp"
|
|
_ "github.com/alist-org/alist/v3/drivers/smb"
|
|
_ "github.com/alist-org/alist/v3/drivers/teambition"
|
|
_ "github.com/alist-org/alist/v3/drivers/terabox"
|
|
_ "github.com/alist-org/alist/v3/drivers/thunder"
|
|
_ "github.com/alist-org/alist/v3/drivers/thunder_browser"
|
|
_ "github.com/alist-org/alist/v3/drivers/thunderx"
|
|
_ "github.com/alist-org/alist/v3/drivers/trainbit"
|
|
_ "github.com/alist-org/alist/v3/drivers/url_tree"
|
|
_ "github.com/alist-org/alist/v3/drivers/uss"
|
|
_ "github.com/alist-org/alist/v3/drivers/virtual"
|
|
_ "github.com/alist-org/alist/v3/drivers/vtencent"
|
|
_ "github.com/alist-org/alist/v3/drivers/webdav"
|
|
_ "github.com/alist-org/alist/v3/drivers/weiyun"
|
|
_ "github.com/alist-org/alist/v3/drivers/wopan"
|
|
_ "github.com/alist-org/alist/v3/drivers/yandex_disk"
|
|
)
|
|
|
|
// All do nothing,just for import
|
|
// same as _ import
|
|
func All() {
|
|
|
|
}
|