Simplify interface event recording.

This commit is contained in:
Michael Mikovsky
2026-06-01 10:27:59 -06:00
parent aa1e9be696
commit 8a817cb5eb
4 changed files with 220 additions and 263 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
mod event;
mod key;
mod store;
mod target;
mod view;
pub use event::{InterfaceEvent, InterfaceEventKind};
@@ -14,4 +13,4 @@ pub use key::{ProcedureKey, SessionKey};
pub use store::InterfaceStore;
pub use view::{ProcedureView, SessionView, SessionViewStatus};
pub(crate) use target::InterfaceTarget;
pub(crate) use store::InterfaceTarget;