Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindFilesForPath ¶
Types ¶
type File ¶
type File struct {
FilePath string
}
File represents a file that can be loaded from the file system
type FileGeneratorFunc ¶
FileGeneratorFunc returns a list of files that can be loaded and processed
func FilesInPathsGenerator ¶
func FilesInPathsGenerator(paths []string, fileCheckFun fileCheckFunction) FileGeneratorFunc
func GoFilesInPathsGenerator ¶
func GoFilesInPathsGenerator(paths []string, skipVendor bool) FileGeneratorFunc
func (FileGeneratorFunc) Combine ¶
func (a FileGeneratorFunc) Combine(b FileGeneratorFunc) FileGeneratorFunc
Click to show internal directories.
Click to hide internal directories.