Skip to content

Commit 251774a

Browse files
committed
feat: openapi repository list add category param
1 parent 1b2b0e1 commit 251774a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/jz-module/src/repo/list.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pub struct RepositoryListParam {
1010
pub r#type: String,
1111
pub limit: Option<i64>,
1212
pub offset: Option<i64>,
13+
pub category: Option<String>,
1314
}
1415
#[derive(Deserialize,Serialize)]
1516
pub struct RepositoryListResult {

0 commit comments

Comments
 (0)