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

Commit 338eae6

Browse files
committed
Added "archived"-flag to repo struct
1 parent f326421 commit 338eae6

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)