Documentation
¶
Index ¶
- func CopyDir(sourceFS, targetFS afero.Fs, sourcePath, targetPath string, skipIfExists bool) error
- func CurrentDir() string
- func FindDirsWithContracts(fs afero.Fs, path string, match func(string) bool) ([]string, error)
- func GatherDirs(fs afero.Fs, projectsDir string) ([]os.FileInfo, error)
- func GatherEntries(fs afero.Fs, path string) ([]entry.Entry, error)
- func GatherMatchedEntriesInDir(fs afero.Fs, path string, match func(info os.FileInfo) bool) ([]string, error)
- func GetFileExt(path string) string
- func IsHiddenFile(path string) bool
- func MakeZipArchive(sourceFS, targetFS afero.Fs, sourcePath, targetPath string) error
- func ReadFile(fs afero.Fs, path string) ([]byte, error)
- func RemoveTmpDirs(fs afero.Fs, paths ...string) error
- func RemoveWithSubdirs(fs afero.Fs, path, name string) error
- func ValidDirectories(fs afero.Fs, paths ...string) error
- func WriteFile(fs afero.Fs, path string, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentDir ¶
func CurrentDir() string
func FindDirsWithContracts ¶
func GetFileExt ¶
func IsHiddenFile ¶
func MakeZipArchive ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.