1
0

fix data
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
syui 2024-04-13 02:10:06 +09:00
parent e8bba1cc49
commit efc4b0ed1c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -270,6 +270,11 @@ pub struct Notify {
pub notifications: Vec<Notifications>,
}
#[derive(Serialize, Deserialize)]
pub struct FeedGet {
pub feeds: Vec<Notifications>,
}
#[derive(Serialize, Deserialize)]
pub struct Status {
pub handle: String,