Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdEdit ¶
Types ¶
type EditOptions ¶
type EditRepositoryInput ¶
type EditRepositoryInput struct { AllowForking *bool `json:"allow_forking,omitempty"` AllowUpdateBranch *bool `json:"allow_update_branch,omitempty"` DefaultBranch *string `json:"default_branch,omitempty"` DeleteBranchOnMerge *bool `json:"delete_branch_on_merge,omitempty"` Description *string `json:"description,omitempty"` EnableAutoMerge *bool `json:"allow_auto_merge,omitempty"` EnableIssues *bool `json:"has_issues,omitempty"` EnableMergeCommit *bool `json:"allow_merge_commit,omitempty"` EnableProjects *bool `json:"has_projects,omitempty"` EnableDiscussions *bool `json:"has_discussions,omitempty"` EnableRebaseMerge *bool `json:"allow_rebase_merge,omitempty"` EnableSquashMerge *bool `json:"allow_squash_merge,omitempty"` EnableWiki *bool `json:"has_wiki,omitempty"` Homepage *string `json:"homepage,omitempty"` IsTemplate *bool `json:"is_template,omitempty"` Visibility *string `json:"visibility,omitempty"` }
Click to show internal directories.
Click to hide internal directories.