We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b13300 commit ff046b3Copy full SHA for ff046b3
stackslib/src/config/mod.rs
@@ -4168,6 +4168,8 @@ pub struct EventObserverConfigFile {
4168
pub endpoint: String,
4169
/// List of event types that this observer is configured to receive.
4170
///
4171
+ /// For a more detailed documentation check the event-dispatcher docs in the `/docs` folder.
4172
+ ///
4173
/// Each string in the list specifies an event category or a specific event to subscribe to.
4174
/// For an observer to receive any notifications, this list must contain at least one valid key.
4175
/// Providing an invalid string that doesn't match any of the valid formats below will cause
0 commit comments