//
pkg.gl
Category
github.com/opencoff/go-fio
walk
package
0.5.11
Repository:
https://github.com/opencoff/go-fio.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
3
Files
505 SLOC
#
Functions
Walk
Walk traverses the entries in 'names' in a concurrent fashion and returns results in a channel of *fio.Info.
WalkFunc
WalkFunc traverses the entries in 'names' in a concurrent fashion and calls 'apply' for entries that match criteria in 'opt'.
#
Constants
ALL
This is a short cut for "give me all entries".
DEVICE
device special file (blk and char).
DIR
directory.
FILE
regular file.
SPECIAL
other special files.
SYMLINK
symbolic link.
#
Structs
Error
Error represents the errors returned by CloneFile, CloneMetadata and UpdateMetadata.
Options
Options control the behavior of the filesystem walk.
#
Type aliases
Type
Type is an output filter that can be bitwise OR'd.