package
3.50.2+incompatible
Repository: https://github.com/delphit430/v2ray-core.git
Documentation: pkg.go.dev
# Constants
Domain is the type of matcher that the input string must be a sub-domain or itself of the pattern.
Full is the type of matcher that the input string must exactly equal to the pattern.
Regex is the type of matcher that the input string must matches the regular-expression pattern.
Substr is the type of matcher that the input string must contain the pattern as a sub-string.
# Structs
DomainMatcherGroup is a IndexMatcher for a large set of Domain matchers.
No description provided by the author
MatcherGroup is an implementation of IndexMatcher.
# Interfaces
IndexMatcher is the interface for matching with a group of matchers.
Matcher is the interface to determine a string matches a pattern.
# Type aliases
Type is the type of the matcher.