Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(src/event.rs): update module comment to match reality
Lars Wirzenius committed 1 year ago
commit 1ef04663a22f9f6c01832f5ab207a03526e034ef
parent 50e82fc41177cc83b71e83df1135e337bb318df8
1 file changed +4 -2
modified src/event.rs
@@ -1,6 +1,8 @@
-
//! Read node events from the local node, filter into broker events.
+
//! Get events from local node.
//!
-
//! [`NodeEventSource`] is an event listener.
+
//! [`BrokerEventSource`] subscribes to the local node for node
+
//! events, creates them to corresponding sets of broker events, and
+
//! returns the events allowed by the configured filters.
//!
//! Events can be filtered based on various criteria and can be
//! combined with logical operators. Filters can be read from a JSON