feat(protocol): RestartPolicy/RestartConfig/StopConfig with defaults

This commit is contained in:
2026-05-25 11:22:52 +02:00
parent 0e49834c93
commit 5a0963665d
2 changed files with 90 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
//! Wire types and config schema shared between the xy daemon and CLI.
pub mod config;
pub mod state;
pub use config::{RestartConfig, RestartPolicy, StopConfig};
pub use state::ServerState;