filter: add kind blacklist filter
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
f08e805673
commit
c85f9cbc3d
5 changed files with 74 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
mod kinds;
|
||||
mod protected_events;
|
||||
mod ratelimit;
|
||||
mod whitelist;
|
||||
|
||||
pub use kinds::Kinds;
|
||||
pub use protected_events::ProtectedEvents;
|
||||
pub use ratelimit::RateLimit;
|
||||
pub use whitelist::Whitelist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue