refactor: rename structs

This commit is contained in:
appflowy
2022-08-18 17:40:23 +08:00
parent 3e4e8679ce
commit d3cd60e527
27 changed files with 212 additions and 97 deletions

View File

@ -305,7 +305,7 @@ impl FolderCouldServiceV1 for LocalServer {
let time = timestamp();
let view = ViewRevision {
id: params.view_id,
belong_to_id: params.belong_to_id,
app_id: params.belong_to_id,
name: params.name,
desc: params.desc,
data_type: params.data_type.into(),