Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryScanner ¶
type DirectoryScanner interface { // Scan checks file has to be ignored or not, returns true if it needs to be ignored Scan() ([]string, error) }
DirectoryScanner helps identifying if a BundleFile needs to be ignored
func NewOrDefault ¶
func NewOrDefault(dir, ignore string) (DirectoryScanner, error)
NewOrDefault builds and returns the new or default DirectoryScanner interface In all file not found cases the this wil return the default ignorer
Click to show internal directories.
Click to hide internal directories.