Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllPathsExist ¶
type AllPathsExist struct{}
AllPathsExist is a PathChecker stub that reports all paths as existing.
type NoPathsExist ¶
type NoPathsExist struct{}
NoPathsExist is a PathChecker stub that reports all paths as non-existent.
type PathSet ¶
type PathSet struct {
// contains filtered or unexported fields
}
PathSet wraps a set.Value[string] and implements PathChecker.
func CheckerFor ¶
CheckerFor returns a PathSet containing the given paths.
Click to show internal directories.
Click to hide internal directories.