Skip to content

Commit b6916d2

Browse files
committed
feat: update github
1 parent 39f8afd commit b6916d2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

provider/model/model.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,23 +1456,23 @@ type Package struct {
14561456

14571457
type ContainerMetadata struct {
14581458
Container struct {
1459-
Tags []string `json:"tags"`
1460-
} `json:"container"`
1459+
Tags []string
1460+
}
14611461
}
14621462

14631463
type 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

0 commit comments

Comments
 (0)