event.proto 127 B

123456789
  1. syntax = "proto3";
  2. enum UserEvent {
  3. GetStatus = 0;
  4. SignIn = 1;
  5. SignUp = 2;
  6. SignOut = 3;
  7. UpdateUser = 4;
  8. }