Nathan.fooo cc66147bc0
chore: checking workspace state consistent after switching workspace (#5201)
* refactor: getting workspace id

* refactor: check workspace id is match for http response

* refactor: check http repsonse in valid by checing the workspace id

* chore: update log

* chore: fix test

* chore: fix test

* chore: add test

* chore: update test
2024-04-26 09:44:07 +08:00

21 lines
363 B
Rust

pub use collab_folder::ViewLayout;
pub mod entities;
pub mod event_handler;
pub mod event_map;
pub mod manager;
pub mod notification;
pub mod protobuf;
mod user_default;
pub mod view_operation;
mod manager_init;
mod manager_observer;
#[cfg(debug_assertions)]
pub mod manager_test_util;
pub mod share;
#[cfg(feature = "test_helper")]
mod test_helper;
mod util;