mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Redesign interface event ownership.
This commit is contained in:
@@ -6,9 +6,12 @@
|
||||
mod event;
|
||||
mod key;
|
||||
mod store;
|
||||
mod target;
|
||||
mod view;
|
||||
|
||||
pub use event::{InterfaceEvent, InterfaceEventKind};
|
||||
pub use key::{ProcedureKey, SessionKey};
|
||||
pub use store::InterfaceStore;
|
||||
pub use view::{ProcedureView, SessionView, SessionViewStatus};
|
||||
|
||||
pub(crate) use target::InterfaceTarget;
|
||||
|
||||
Reference in New Issue
Block a user