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