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