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-07-31 21:11:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
rust-lib
/
flowy-workspace
/
src
/
protobuf
/
proto
/
event.proto
7 lines
97 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
add create workspace test
2021-07-14 08:07:25 +08:00
syntax
=
"proto3"
;
enum
WorkspaceEvent
{
CreateWorkspace
=
0
;
fix sqlite database is lock issue by setting busy_timeout and wal mode
2021-07-19 16:15:20 +08:00
GetWorkspaceDetail
=
1
;
add create workspace test
2021-07-14 08:07:25 +08:00
}
Reference in New Issue
Copy Permalink