feat: rename crate from rustfs-event-notifier to rustfs-event

This change simplifies the crate name to better reflect its core functionality
as the event handling system for RustFS. The renamed package maintains all
existing functionality while improving naming consistency across the project.

- Updated all imports and references to use the new crate name
- Maintained API compatibility with existing implementations
- Updated tests to reflect the name change
This commit is contained in:
houseme
2025-05-19 17:23:17 +08:00
parent 791780dd68
commit c6de1ae994
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -82,6 +82,6 @@ if [ -n "$1" ]; then
fi
# 启动 webhook 服务器
#cargo run --example webhook -p rustfs-event-notifier &
#cargo run --example webhook -p rustfs-event &
# 启动主服务
cargo run --bin rustfs