mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
This reverts commit c1006c18c3
.
This commit is contained in:
@ -23,19 +23,3 @@ pub struct ImportViews {
|
||||
/// Used to update the [DatabaseViewTrackerList] when importing the database.
|
||||
pub database_view_ids_by_database_id: HashMap<String, Vec<String>>,
|
||||
}
|
||||
|
||||
pub struct SearchData {
|
||||
/// The type of data that is stored in the search index row.
|
||||
pub index_type: String,
|
||||
|
||||
/// The `View` that the row references.
|
||||
pub view_id: String,
|
||||
|
||||
/// The ID that corresponds to the type that is stored.
|
||||
/// View: view_id
|
||||
/// Document: page_id
|
||||
pub id: String,
|
||||
|
||||
/// The data that is stored in the search index row.
|
||||
pub data: String,
|
||||
}
|
||||
|
1
frontend/rust-lib/flowy-folder-pub/src/folder_service.rs
Normal file
1
frontend/rust-lib/flowy-folder-pub/src/folder_service.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,3 +1,4 @@
|
||||
pub mod cloud;
|
||||
pub mod entities;
|
||||
pub mod folder_builder;
|
||||
mod folder_service;
|
||||
|
Reference in New Issue
Block a user