feat(protocol): JSON-RPC method param/result types

This commit is contained in:
2026-05-25 11:31:56 +02:00
parent e8f5846cec
commit bd926061bf
2 changed files with 149 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
pub mod config;
pub mod error;
pub mod kdl_parse;
pub mod rpc;
pub mod state;
pub use config::{RestartConfig, RestartPolicy, ServerConfig, StopConfig};