Nathan.fooo e9b2cbb317
chore: observe file upload state (#6172)
* chore: observe file upload state

* chore: observe file upload state

* chore: upgrade client api

* Update frontend/appflowy_flutter/lib/startup/tasks/file_storage_task.dart

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>

* chore: fix tauri build

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-09-04 07:56:08 +08:00

10 lines
151 B
Rust

mod entities;
mod event_handler;
pub mod event_map;
mod file_cache;
pub mod manager;
mod notification;
mod protobuf;
pub mod sqlite_sql;
mod uploader;