Docs.rs
secra_plugins-0.1.32
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
secra_plugins 0.1.32
生产级插件系统 - 插件的生命周期
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
constants.rs
execute_ops.rs
executor.rs
init_ops.rs
lifecycle_ops.rs
load_ops.rs
loader.rs
manager_config.rs
query.rs
query_ops.rs
reload_ops.rs
reloader.rs
route_ops.rs
routes.rs
start_ops.rs
stop_ops.rs
types.rs
unload_ops.rs
unloader.rs
validation.rs
watch_ops.rs
1
2
3
4
5
//!
插件重载相关方法
//
重载相关的辅助函数可以在这里定义
//
主要的重载逻辑在 manager.rs 中,因为需要访问 PluginManager 的内部状态