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-02 05:50:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
rust-lib
/
flowy-workspace
/
src
/
protobuf
/
proto
/
event.proto
7 lines
103 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
;
extract tester as trait
2021-07-16 23:18:12 +08:00
GetWorkspaceUserDetail
=
100
;
add create workspace test
2021-07-14 08:07:25 +08:00
}
Reference in New Issue
Copy Permalink