mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 08:58:26 +08:00
25f59b2918
billy defines a common file system interface that is used in multiple go packages. vfs.Handle implements billy.File mostly, only two methods needed to be added to make it compliant. An interface check is added as well. This is a preliminary work for adding serve nfs command. |
||
---|---|---|
.. | ||
dir.go | ||
edge_cases.go | ||
file.go | ||
fs.go | ||
os.go | ||
read_non_unix.go | ||
read_unix.go | ||
read.go | ||
submount.go | ||
vfs.go | ||
write_non_unix.go | ||
write_unix.go | ||
write.go |