This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-08-28 18:51:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
rust-lib
/
flowy-workspace
/
src
/
entities
/
app
/
mod.rs
7 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
add workspace and app
2021-07-13 17:19:39 +08:00
pub
use
app_create
::
*
;
workspace and app dto
2021-07-13 23:08:20 +08:00
pub
use
app_update
::
*
;
add update user test & add app and workspace test
2021-07-14 21:12:52 +08:00
mod
app_create
;
mod
app_update
;
config view
2021-07-19 22:44:37 +08:00
pub
mod
parser
;
Reference in New Issue
Copy Permalink