Documentation ¶
Index ¶
- Constants
- Variables
- func CheckTempDir(path string) error
- func CopyDir(targetDirPath string, destination string, globalIgnoreFiles []string, ...)
- func CopyFile(target, destination string) error
- func CopyTemplateFile(target, destination string, mode os.FileMode, templateData map[string]any) error
- func OpenFile(filePath string) (afero.File, error)
Constants ¶
View Source
const (
ERROR_FILE_NOT_EXISTS = "File not exists"
)
Variables ¶
View Source
var ( // Permission MODES DIR_MODE int = 0755 FILE_MODE int = 0755 )
Functions ¶
func CheckTempDir ¶ added in v0.1.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.