9 lines
140 B
Protocol Buffer
Raw Normal View History

2021-09-07 23:30:43 +08:00
syntax = "proto3";
2021-09-07 23:30:43 +08:00
enum UserObservable {
Unknown = 0;
UserAuthChanged = 1;
UserProfileUpdated = 2;
UserUnauthorized = 3;
2021-09-07 23:30:43 +08:00
}