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-09-12 01:57:06 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/shared-lib/folder-model/src/folder.rs

10 lines
224 B
Rust
Raw Normal View History

Refactor/crate directory (#1621) * chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
use serde::{Deserialize, Serialize};
add server folder manager
2022-01-21 21:41:24 +08:00
Refactor/crate directory (#1621) * chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
#[derive(Serialize, Deserialize, Default, Debug, Clone, Eq, PartialEq)]
add server folder manager
2022-01-21 21:41:24 +08:00
pub struct FolderInfo {
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
pub folder_id: String,
pub text: String,
pub rev_id: i64,
pub base_rev_id: i64,
add server folder manager
2022-01-21 21:41:24 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 921ms Template: 19ms
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