mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-29 11:59:00 +00:00

* 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
21 lines
363 B
Rust
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;
|