Skip to content

Commit 3a30edc

Browse files
authored
Update Repository struct to include Has_wiki (ktrysmt#220)
1 parent 84c78a3 commit 3a30edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type Repository struct {
2626
Language string
2727
Is_private bool
2828
Has_issues bool
29+
Has_wiki bool
2930
Mainbranch RepositoryBranch
3031
Type string
3132
CreatedOn string `mapstructure:"created_on"`

0 commit comments

Comments
 (0)