Versions in this module Expand all Collapse all v0 v0.14.5 Oct 27, 2020 v0.14.4 Oct 23, 2020 Changes in this version + func CreateSymlinkFileDetails() (*fileutils.FileDetails, error) + func GetFileSymlinkPath(filePath string) (string, error) + func GetPaths(rootPath string, isRecursive, includeDirs, isSymlink bool) ([]string, error) + func GetRootPath(pattern, target string, isRegexp, preserveSymLink bool) (string, error) + func GetSingleFileToUpload(rootPath, targetPath string, flat, preserveSymLink bool) (utils.Artifact, error) + func IsPathExcluded(path string, excludePathPattern string) (excludedPath bool, err error) + func PrepareAndFilterPaths(path, excludePathPattern string, preserveSymlinks, includeDirs bool, ...) (matches []string, isDir, isSymlinkFlow bool, err error) + func PrepareExcludePathPattern(params serviceutils.FileGetter) string