diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 14:18:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 14:18:36 +0200 |
| commit | 63a0ec3901a863fb07d18f4b814a98a813644382 (patch) | |
| tree | c94b7b501601b5df05cf654e9f9c9b5bc66a239e /crates/daemon/src/api/generated.rs | |
| parent | chore: Commit (diff) | |
| download | atuin-63a0ec3901a863fb07d18f4b814a98a813644382.zip | |
chore: Commit
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; } |
