Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 380b284

Browse files
kolaentejonasfranz
authored andcommitted
Added "archived"-flag to repo struct (#122)
1 parent 8718470 commit 380b284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type Repository struct {
4040
Watchers int `json:"watchers_count"`
4141
OpenIssues int `json:"open_issues_count"`
4242
DefaultBranch string `json:"default_branch"`
43+
Archived bool `json:"archived"`
4344
// swagger:strfmt date-time
4445
Created time.Time `json:"created_at"`
4546
// swagger:strfmt date-time

0 commit comments

Comments
 (0)