Documentation ¶
Index ¶
- func All(locations []string) *errorwrapper.Wrapper
- func AllContinueOnError(errorCollection *errwrappers.Collection, locations []string) (isSuccess bool)
- func AllContinueOnErrorIfExists(isRemoveExistOnly bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
- func AllOnExist(locations []string) *errorwrapper.Wrapper
- func AllOnExistIf(isRemoveOnExist bool, locations []string) *errorwrapper.Wrapper
- func AllRecursive(locations []string) *errorwrapper.Wrapper
- func AllRecursiveContinueOnError(errorCollection *errwrappers.Collection, locations []string) (isSuccess bool)
- func AllRecursiveContinueOnErrorIfExist(isRemoveExistOnly bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
- func AllRecursiveOnExist(locations []string) *errorwrapper.Wrapper
- func AllRecursiveOnExistIf(isRemoveOnExistOnly bool, locations []string) *errorwrapper.Wrapper
- func Recursive(location string) *errorwrapper.Wrapper
- func RecursiveIf(isRemove bool, location string) *errorwrapper.Wrapper
- func RecursiveOnExist(location string) *errorwrapper.Wrapper
- func RecursiveOnExistIf(isRemove bool, location string) *errorwrapper.Wrapper
- func Single(location string) *errorwrapper.Wrapper
- func SingleIf(isRemove bool, location string) *errorwrapper.Wrapper
- func SingleOnExist(location string) *errorwrapper.Wrapper
- func SingleOnExistIf(isRemove bool, location string) *errorwrapper.Wrapper
- func SingleOrRecursiveOnCondition(condition Condition, location string) *errorwrapper.Wrapper
- type Condition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
func All(locations []string) *errorwrapper.Wrapper
func AllContinueOnError ¶
func AllContinueOnError( errorCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func AllContinueOnErrorIfExists ¶ added in v0.1.8
func AllContinueOnErrorIfExists( isRemoveExistOnly bool, errorCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func AllOnExist ¶ added in v0.1.8
func AllOnExist(locations []string) *errorwrapper.Wrapper
func AllOnExistIf ¶ added in v0.1.8
func AllOnExistIf( isRemoveOnExist bool, locations []string, ) *errorwrapper.Wrapper
func AllRecursive ¶
func AllRecursive(locations []string) *errorwrapper.Wrapper
func AllRecursiveContinueOnError ¶
func AllRecursiveContinueOnError( errorCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func AllRecursiveContinueOnErrorIfExist ¶ added in v0.1.8
func AllRecursiveContinueOnErrorIfExist( isRemoveExistOnly bool, errorCollection *errwrappers.Collection, locations []string, ) (isSuccess bool)
func AllRecursiveOnExist ¶ added in v0.1.8
func AllRecursiveOnExist(locations []string) *errorwrapper.Wrapper
func AllRecursiveOnExistIf ¶ added in v0.1.8
func AllRecursiveOnExistIf( isRemoveOnExistOnly bool, locations []string, ) *errorwrapper.Wrapper
func Recursive ¶
func Recursive(location string) *errorwrapper.Wrapper
func RecursiveIf ¶ added in v0.2.9
func RecursiveIf(isRemove bool, location string) *errorwrapper.Wrapper
func RecursiveOnExist ¶ added in v0.3.5
func RecursiveOnExist(location string) *errorwrapper.Wrapper
func RecursiveOnExistIf ¶ added in v0.3.5
func RecursiveOnExistIf(isRemove bool, location string) *errorwrapper.Wrapper
func Single ¶
func Single(location string) *errorwrapper.Wrapper
func SingleIf ¶ added in v0.2.6
func SingleIf( isRemove bool, location string, ) *errorwrapper.Wrapper
func SingleOnExist ¶ added in v0.1.8
func SingleOnExist(location string) *errorwrapper.Wrapper
func SingleOnExistIf ¶ added in v0.2.6
func SingleOnExistIf( isRemove bool, location string, ) *errorwrapper.Wrapper
func SingleOrRecursiveOnCondition ¶ added in v0.2.6
func SingleOrRecursiveOnCondition( condition Condition, location string, ) *errorwrapper.Wrapper
Types ¶
Source Files ¶
- All.go
- AllContinueOnError.go
- AllContinueOnErrorIfExists.go
- AllOnExistIf.go
- AllRecursive.go
- AllRecursiveContinueOnError.go
- AllRecursiveContinueOnErrorIfExist.go
- AllRecursiveOnExist.go
- AllRecursiveOnExistIf.go
- Condition.go
- Recursive.go
- RecursiveIf.go
- RecursiveOnExist.go
- RecursiveOnExistIf.go
- Single.go
- SingleIf.go
- SingleOnExist.go
- SingleOnExistIf.go
- SingleOrRecursiveOnCondition.go
Click to show internal directories.
Click to hide internal directories.