AppFlowy/rust-lib/flowy-user/src/protobuf/proto/event.proto
2021-08-31 23:01:46 +08:00

10 lines
132 B
Protocol Buffer

syntax = "proto3";
enum UserEvent {
GetUserProfile = 0;
SignIn = 1;
SignUp = 2;
SignOut = 3;
UpdateUser = 4;
}