mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-13 19:31:41 +00:00
8 lines
148 B
Rust
8 lines
148 B
Rust
![]() |
use flowy_derive::ProtoBuf;
|
||
|
|
||
|
#[derive(ProtoBuf, Default, Clone)]
|
||
|
pub struct RealtimePayloadPB {
|
||
|
#[pb(index = 1)]
|
||
|
pub(crate) json_str: String,
|
||
|
}
|