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 ApplySimple(isContinueOnErr bool, errCollection *errwrappers.Collection, ...) (isSuccess bool)
- 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 ApplySimple ¶
func ApplySimple( isContinueOnErr bool, errCollection *errwrappers.Collection, modifier *pathinsfmt.PathModifier, flatPaths []string, ) (isSuccess bool)
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.