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 ¶
PathModifier ...
type PathProvider ¶
PathProvider ...
Click to show internal directories.
Click to hide internal directories.