Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterResult ¶ added in v0.1.10
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func (*Index) Match ¶
func (i *Index) Match(changed []string) MatchResult
type MatchResult ¶
type PathFilter ¶ added in v0.1.10
type PathFilter struct {
// contains filtered or unexported fields
}
func NewPathFilter ¶ added in v0.1.10
func NewPathFilter(config PathFilterConfig) (PathFilter, error)
func (PathFilter) Apply ¶ added in v0.1.10
func (filter PathFilter) Apply(paths []string) FilterResult
type PathFilterConfig ¶ added in v0.1.10
Click to show internal directories.
Click to hide internal directories.