feat(protocol): ServerConfig + ConfigError + RpcErrorCode
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
//! Wire types and config schema shared between the xy daemon and CLI.
|
||||
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod state;
|
||||
|
||||
pub use config::{RestartConfig, RestartPolicy, StopConfig};
|
||||
pub use config::{RestartConfig, RestartPolicy, ServerConfig, StopConfig};
|
||||
pub use error::{ConfigError, RpcErrorCode};
|
||||
pub use state::ServerState;
|
||||
|
||||
Reference in New Issue
Block a user