From 620cf8fa33835c1ce1e56b1028ff6e2a6fbe0f39 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 Jul 2026 22:00:59 +0200 Subject: chore: Add more things --- crates/daemon/src/events.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/daemon/src/events.rs') diff --git a/crates/daemon/src/events.rs b/crates/daemon/src/events.rs index d379277d..32ed1ff1 100644 --- a/crates/daemon/src/events.rs +++ b/crates/daemon/src/events.rs @@ -8,14 +8,14 @@ //! Control gRPC service. use crate::atuin_client::history::{History, HistoryId}; -use crate::atuin_common::record::RecordId; +use turtle_common::record::RecordId; /// Events that flow through the daemon's event bus. /// /// Events are broadcast to all components. Each component decides which /// events it cares about in its `handle_event` implementation. #[derive(Debug, Clone)] -pub(crate) enum DaemonEvent { +pub enum DaemonEvent { // ---- History lifecycle ---- /// A command has started running. HistoryStarted(History), -- cgit v1.3.1