aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/generated.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 19:30:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 19:30:40 +0200
commit966a80c4199a49898cc7d8641012d520ce6b2efa (patch)
tree51029ff75842090fd1eecbea97b6f7c447e3dea9 /crates/turtle/src/generated.rs
parentchore(server): Remove warnings (diff)
downloadatuin-966a80c4199a49898cc7d8641012d520ce6b2efa.zip
chore: Commit
Diffstat (limited to '')
-rw-r--r--crates/turtle/src/generated.rs (renamed from crates/daemon/src/api/generated.rs)11
1 files changed, 3 insertions, 8 deletions
diff --git a/crates/daemon/src/api/generated.rs b/crates/turtle/src/generated.rs
index 304edcd9..e5e28ac7 100644
--- a/crates/daemon/src/api/generated.rs
+++ b/crates/turtle/src/generated.rs
@@ -1,28 +1,23 @@
#![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");
-}
+pub const DAEMON_PROTOCOL_VERSION: u32 = 1;
/// 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 {
tonic::include_proto!("history");
}
/// Control module for external control.
-pub(crate) mod control {
+pub mod control {
tonic::include_proto!("control");
}