File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -1456,23 +1456,23 @@ type Package struct {
14561456
14571457type ContainerMetadata struct {
14581458 Container struct {
1459- Tags []string `json:"tags"`
1460- } `json:"container"`
1459+ Tags []string
1460+ }
14611461}
14621462
14631463type ContainerPackageDescription struct {
1464- ID int `json:"id"`
1465- Digest string `json:"digest"`
1466- PackageURI string `json:"package_uri"`
1467- PackageHTMLURL string `json:"package_html_url"`
1468- CreatedAt string `json:"created_at"`
1469- UpdatedAt string `json:"updated_at"`
1470- HTMLURL string `json:"html_url"`
1471- Name string `json:"name"`
1472- MediaType string `json:"media_type"`
1473- TotalSize int64 `json:"total_size"`
1474- Metadata ContainerMetadata `json:"metadata"`
1475- Manifest interface {} `json:"manifest"`
1464+ ID int
1465+ Digest string
1466+ PackageURI string
1467+ PackageHTMLURL string
1468+ CreatedAt string
1469+ UpdatedAt string
1470+ HTMLURL string
1471+ Name string
1472+ MediaType string
1473+ TotalSize int64
1474+ Metadata ContainerMetadata
1475+ Manifest interface {}
14761476
14771477 // -- Add these new fields/methods: --
14781478
You can’t perform that action at this time.
0 commit comments