10 lines
132 B
Protocol Buffer
Raw Normal View History

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