package
Version:
v0.0.0-...-ed7d7af
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCreate(fs afero.Fs) *create
func NewModify(fs afero.Fs) *modify
type Copier interface {
CopyFilesInFolder(sourcePath, destPath string, exclude []string) error
}
type Linker interface {
LinkFiles(source, dest string) error
RemoveLinkedFiles(directory string)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.