Skip to content

Commit

Permalink
Add Description in Repository struct
Browse files Browse the repository at this point in the history
  • Loading branch information
imkh authored Apr 17, 2022
1 parent 8e7ed04 commit 408dd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ type Repository struct {
Slug string `json:"slug,omitempty"`
ID int `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
ScmID string `json:"scmId,omitempty"`
State string `json:"state,omitempty"`
StatusMessage string `json:"statusMessage,omitempty"`
Expand Down

0 comments on commit 408dd14

Please sign in to comment.