//! Control module for external event injection.
//!
//! This module provides the gRPC service that allows external processes
//! (like CLI commands) to inject events into the daemon's event bus.
// Include the generated proto code
include_proto!;
// Re-export the service
pub use ControlService;