aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/src/history/mod.rs
blob: b71853df2b4a3aea4323c27c80eaec6d678df035 (plain) (blame)
1
2
3
4
5
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");