mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🔨 refactor driver: native
This commit is contained in:
9
drivers/native/native.go
Normal file
9
drivers/native/native.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package native
|
||||
|
||||
import (
|
||||
"github.com/Xhofe/alist/drivers"
|
||||
)
|
||||
|
||||
func init() {
|
||||
drivers.RegisterDriver("Native", &Native{})
|
||||
}
|
||||
Reference in New Issue
Block a user