save user info to pg && response to client with protobuf data

This commit is contained in:
appflowy
2021-08-22 15:32:48 +08:00
parent 3f65d3eb48
commit 66c4daab7a
33 changed files with 328 additions and 279 deletions

View File

@ -1,6 +1,6 @@
use bytes::Bytes;
use flowy_derive::ProtoBuf_Enum;
use flowy_dispatch::prelude::{DispatchError, ToBytes};
use flowy_dispatch::prelude::ToBytes;
use flowy_observable::{dart::RustStreamSender, entities::ObservableSubject};
const OBSERVABLE_CATEGORY: &'static str = "Workspace";