We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Repository
Has_wiki
1 parent 84c78a3 commit 3a30edcCopy full SHA for 3a30edc
repository.go
@@ -26,6 +26,7 @@ type Repository struct {
26
Language string
27
Is_private bool
28
Has_issues bool
29
+ Has_wiki bool
30
Mainbranch RepositoryBranch
31
Type string
32
CreatedOn string `mapstructure:"created_on"`
0 commit comments