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)
- func SimpleCreate(filePath string, mode os.FileMode, userGroupName *pathinsfmt.UserGroupName) (*os.File, *errorwrapper.Wrapper)
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, )
func SimpleCreate ¶ added in v0.2.1
func SimpleCreate( filePath string, mode os.FileMode, userGroupName *pathinsfmt.UserGroupName, ) (*os.File, *errorwrapper.Wrapper)
Types ¶
This section is empty.
Source Files ¶
- ApplyBasePathsCreatorUsingErrorCollection.go
- ApplyLocationsUsingErrorCollection.go
- ApplyPathsCreatorCollectionReturnErrorCollection.go
- ApplyPathsCreatorCollectionUsingErrorCollection.go
- ApplyPathsCreatorCollectionsReturnErrorCollection.go
- ApplyPathsCreatorUsingErrorCollection.go
- SimpleCreate.go
- applyRwxOnPathCreators.go
- applyUserNameGroupNameOnPathCreators.go
Click to show internal directories.
Click to hide internal directories.