aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/generated.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-09 22:00:59 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-09 22:00:59 +0200
commit620cf8fa33835c1ce1e56b1028ff6e2a6fbe0f39 (patch)
treee97e54ff112c8e3fa9f88335bfd1275420a4d69f /crates/daemon/src/generated.rs
parentchore: Separate daemon, client, server, and lib into crates (diff)
downloadatuin-620cf8fa33835c1ce1e56b1028ff6e2a6fbe0f39.zip
chore: Add more things
Diffstat (limited to 'crates/daemon/src/generated.rs')
-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;
}