mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
fixup! refactor(intel-dcap-api): split client.rs into smaller files
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
0e69105a43
commit
4501b3421c
8 changed files with 8 additions and 8 deletions
|
@ -226,4 +226,4 @@ impl ApiClient {
|
||||||
issuer_chain,
|
issuer_chain,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,4 +131,4 @@ impl ApiClient {
|
||||||
issuer_chain,
|
issuer_chain,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -231,4 +231,4 @@ impl ApiClient {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,4 +117,4 @@ impl ApiClient {
|
||||||
api_version, // Store the version
|
api_version, // Store the version
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -350,4 +350,4 @@ impl ApiClient {
|
||||||
|
|
||||||
self.fetch_pck_certificates(request_builder).await
|
self.fetch_pck_certificates(request_builder).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,4 +64,4 @@ impl ApiClient {
|
||||||
issuer_chain,
|
issuer_chain,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,4 +103,4 @@ impl ApiClient {
|
||||||
pck_cert_count,
|
pck_cert_count,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,4 +164,4 @@ impl ApiClient {
|
||||||
issuer_chain,
|
issuer_chain,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue