feat: virtual driver

This commit is contained in:
Noah Hsu
2022-07-19 19:55:54 +08:00
parent 872e7cf87b
commit 90a5c175ed
4 changed files with 134 additions and 0 deletions

View File

@ -2,4 +2,5 @@ package drivers
import (
_ "github.com/alist-org/alist/v3/drivers/local"
_ "github.com/alist-org/alist/v3/drivers/virtual"
)