AppFlowy/rust-lib/flowy-user/src/protobuf/proto/observable.proto

9 lines
140 B
Protocol Buffer
Raw Normal View History

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