init config

This commit is contained in:
houseme
2025-06-06 19:05:16 +08:00
parent 3862e255f0
commit df9347b34a
16 changed files with 628 additions and 565 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const NOTIFY_WEBHOOK_SUB_SYS: &str = "notify_webhook";
/// # Example
///
/// ```
/// use rustfs_event::ChannelAdapterType;
/// use rustfs_notify::ChannelAdapterType;
///
/// let adapter_type = ChannelAdapterType::Webhook;
/// match adapter_type {