Documentation ¶
Index ¶
- func Apply(isContinueOnErr bool, modifier *pathinsfmt.PathModifiersApply) *errwrappers.Collection
- func ApplyBaseUsingErrorCollection(isContinueOnErr bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplyGenericPathCollection(isContinueOnErr bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplyLocationCollection(isContinueOnErr bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplyPathWithModifier(errCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplyPathsWithModifiers(isContinueOnErr bool, errCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplySimple(isContinueOnErr bool, errCollection *errwrappers.Collection, ...) (isSuccess bool)
- func ApplySimpleSingle(modifier *pathinsfmt.PathModifier, location string) *errorwrapper.Wrapper
- func ApplyUsingErrorCollection(isContinueOnErr bool, errorCollection *errwrappers.Collection, ...) (isSuccess bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply( isContinueOnErr bool, modifier *pathinsfmt.PathModifiersApply, ) *errwrappers.Collection
func ApplyBaseUsingErrorCollection ¶ added in v0.2.4
func ApplyBaseUsingErrorCollection( isContinueOnErr bool, errorCollection *errwrappers.Collection, modifier *pathinsfmt.BasePathModifiersApply, ) (isSuccess bool)
func ApplyGenericPathCollection ¶
func ApplyGenericPathCollection( isContinueOnErr bool, errorCollection *errwrappers.Collection, modifier *pathinsfmt.PathModifier, genericPathsCollection *pathinsfmt.GenericPathsCollection, ) (isSuccess bool)
func ApplyLocationCollection ¶
func ApplyLocationCollection( isContinueOnErr bool, errorCollection *errwrappers.Collection, modifier *pathinsfmt.PathModifier, locationCollection *pathinsfmt.LocationCollection, ) (isSuccess bool)
func ApplyPathWithModifier ¶ added in v0.3.8
func ApplyPathWithModifier( errCollection *errwrappers.Collection, pathWithModifier *pathinsfmt.PathWithModifier, ) (isSuccess bool)
func ApplyPathsWithModifiers ¶ added in v0.3.8
func ApplyPathsWithModifiers( isContinueOnErr bool, errCollection *errwrappers.Collection, pathsWithModifiers *pathinsfmt.BasePathsWithModifiers, ) (isSuccess bool)
func ApplySimple ¶
func ApplySimple( isContinueOnErr bool, errCollection *errwrappers.Collection, modifier *pathinsfmt.PathModifier, flatPaths []string, ) (isSuccess bool)
func ApplySimpleSingle ¶ added in v0.3.1
func ApplySimpleSingle( modifier *pathinsfmt.PathModifier, location string, ) *errorwrapper.Wrapper
func ApplyUsingErrorCollection ¶ added in v0.2.4
func ApplyUsingErrorCollection( isContinueOnErr bool, errorCollection *errwrappers.Collection, modifier *pathinsfmt.PathModifiersApply, ) (isSuccess bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.