🔨 refactor driver: onedrive

This commit is contained in:
微凉
2021-11-27 20:20:14 +08:00
parent e76fc3e616
commit 53b383d2cf
6 changed files with 385 additions and 360 deletions

View File

@ -5,5 +5,5 @@ import (
)
func init() {
drivers.RegisterDriver("Native", &Native{})
drivers.RegisterDriver(driverName, &Native{})
}