AppFlowy/rust-lib/flowy-user/src/protobuf/proto/event.proto

10 lines
132 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
enum UserEvent {
2021-08-31 15:01:46 +00:00
GetUserProfile = 0;
SignIn = 1;
SignUp = 2;
SignOut = 3;
UpdateUser = 4;
}