opt: move api to plugins

This commit is contained in:
Kingtous
2023-04-25 21:03:20 +08:00
parent c64d0a5424
commit ed64813aa0
2 changed files with 9 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ mod errno;
pub mod ipc;
mod plog;
mod plugins;
pub mod api;
pub use plugins::{
handle_client_event, handle_listen_event, handle_server_event, handle_ui_event, load_plugin,