Documentation
¶
Index ¶
- func ApplyUsingFlatPaths(isContinueOnError bool, verifiers *pathinsfmt.PathVerifiers, ...) (isSuccess bool)
- func ApplyUsingFlatPathsDirectReturn(isContinueOnError bool, verifiers *pathinsfmt.PathVerifiers, ...) *errorwrapper.Wrapper
- func ApplyUsingPathVerifiersWithGenericPathsCollection(isContinueOnError bool, ...) (isSuccess bool)
- func ApplyUsingPathVerifiersWithLocationCollection(isContinueOnError bool, ...) (isSuccess bool)
- func ApplyVerifier(isNormalize, isRecursiveCheck, isSkipCheckingOnInvalid, isContinueOnError bool, ...) (isSuccess bool)
- func ApplyVerifierDirect(isNormalize, isContinueOnError, isSkipCheckingOnInvalid bool, ...) (isSuccess bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyUsingFlatPaths ¶
func ApplyUsingFlatPaths( isContinueOnError bool, verifiers *pathinsfmt.PathVerifiers, errCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func ApplyUsingFlatPathsDirectReturn ¶ added in v0.1.4
func ApplyUsingFlatPathsDirectReturn( isContinueOnError bool, verifiers *pathinsfmt.PathVerifiers, locations []string, ) *errorwrapper.Wrapper
func ApplyUsingPathVerifiersWithGenericPathsCollection ¶
func ApplyUsingPathVerifiersWithGenericPathsCollection( isContinueOnError bool, pathVerifiersWithGenericPathsCollection *pathinsfmt.PathVerifiersWithGenericPathsCollection, errCollection *errwrappers.Collection, ) (isSuccess bool)
func ApplyUsingPathVerifiersWithLocationCollection ¶
func ApplyUsingPathVerifiersWithLocationCollection( isContinueOnError bool, verifiersWithLocations *pathinsfmt.PathVerifiersWithLocationCollection, errCollection *errwrappers.Collection, ) (isSuccess bool)
func ApplyVerifier ¶
func ApplyVerifier( isNormalize, isRecursiveCheck, isSkipCheckingOnInvalid, isContinueOnError bool, verifier *pathinsfmt.PathVerifier, errCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func ApplyVerifierDirect ¶
func ApplyVerifierDirect( isNormalize, isContinueOnError, isSkipCheckingOnInvalid bool, verifier *pathinsfmt.PathVerifier, errCollection *errwrappers.Collection, locations ...string, ) (isSuccess bool)
Types ¶
This section is empty.
Source Files
¶
- ApplyUsingFlatPaths.go
- ApplyUsingFlatPathsDirectReturn.go
- ApplyUsingPathVerifiersWithGenericPathsCollection.go
- ApplyUsingPathVerifiersWithLocationCollection.go
- ApplyVerifier.go
- ApplyVerifierDirect.go
- applyVerifierContinueOnErrorInternal.go
- applyVerifierInternal.go
- applyVerifierSinglePathNonRecursiveUserGroupVerify.go
Click to show internal directories.
Click to hide internal directories.