Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AAAAAIPMatcher ¶
type AAAAAIPMatcher struct {
// contains filtered or unexported fields
}
func NewAAAAAIPMatcher ¶
func NewAAAAAIPMatcher(ipMatcher netlist.Matcher) *AAAAAIPMatcher
type CNameMatcher ¶
type CNameMatcher struct {
// contains filtered or unexported fields
}
func NewCNameMatcher ¶
func NewCNameMatcher(domainMatcher domain.Matcher) *CNameMatcher
type ClientECSMatcher ¶ added in v3.1.0
type ClientECSMatcher struct {
// contains filtered or unexported fields
}
func NewClientECSMatcher ¶ added in v3.1.0
func NewClientECSMatcher(ipMatcher netlist.Matcher) *ClientECSMatcher
type ClientIPMatcher ¶
type ClientIPMatcher struct {
// contains filtered or unexported fields
}
func NewClientIPMatcher ¶
func NewClientIPMatcher(ipMatcher netlist.Matcher) *ClientIPMatcher
type QClassMatcher ¶
type QClassMatcher struct {
// contains filtered or unexported fields
}
func NewQClassMatcher ¶
func NewQClassMatcher(elemMatcher *elem.IntMatcher) *QClassMatcher
type QNameMatcher ¶
type QNameMatcher struct {
// contains filtered or unexported fields
}
func NewQNameMatcher ¶
func NewQNameMatcher(domainMatcher domain.Matcher) *QNameMatcher
type QTypeMatcher ¶
type QTypeMatcher struct {
// contains filtered or unexported fields
}
func NewQTypeMatcher ¶
func NewQTypeMatcher(elemMatcher *elem.IntMatcher) *QTypeMatcher
type RCodeMatcher ¶
type RCodeMatcher struct {
// contains filtered or unexported fields
}
func NewRCodeMatcher ¶
func NewRCodeMatcher(elemMatcher *elem.IntMatcher) *RCodeMatcher
Click to show internal directories.
Click to hide internal directories.