Skip to content

Commit c662dd0

Browse files
authored
Merge pull request gogs#41 from andreynering/api-repo-mirror
Add "mirror" field to repo
2 parents 87b8065 + 4d46bf4 commit c662dd0

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
@@ -27,6 +27,7 @@ type Repository struct {
2727
Description string `json:"description"`
2828
Private bool `json:"private"`
2929
Fork bool `json:"fork"`
30+
Mirror bool `json:"mirror"`
3031
HTMLURL string `json:"html_url"`
3132
SSHURL string `json:"ssh_url"`
3233
CloneURL string `json:"clone_url"`

0 commit comments

Comments
 (0)