Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
Matcher is a generic pattern matcher, it gives the match result of the given pattern for specific v.
func CIDRMatcher ¶
CIDRMatcher creates a Matcher for a list of CIDR notation IP addresses.
func DomainMatcher ¶
DomainMatcher creates a Matcher for a list of domains, the domain should be a plain domain such as 'example.com', or a special pattern '.example.com' that matches 'example.com' and any subdomain 'abc.example.com', 'def.abc.example.com' etc.
func WildcardMatcher ¶
WildcardMatcher creates a Matcher for a specific wildcard domain pattern, the pattern should be a wildcard such as '*.exmaple.com'.
Click to show internal directories.
Click to hide internal directories.