AppFlowy/frontend/rust-lib/flowy-user/resources/proto/event_map.proto

14 lines
229 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
enum UserEvent {
2021-09-17 11:03:46 +00:00
InitUser = 0;
SignIn = 1;
SignUp = 2;
SignOut = 3;
UpdateUser = 4;
2021-09-17 11:03:46 +00:00
GetUserProfile = 5;
CheckUser = 6;
2022-01-28 10:34:21 +00:00
SetAppearanceSetting = 7;
2022-01-28 02:56:55 +00:00
GetAppearanceSetting = 8;
}