Skip to content

Commit

Permalink
docr: Add TotalStorageUsageBytes field to registriesRoot struct
Browse files Browse the repository at this point in the history
  • Loading branch information
rak16 committed Oct 14, 2024
1 parent d7a345a commit 70d4a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ type RegistryValidateNameRequest struct {
// Multi-registry Open Beta API structs

type registriesRoot struct {
Registries []*Registry `json:"registries,omitempty"`
Registries []*Registry `json:"registries,omitempty"`
TotalStorageUsageBytes uint64 `json:"total_storage_usage_bytes,omitempty"`
}

// RegistriesCreateRequest represents a request to create a secondary registry.
Expand Down

0 comments on commit 70d4a88

Please sign in to comment.