We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b2c36 commit 7bfbc10Copy full SHA for 7bfbc10
crates/jz-module/src/repo/list.rs
@@ -26,6 +26,7 @@ pub struct RepositoryListResult {
26
#[derive(Deserialize,Serialize)]
27
pub struct RepositoryListAuthor {
28
pub name: Option<String>,
29
+ #[serde(rename = "image")]
30
pub avatar: Option<String>,
31
pub address: Option<String>
32
}
@@ -35,7 +36,7 @@ pub struct RepositoryModelInfo {
35
36
pub name: String,
37
pub version: Option<String>,
38
pub description: Option<String>,
- #[serde(rename = "displayImage")]
39
40
pub display_image: Option<String>,
41
pub size: Option<String>,
42
pub category: Option<String>,
0 commit comments