Skip to content

Commit 711d7d5

Browse files
authored
Merge pull request #70 from imkh/patch-1
Add Description in Repository struct
2 parents 8e7ed04 + 408dd14 commit 711d7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api_response.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ type Repository struct {
6262
Slug string `json:"slug,omitempty"`
6363
ID int `json:"id,omitempty"`
6464
Name string `json:"name,omitempty"`
65+
Description string `json:"description,omitempty"`
6566
ScmID string `json:"scmId,omitempty"`
6667
State string `json:"state,omitempty"`
6768
StatusMessage string `json:"statusMessage,omitempty"`

0 commit comments

Comments
 (0)