Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompilePatterns ¶
Types ¶
type FileFilter ¶
type FileFilter struct {
Include []string `json:"include"`
Exclude []string `json:"exclude"`
// contains filtered or unexported fields
}
FileFilter
func NewFileFilter ¶
func NewFileFilter(include []string, exclude []string) *FileFilter
func (*FileFilter) MatchFile ¶
func (c *FileFilter) MatchFile(file string) bool
MatchFile checks whether patterns of this filter match given *file*. NOTE: the target `file` must be a file, not a directory
Click to show internal directories.
Click to hide internal directories.