Skip to content

Commit

Permalink
Merge pull request #190 from buildkite/package-name
Browse files Browse the repository at this point in the history
Add package name to Package type
  • Loading branch information
moskyb authored Aug 26, 2024
2 parents d1a5b24 + 55bfec4 commit 8d3fc31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildkite/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type PackagesService struct {
// Package represents a package which has been stored in a registry
type Package struct {
ID string `json:"id"`
Name string `json:"name"`
URL string `json:"url"`
WebURL string `json:"web_url"`
Organization Organization `json:"organization"`
Expand Down

0 comments on commit 8d3fc31

Please sign in to comment.