Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdGuardMatcher ¶ added in v0.5.0
type AdGuardMatcher struct {
// contains filtered or unexported fields
}
func NewAdGuardMatcher ¶ added in v0.5.0
func NewAdGuardMatcher(ruleLines []string) *AdGuardMatcher
func ReadAdGuardMatcher ¶ added in v0.5.0
func ReadAdGuardMatcher(reader varbin.Reader) (*AdGuardMatcher, error)
func (*AdGuardMatcher) Dump ¶ added in v0.5.0
func (m *AdGuardMatcher) Dump() (ruleLines []string)
func (*AdGuardMatcher) Match ¶ added in v0.5.0
func (m *AdGuardMatcher) Match(domain string) bool
Click to show internal directories.
Click to hide internal directories.