Added "archived"-flag to repo struct (#122)

This commit is contained in:
kolaente 2018-10-05 22:59:49 +02:00 committed by Jonas Franz
parent 8718470818
commit 380b28413e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ type Repository struct {
Watchers int `json:"watchers_count"`
OpenIssues int `json:"open_issues_count"`
DefaultBranch string `json:"default_branch"`
Archived bool `json:"archived"`
// swagger:strfmt date-time
Created time.Time `json:"created_at"`
// swagger:strfmt date-time