aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/generated.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 12:57:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 12:57:36 +0200
commit73be69cd99f5a4784fe69f5d78f423c72e837284 (patch)
treecb47246d2c7edd8cd828abb25a033b732d2289ae /crates/daemon/src/generated.rs
parentchore: Move more stuff out of atuin-client (diff)
downloadatuin-73be69cd99f5a4784fe69f5d78f423c72e837284.zip
chore: Commit
Diffstat (limited to '')
-rw-r--r--crates/daemon/src/generated.rs16
1 files changed, 4 insertions, 12 deletions
diff --git a/crates/daemon/src/generated.rs b/crates/daemon/src/generated.rs
index 6620e94c..9deb4e0c 100644
--- a/crates/daemon/src/generated.rs
+++ b/crates/daemon/src/generated.rs
@@ -11,22 +11,14 @@
)]
/// Semantic command capture gRPC service types.
-pub mod semantic {
+pub(crate) 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 mod search {
- // Include the generated proto code
- tonic::include_proto!("search");
-}
-
/// History module for the daemon gRPC history service.
///
/// This module contains the proto-generated types for the history gRPC service.
-pub mod history {
+pub(crate) mod history {
// Include the generated proto code
tonic::include_proto!("history");
}
@@ -35,10 +27,10 @@ pub 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 mod control {
+pub(crate) mod control {
// Include the generated proto code
tonic::include_proto!("control");
// Re-export the service
- pub use crate::control::ControlService;
+ pub(crate) use crate::control::ControlService;
}