From 966a80c4199a49898cc7d8641012d520ce6b2efa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 19:30:40 +0200 Subject: chore: Commit --- crates/turtle/src/generated.rs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 crates/turtle/src/generated.rs (limited to 'crates/turtle/src/generated.rs') diff --git a/crates/turtle/src/generated.rs b/crates/turtle/src/generated.rs new file mode 100644 index 00000000..e5e28ac7 --- /dev/null +++ b/crates/turtle/src/generated.rs @@ -0,0 +1,23 @@ +#![expect( + unused_qualifications, + clippy::doc_markdown, + clippy::default_trait_access, + clippy::too_many_lines, + clippy::allow_attributes, + clippy::derive_partial_eq_without_eq, + reason = "All of these lints are triggered by the generated code" +)] + +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 mod history { + tonic::include_proto!("history"); +} + +/// Control module for external control. +pub mod control { + tonic::include_proto!("control"); +} -- cgit v1.3.1