package
1.8.25
Repository: https://github.com/xmplusdev/xray-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
calculate the rolling murmurHash of given string.

# Constants

Domain is the type of matcher that the input string must be a sub-domain or itself of the pattern.
No description provided by the author
Full is the type of matcher that the input string must exactly equal to the pattern.
PrimeRK is the prime base used in Rabin-Karp algorithm.
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.
No description provided by the author

# Structs

No description provided by the author
DomainMatcherGroup is a IndexMatcher for a large set of Domain matchers.
No description provided by the author
No description provided by the author
MatcherGroup is an implementation of IndexMatcher.
No description provided by the author
A MphMatcherGroup is divided into three parts: 1.

# 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.