aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/api/generated.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/daemon/src/api/generated.rs (renamed from crates/daemon/src/generated.rs)10
1 files changed, 1 insertions, 9 deletions
diff --git a/crates/daemon/src/generated.rs b/crates/daemon/src/api/generated.rs
index 9deb4e0c..304edcd9 100644
--- a/crates/daemon/src/generated.rs
+++ b/crates/daemon/src/api/generated.rs
@@ -19,18 +19,10 @@ pub(crate) mod semantic {
///
/// This module contains the proto-generated types for the history gRPC service.
pub(crate) mod history {
- // Include the generated proto code
tonic::include_proto!("history");
}
-/// 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.
+/// Control module for external control.
pub(crate) mod control {
- // Include the generated proto code
tonic::include_proto!("control");
-
- // Re-export the service
- pub(crate) use crate::control::ControlService;
}