feat(proto): EventKind, EventRecord, MarkReadTarget

This commit is contained in:
2026-06-10 06:49:33 +07:00
parent 36964c9f21
commit fc13e4340c
2 changed files with 78 additions and 0 deletions
+2
View File
@@ -1,10 +1,12 @@
pub mod codec;
pub mod event;
pub mod ids;
pub mod layout;
pub mod message;
pub mod status;
pub mod workspace;
pub use event::{EventKind, EventRecord, MarkReadTarget};
pub use ids::{GroupId, SurfaceId, WorkspaceId};
pub use layout::{LayoutNode, Orient};
pub use message::{Cmd, Envelope, ErrorBody, Evt};