mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 00:38:16 +00:00
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:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user