mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
vfs: Add SetSys() methods to Node to allow caching stuff on a node
This commit is contained in:
@@ -54,6 +54,7 @@ type Node interface {
|
||||
Open(flags int) (Handle, error)
|
||||
Truncate(size int64) error
|
||||
Path() string
|
||||
SetSys(interface{})
|
||||
}
|
||||
|
||||
// Check interfaces
|
||||
|
||||
Reference in New Issue
Block a user