Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-10-03 12:27:44 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-user/src/entities/import_data.rs

16 lines
381 B
Rust
Raw Normal View History

feat: workspace service in user crate (#4373) * refactor: user manager * feat: implement workspace service * refactor: migrate user data when sign up * chore: fmt * chore: enable beta cloud * chore: update ci * chore: trim slash
2024-01-12 14:34:59 +08:00
use flowy_derive::ProtoBuf;
use validator::Validate;
#[derive(ProtoBuf, Validate, Default)]
pub struct ImportAppFlowyDataPB {
#[pb(index = 1)]
#[validate(custom = "lib_infra::validator_fn::required_not_empty_str")]
pub path: String,
#[pb(index = 2, one_of)]
pub import_container_name: Option<String>,
fix: import data (#6483) * chore: import into space * chore: par insert * fix: migrate from anon * chore: fix test * chore: update test * chore: add test * chore: update test * chore: update test * chore: update docs * fix: space collab * chore: update test
2024-10-06 20:08:17 +08:00
#[pb(index = 3, one_of)]
pub parent_view_id: Option<String>,
feat: workspace service in user crate (#4373) * refactor: user manager * feat: implement workspace service * refactor: migrate user data when sign up * chore: fmt * chore: enable beta cloud * chore: update ci * chore: trim slash
2024-01-12 14:34:59 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 596ms Template: 61ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API