fixup! refactor(intel-dcap-api): split client.rs into smaller files

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-04-11 12:23:53 +02:00
parent 0e69105a43
commit 4501b3421c
Signed by: harald
GPG key ID: F519A1143B3FBE32
8 changed files with 8 additions and 8 deletions

View file

@ -226,4 +226,4 @@ impl ApiClient {
issuer_chain,
})
}
}
}

View file

@ -131,4 +131,4 @@ impl ApiClient {
issuer_chain,
})
}
}
}

View file

@ -231,4 +231,4 @@ impl ApiClient {
Ok(())
}
}
}
}

View file

@ -117,4 +117,4 @@ impl ApiClient {
api_version, // Store the version
})
}
}
}

View file

@ -350,4 +350,4 @@ impl ApiClient {
self.fetch_pck_certificates(request_builder).await
}
}
}

View file

@ -64,4 +64,4 @@ impl ApiClient {
issuer_chain,
})
}
}
}

View file

@ -103,4 +103,4 @@ impl ApiClient {
pck_cert_count,
})
}
}
}

View file

@ -164,4 +164,4 @@ impl ApiClient {
issuer_chain,
})
}
}
}