Merge pull request #70 from imkh/patch-1

Add Description in Repository struct
This commit is contained in:
George Fleury 2022-04-18 10:23:32 +02:00 committed by GitHub
commit 711d7d5e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`