Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Chan ¶ added in v0.2.0
Chan emits all values received on src and stops whenever src is closed or the context is cancelled.
Types ¶
type DirStep ¶ added in v1.0.1
type DirStep struct {
// FullPath represents the path anchored to the root walk directory.
// This mimics the behavior of "path" in fs.WalkDirFunc.
Path string
// Entry is the DirEntry that would be passed to fs.WalkDirFunc.
Entry fs.DirEntry
}
DirStep represents a step in a directory Walk.
Click to show internal directories.
Click to hide internal directories.