initial core-zero import implementation

This commit is contained in:
Joe Kralicky 2024-09-05 20:27:24 -04:00
parent c011957389
commit b598d139e5
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
34 changed files with 3825 additions and 688 deletions

View file

@ -62,6 +62,13 @@ type BundleStatusSuccess struct {
Metadata map[string]string `json:"metadata"`
}
// ConfigQuotas defines model for ConfigQuotas.
type ConfigQuotas struct {
Certificates int `json:"certificates"`
Policies int `json:"policies"`
Routes int `json:"routes"`
}
// DownloadBundleResponse defines model for DownloadBundleResponse.
type DownloadBundleResponse struct {
// CaptureMetadataHeaders bundle metadata that need be picked up by the client from the download URL