feat(proto): ConfigView wire type

This commit is contained in:
2026-06-14 09:21:22 +07:00
parent 80113da066
commit e990e694b5
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
pub mod codec;
pub mod config_view;
pub mod event;
pub mod ids;
pub mod layout;
@@ -6,6 +7,7 @@ pub mod message;
pub mod status;
pub mod workspace;
pub use config_view::ConfigView;
pub use event::{EventKind, EventRecord, MarkReadTarget};
pub use ids::{GroupId, SurfaceId, WorkspaceId};
pub use layout::{LayoutNode, Orient};