Documentation
¶
Overview ¶
Package walker implements the traversal of directories and the processing of the files therein.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Walker ¶
type Walker struct {
// contains filtered or unexported fields
}
Walker traverses directory trees and processes the files it finds.
func NewWithBlacklist ¶
NewWithBlacklist creates a new Walker instance that uses the given Blacklist.
func (*Walker) ScheduleScan ¶
ScheduleScan adds the given Root to the Scan queue.
Click to show internal directories.
Click to hide internal directories.