Skip to content

Commit 2f0ee9d

Browse files
committed
Generate accessors
1 parent b2603bc commit 2f0ee9d

4 files changed

Lines changed: 182 additions & 2 deletions

File tree

github/github-accessors.go

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-stringify_test.go

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/orgs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ type Organization struct {
115115
MembersCanViewDependencyInsights *bool `json:"members_can_view_dependency_insights,omitempty"`
116116
// DefaultRepositoryBranch is the default branch for new repositories in the organization.
117117
DefaultRepositoryBranch *string `json:"default_repository_branch,omitempty"`
118-
118+
119119
// API URLs
120120
URL *string `json:"url,omitempty"`
121121
EventsURL *string `json:"events_url,omitempty"`

0 commit comments

Comments
 (0)