diff options
Diffstat (limited to 'crates/turtle/src/generated.rs')
| -rw-r--r-- | crates/turtle/src/generated.rs | 23 |
1 files changed, 23 insertions, 0 deletions
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"); +} |
