This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
687ead563f
AppFlowy
/
rust-lib
/
flowy-user
/
src
/
protobuf
/
proto
/
event.proto
9 lines
107 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
test event from dart to rust using protobuf as bytes adaptor
2021-07-07 14:24:26 +00:00
syntax
=
"proto3"
;
enum
UserEvent
{
add get user detail event, extract remote serviceinto UserServer
2021-07-11 07:33:19 +00:00
GetStatus
=
0
;
test event from dart to rust using protobuf as bytes adaptor
2021-07-07 14:24:26 +00:00
SignIn
=
1
;
SignUp
=
2
;
SignOut
=
3
;
}
Reference in New Issue
Copy Permalink