Outbound migration perfected

This commit is contained in:
lewis
2025-12-19 19:20:46 +02:00
parent 80a3e04ec6
commit bfa7fb243e
8 changed files with 183 additions and 18 deletions
+1
View File
@@ -110,6 +110,7 @@ pub struct ListBlobsParams {
#[derive(Serialize)]
pub struct ListBlobsOutput {
#[serde(skip_serializing_if = "Option::is_none")]
pub cursor: Option<String>,
pub cids: Vec<String>,
}
+1
View File
@@ -101,6 +101,7 @@ pub struct RepoInfo {
#[derive(Serialize)]
pub struct ListReposOutput {
#[serde(skip_serializing_if = "Option::is_none")]
pub cursor: Option<String>,
pub repos: Vec<RepoInfo>,
}