diff options
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"); } |
