mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
* chore: adjust line height * chore: send stream message * chore: index file * chore: clippy
14 lines
206 B
Rust
14 lines
206 B
Rust
mod event_handler;
|
|
pub mod event_map;
|
|
|
|
pub mod ai_manager;
|
|
mod chat;
|
|
mod completion;
|
|
pub mod entities;
|
|
mod local_ai;
|
|
mod middleware;
|
|
pub mod notification;
|
|
mod persistence;
|
|
mod protobuf;
|
|
mod stream_message;
|