mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +02:00
initial core-zero import implementation
This commit is contained in:
parent
c011957389
commit
b598d139e5
34 changed files with 3825 additions and 688 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue