diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 19:30:40 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 19:30:40 +0200 |
| commit | 966a80c4199a49898cc7d8641012d520ce6b2efa (patch) | |
| tree | 51029ff75842090fd1eecbea97b6f7c447e3dea9 /crates/turtle/src/generated.rs | |
| parent | chore(server): Remove warnings (diff) | |
| download | atuin-966a80c4199a49898cc7d8641012d520ce6b2efa.zip | |
chore: Commit
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"); +} |
