Add blacklist filter
This commit is contained in:
parent
5ec7642342
commit
690e2b0a47
4 changed files with 94 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod blacklist;
|
||||
mod content;
|
||||
mod kinds;
|
||||
mod protected_events;
|
||||
|
|
@ -7,6 +8,7 @@ mod whitelist;
|
|||
#[cfg(feature = "forwarder")]
|
||||
mod forwarder;
|
||||
|
||||
pub use blacklist::Blacklist;
|
||||
pub use content::Content;
|
||||
pub use kinds::Kinds;
|
||||
pub use protected_events::ProtectedEvents;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue