The highest tagged major version is
v2 .
Discover Packages
github.com/GoogleContainerTools/skaffold
pkg
skaffold
walk
package
Version:
v1.8.0
Opens a new window with list of versions in this module.
Published: Apr 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Action is a function that takes a file's path and information,
and optionally returns an error.
type Dirent interface {
IsDir() bool
Name() string
}
Dirent stores the name and type of a file system entry.
Predicate represents a predicate on file system entries.
Given a file's path and information, it returns `true`
when the predicate is matched. It can also return a `filepath.SkipDir`
error to skip a directory and its children altogether.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.