Documentation ¶
Index ¶
- func ApplyBasePathsCreatorUsingErrorCollection(isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, ...) (isSuccess bool)
- func ApplyLocationsUsingErrorCollection(isDeleteAllBeforeCreate, isIgnoreOnExist bool, ...) (isSuccess bool)
- func ApplyPathsCreatorCollectionReturnErrorCollection(isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, ...) (errorCollection *errwrappers.Collection)
- func ApplyPathsCreatorCollectionUsingErrorCollection(isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, ...) (isSuccess bool)
- func ApplyPathsCreatorCollectionsReturnErrorCollection(isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, ...) (errorCollection *errwrappers.Collection)
- func ApplyPathsCreatorUsingErrorCollection(isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, ...) (isSuccess bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyBasePathsCreatorUsingErrorCollection ¶
func ApplyBasePathsCreatorUsingErrorCollection( isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, errorCollection *errwrappers.Collection, basePathsCreator *pathinsfmt.BasePathsCreator, ) ( isSuccess bool, )
func ApplyLocationsUsingErrorCollection ¶
func ApplyLocationsUsingErrorCollection( isDeleteAllBeforeCreate, isIgnoreOnExist bool, errorCollection *errwrappers.Collection, applyNameGroup *pathinsfmt.BaseUserNameGroupName, applyRwx *chmodins.RwxOwnerGroupOther, locations []string, ) ( isSuccess bool, )
func ApplyPathsCreatorCollectionReturnErrorCollection ¶
func ApplyPathsCreatorCollectionReturnErrorCollection( isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, pathsCreatorCollection *pathinsfmt.PathsCreatorCollection, ) ( errorCollection *errwrappers.Collection, )
func ApplyPathsCreatorCollectionUsingErrorCollection ¶
func ApplyPathsCreatorCollectionUsingErrorCollection( isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, errorCollection *errwrappers.Collection, pathsCreatorCollection *pathinsfmt.PathsCreatorCollection, ) ( isSuccess bool, )
func ApplyPathsCreatorCollectionsReturnErrorCollection ¶
func ApplyPathsCreatorCollectionsReturnErrorCollection( isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, pathsCreatorCollection []*pathinsfmt.PathsCreatorCollection, ) ( errorCollection *errwrappers.Collection, )
func ApplyPathsCreatorUsingErrorCollection ¶
func ApplyPathsCreatorUsingErrorCollection( isDeleteAllBeforeCreate, isLazyPaths, isIgnoreOnExist bool, errorCollection *errwrappers.Collection, pathsCreator *pathinsfmt.PathsCreator, ) ( isSuccess bool, )
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.