Versions in this module Expand all Collapse all v0 v0.0.3 Mar 26, 2026 Changes in this version + func MakePredicate(allow, deny []Pattern) func(string) bool + func MatchesAny(name string, patterns []Pattern) bool + type Pattern struct + func Compile(pattern string) Pattern + func CompileAll(patterns []string) []Pattern + func (p Pattern) Matches(name string) bool