Documentation
¶
Overview ¶
Package scan does concurrent scanning of an Fs building up a directory tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dir ¶
type Dir struct {
// contains filtered or unexported fields
}
Dir represents a directory found in the remote
func (*Dir) Entries ¶
func (d *Dir) Entries() fs.DirEntries
Entries returns a copy of the entries in the directory
Click to show internal directories.
Click to hide internal directories.