alist/drivers/gofile
destrodxbad 5e3949b409 feat(driver): add Gofile storage driver
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.
2025-09-10 21:53:54 +02:00
..
driver.go feat(driver): add Gofile storage driver 2025-09-10 21:53:54 +02:00
meta.go feat(driver): add Gofile storage driver 2025-09-10 21:53:54 +02:00
types.go feat(driver): add Gofile storage driver 2025-09-10 21:53:54 +02:00
util.go feat(driver): add Gofile storage driver 2025-09-10 21:53:54 +02:00