mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
add folder editor
This commit is contained in:
parent
3eff006d6d
commit
7f1a0adf13
22 changed files with 548 additions and 211 deletions
|
@ -12,7 +12,7 @@ use flowy_collaboration::{
|
|||
server_document::ServerDocumentManager,
|
||||
synchronizer::{RevisionSyncResponse, RevisionUser},
|
||||
};
|
||||
use flowy_core::module::WorkspaceCloudService;
|
||||
use flowy_core::module::{FolderCouldServiceV1, FolderCouldServiceV2};
|
||||
use flowy_error::{internal_error, FlowyError};
|
||||
use futures_util::stream::StreamExt;
|
||||
use lib_ws::{WSModule, WebSocketRawMessage};
|
||||
|
@ -211,7 +211,9 @@ use flowy_user_data_model::entities::{
|
|||
};
|
||||
use lib_infra::{future::FutureResult, timestamp, uuid_string};
|
||||
|
||||
impl WorkspaceCloudService for LocalServer {
|
||||
impl FolderCouldServiceV2 for LocalServer {}
|
||||
|
||||
impl FolderCouldServiceV1 for LocalServer {
|
||||
fn init(&self) {}
|
||||
|
||||
fn create_workspace(&self, _token: &str, params: CreateWorkspaceParams) -> FutureResult<Workspace, FlowyError> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue