mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-11 09:37:41 +00:00

* refactor: user manager * feat: implement workspace service * refactor: migrate user data when sign up * chore: fmt * chore: enable beta cloud * chore: update ci * chore: trim slash
6 lines
128 B
Rust
6 lines
128 B
Rust
pub mod cloud;
|
|
pub mod entities;
|
|
pub mod workspace_service;
|
|
|
|
pub const DEFAULT_USER_NAME: fn() -> String = || "Me".to_string();
|