aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/generated.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/daemon/src/generated.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/daemon/src/generated.rs b/crates/daemon/src/generated.rs
index a3ea4d9d..6620e94c 100644
--- a/crates/daemon/src/generated.rs
+++ b/crates/daemon/src/generated.rs
@@ -11,14 +11,14 @@
)]
/// Semantic command capture gRPC service types.
-pub(crate) mod semantic {
+pub mod semantic {
tonic::include_proto!("semantic");
}
/// Search module for the daemon gRPC search service.
///
/// This module provides fuzzy search over command history using Nucleo.
-pub(crate) mod search {
+pub mod search {
// Include the generated proto code
tonic::include_proto!("search");
}
@@ -26,7 +26,7 @@ pub(crate) mod search {
/// History module for the daemon gRPC history service.
///
/// This module contains the proto-generated types for the history gRPC service.
-pub(crate) mod history {
+pub mod history {
// Include the generated proto code
tonic::include_proto!("history");
}
@@ -35,10 +35,10 @@ pub(crate) mod history {
///
/// This module provides the gRPC service that allows external processes
/// (like CLI commands) to inject events into the daemon's event bus.
-pub(crate) mod control {
+pub mod control {
// Include the generated proto code
tonic::include_proto!("control");
// Re-export the service
- pub(crate) use crate::atuin_daemon::control::ControlService;
+ pub use crate::control::ControlService;
}