Documentation
¶
Index ¶
- func ApplyPathWithVerifier(isContinueOnError bool, errCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplyPathWithVerifiers(isContinueOnError bool, errCollection *errwrappers.Collection, ...) (isSuccess bool)
- 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)
- func ApplyVerifierUsingOption(errCollection *errwrappers.Collection, options *VerifierOption, ...) (isSuccess bool)
- type VerifierOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyPathWithVerifier ¶ added in v0.3.8
func ApplyPathWithVerifier( isContinueOnError bool, errCollection *errwrappers.Collection, pathWithVerifier *pathinsfmt.PathWithVerifier, ) (isSuccess bool)
func ApplyPathWithVerifiers ¶ added in v0.3.8
func ApplyPathWithVerifiers( isContinueOnError bool, errCollection *errwrappers.Collection, pathsWithVerifiers *pathinsfmt.PathsWithVerifiers, ) (isSuccess bool)
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)
func ApplyVerifierUsingOption ¶ added in v0.3.8
func ApplyVerifierUsingOption( errCollection *errwrappers.Collection, options *VerifierOption, verifier *pathinsfmt.PathVerifier, locations []string, ) (isSuccess bool)
Types ¶
type VerifierOption ¶ added in v0.3.8
type VerifierOption struct { IsNormalize, IsRecursive, IsSkipInvalid, IsContinueOnError bool }
Source Files
¶
- ApplyPathWithVerifier.go
- ApplyPathWithVerifiers.go
- ApplyUsingFlatPaths.go
- ApplyUsingFlatPathsDirectReturn.go
- ApplyUsingPathVerifiersWithGenericPathsCollection.go
- ApplyUsingPathVerifiersWithLocationCollection.go
- ApplyVerifier.go
- ApplyVerifierDirect.go
- ApplyVerifierUsingOption.go
- VerifierOption.go
- applyVerifierContinueOnErrorInternal.go
- applyVerifierInternal.go
- applyVerifierSinglePathNonRecursiveUserGroupVerify.go
- recursiveOrNonRecursiveLocations.go
Click to show internal directories.
Click to hide internal directories.