//
pkg.gl
Category
github.com/fluxcd/source-controller
internal
helm
chart
secureloader
sympath
package
1.5.0
Repository:
https://github.com/fluxcd/source-controller.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
2
Files
85 SLOC
#
Functions
IsSymlink
IsSymlink is used to determine if the fileinfo is a symbolic link.
Walk
Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root.
#
Type aliases
AbsWalkFunc
AbsWalkFunc functions like filepath.WalkFunc but provides the absolute path of fs.FileInfo when path is a symlink.