Files
SaveAny-Bot/pkg/enums/storage/storages.go
Krau 8b86330f5c feat: add rclone storage backend (#191)
* fix: update StoragePath method to return specific path for single file

* feat: add Rclone storage support with configuration and file operations

* docs: add Rclone support to documentation for configuration and usage
2026-01-30 13:34:29 +08:00

10 lines
187 B
Go

package storage
//go:generate go-enum --values --names --noprefix --flag --nocase
// StorageType
/* ENUM(
local, webdav, alist, minio, telegram, s3, rclone
) */
type StorageType string