Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blacklist ¶
type Blacklist struct {
// contains filtered or unexported fields
}
Blacklist is the main controller for rita-blacklist
func NewBlacklist ¶
NewBlacklist creates a new blacklist controller and connects to the backing database
func (*Blacklist) CheckEntries ¶
func (b *Blacklist) CheckEntries(entryType list.BlacklistedEntryType, indexes ...string) map[string][]database.BlacklistResult
CheckEntries checks entries of different types against the blacklist database
func (*Blacklist) SetLists ¶
SetLists loads a set of blacklist sources into the blacklist controller
Click to show internal directories.
Click to hide internal directories.
