refactor backend directory

This commit is contained in:
appflowy
2021-12-21 11:13:38 +08:00
parent b04111e5a3
commit d9421f70a0
93 changed files with 700 additions and 628 deletions

View File

@ -0,0 +1,4 @@
#![cfg_attr(rustfmt, rustfmt::skip)]
// Auto-generated, do not edit
mod model;
pub use model::*;

View File

@ -0,0 +1,8 @@
#![cfg_attr(rustfmt, rustfmt::skip)]
// Auto-generated, do not edit
mod ffi_response;
pub use ffi_response::*;
mod ffi_request;
pub use ffi_request::*;