Versions in this module Expand all Collapse all v0 v0.5.0 Nov 12, 2024 v0.4.1 Oct 7, 2024 Changes in this version + type MockGitignoreMatcher struct + func NewMockGitignoreMatcher() *MockGitignoreMatcher + func (m *MockGitignoreMatcher) Match(path []string, isDir bool) bool + type MockMatcher struct + func NewMockMatcher() *MockMatcher + func (m *MockMatcher) Match(path string, isDir bool) (bool, error) + type MockMatcherFactory struct + func NewMockMatcherFactory() *MockMatcherFactory + func (m *MockMatcherFactory) NewMatcher(fs afero.Fs) (gitignore.Matcher, error)