AppFlowy/rust-lib/flowy-user/src/protobuf/proto/event.proto
2021-09-17 19:03:46 +08:00

11 lines
150 B
Protocol Buffer

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