mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Simplify interface event recording.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user