package
0.15.1
Repository: https://github.com/cisco-open/go-lanai.git
Documentation: pkg.go.dev

# Functions

And concat given matchers with AND operator.
Any returns a matcher that matches everything.
No description provided by the author
MatchPathPattern given string with path pattern The prefix syntax is: prefix: { term } term: '*' matches any sequence of non-path-separators '**' matches any sequence of characters, including path separators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
None returns a matcher that matches nothing.
Not returns a negated matcher.
Or concat given matchers with OR operator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GenericMatcher implements ChainableMatcher TODO review use cases to determine if this class is necessary.
NegateMatcher apply ! operator to embedded Matcher.

# Interfaces

No description provided by the author
No description provided by the author
StringMatcher is a typed ChainableMatcher that accept String.

# Type aliases

AndMatcher chain a list of matchers with AND operator.
NoopMatcher matches stuff literally.
OrMatcher chain a list of matchers with OR operator.