aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/src/history
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-daemon/src/history')
-rw-r--r--crates/atuin-daemon/src/history/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/atuin-daemon/src/history/mod.rs b/crates/atuin-daemon/src/history/mod.rs
new file mode 100644
index 00000000..b71853df
--- /dev/null
+++ b/crates/atuin-daemon/src/history/mod.rs
@@ -0,0 +1,6 @@
+//! History module for the daemon gRPC history service.
+//!
+//! This module contains the proto-generated types for the history gRPC service.
+
+// Include the generated proto code
+tonic::include_proto!("history");