Versions in this module Expand all Collapse all v3 v3.52.0 Jul 2, 2026 Changes in this version + type MatchResult int + const Exclude + const Include + const NoMatch + type Matcher interface + Match func(path []string, isDir bool) bool + func NewMatcher(ps []Pattern) Matcher + type Pattern interface + Match func(path []string, isDir bool) MatchResult + func ParsePattern(p string, domain []string) Pattern