package
1.5.0
Repository: https://github.com/fluxcd/source-controller.git
Documentation: pkg.go.dev

# Functions

IsSymlink is used to determine if the fileinfo is a symbolic link.
Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root.

# Type aliases

AbsWalkFunc functions like filepath.WalkFunc but provides the absolute path of fs.FileInfo when path is a symlink.