mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-21 17:46:28 +08:00
refactor: change driver interface
This commit is contained in:
5
internal/fs/fs.go
Normal file
5
internal/fs/fs.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package fs
|
||||
|
||||
// the param named path of functions in this package is a virtual path
|
||||
// So, the purpose of this package is to convert virtual path to actual path
|
||||
// then pass the actual path to the operations package
|
||||
Reference in New Issue
Block a user