mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:07:46 +02:00
fs: rename BasicInfo to DirEntry
This commit is contained in:
@ -525,7 +525,7 @@ func readFilesFn(fs Fs, includeAll bool, dir string, add func(Object) error) (er
|
||||
}
|
||||
|
||||
// DirEntries is a slice of Object or *Dir
|
||||
type DirEntries []BasicInfo
|
||||
type DirEntries []DirEntry
|
||||
|
||||
// Len is part of sort.Interface.
|
||||
func (ds DirEntries) Len() int {
|
||||
|
Reference in New Issue
Block a user