Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExpanderFn ¶
type ExpanderFn (func(parent globPath) ([]globPath, []error))
type GlobPath ¶
type GlobPath struct {
// contains filtered or unexported fields
}
func EmptyGlobPath ¶
func EmptyGlobPath() GlobPath
type PathLike ¶
type PathLike interface { Expander() ExpanderFn Resolver() ResolveFn Stat() StatFn Traverse() TraverseFn }
type TraverseFn ¶
Click to show internal directories.
Click to hide internal directories.