mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 09:33:36 +00:00
fs: rename BasicInfo to DirEntry
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
//
|
||||
// node may be nil, but o may not
|
||||
type DirEntry struct {
|
||||
o fs.BasicInfo
|
||||
o fs.DirEntry
|
||||
node fusefs.Node
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user