AppFlowy/rust-lib/flowy-user/src/protobuf/proto/observable.proto
2021-09-08 13:50:20 +08:00

9 lines
140 B
Protocol Buffer

syntax = "proto3";
enum UserObservable {
Unknown = 0;
UserAuthChanged = 1;
UserProfileUpdated = 2;
UserUnauthorized = 3;
}