Documentation
¶
Index ¶
Constants ¶
View Source
const FileCollectorKey = "FileCollector"
View Source
const FileFilterKey = "FileFilter"
View Source
const FileServiceKey = "FileService"
View Source
const FilerKey = "Filer"
View Source
const JsonMergerKey = "JsonMerger"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileCollector ¶
type FileFilter ¶
type FileService ¶
type FileService interface { ToFile(directory, fileExt string, config *domain.CompiledSchema) error // Removes the root path from the filepath (fp) if it's present. If the root path cannot be found in the fp, the fp // is returned. SubtractPath(root, fp string) string // Same as SubtractPath but for a slice of filepaths (fps). SubtractPaths(root string, fps []string) []string }
Click to show internal directories.
Click to hide internal directories.