Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter func(arg *FilterArg) *FilterResult
type FilterArg ¶
type FilterArg struct {
RootPath, FileName, FullPath, Separator string
IsFile, IsDirector bool
os.FileInfo
}
func (*FilterArg) ExtensionWrapper ¶
type FilterResult ¶
type FilterResult struct { FullPath string IsKeep, IsBreak bool *errorwrapper.Wrapper }
type ProcessedResult ¶
Click to show internal directories.
Click to hide internal directories.