pathmodifierverify

package
v0.7.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL