aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/generated.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 14:18:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 14:18:36 +0200
commit63a0ec3901a863fb07d18f4b814a98a813644382 (patch)
treec94b7b501601b5df05cf654e9f9c9b5bc66a239e /crates/daemon/src/generated.rs
parentchore: Commit (diff)
downloadatuin-63a0ec3901a863fb07d18f4b814a98a813644382.zip
chore: Commit
Diffstat (limited to 'crates/daemon/src/generated.rs')
-rw-r--r--crates/daemon/src/generated.rs36
1 files changed, 0 insertions, 36 deletions
diff --git a/crates/daemon/src/generated.rs b/crates/daemon/src/generated.rs
deleted file mode 100644
index 9deb4e0c..00000000
--- a/crates/daemon/src/generated.rs
+++ /dev/null
@@ -1,36 +0,0 @@
-#![expect(
- unreachable_pub,
- unused_qualifications,
- clippy::doc_markdown,
- clippy::default_trait_access,
- clippy::too_many_lines,
- clippy::trivially_copy_pass_by_ref,
- clippy::allow_attributes,
- clippy::derive_partial_eq_without_eq,
- reason = "All of these lints are triggered by the generated code"
-)]
-
-/// Semantic command capture gRPC service types.
-pub(crate) mod semantic {
- tonic::include_proto!("semantic");
-}
-
-/// History module for the daemon gRPC history service.
-///
-/// 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.
-pub(crate) mod control {
- // Include the generated proto code
- tonic::include_proto!("control");
-
- // Re-export the service
- pub(crate) use crate::control::ControlService;
-}