mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-21 07:10:37 +00:00

* chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
8 lines
86 B
Rust
8 lines
86 B
Rust
mod code;
|
|
mod errors;
|
|
mod ext;
|
|
pub mod protobuf;
|
|
|
|
pub use code::*;
|
|
pub use errors::*;
|