docs: comment for ipc

This commit is contained in:
Lin Onetwo 2023-01-06 14:50:27 +08:00
parent e6abaf7aa4
commit 2a7e1839da
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use yrs::StateVector;
use crate::state::AppState;
#[tauri::command]
/// get yDoc created by create_workspace, using same id
pub async fn get_doc<'s>(
state: tauri::State<'s, AppState>,
parameters: GetDocumentParameter,

View File

@ -5,6 +5,7 @@ use lib0::any::Any;
use crate::state::AppState;
#[tauri::command]
/// create yDoc for a workspace
pub async fn create_workspace<'s>(
state: tauri::State<'s, AppState>,
parameters: CreateWorkspace,