Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathChecker ¶
type PathChecker interface {
IsPathExists(pth string) (bool, error)
IsDirExists(pth string) (bool, error)
}
PathChecker ...
type PathModifier ¶
type PathModifier interface {
AbsPath(pth string) (string, error)
EscapeGlobPath(path string) string
}
PathModifier ...
Click to show internal directories.
Click to hide internal directories.