Skip to content

Commit 18877d9

Browse files
feat: Add the Digest field to ReleaseAsset (#3628)
1 parent 69f5bc7 commit 18877d9

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-stringify_test.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/repos_releases.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type ReleaseAsset struct {
7979
BrowserDownloadURL *string `json:"browser_download_url,omitempty"`
8080
Uploader *User `json:"uploader,omitempty"`
8181
NodeID *string `json:"node_id,omitempty"`
82+
Digest *string `json:"digest,omitempty"`
8283
}
8384

8485
func (r ReleaseAsset) String() string {

0 commit comments

Comments
 (0)