9 lines
107 B
Protocol Buffer
Raw Normal View History

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