Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdEdit ¶
Types ¶
type BranchName ¶
type BranchName struct {
Name string `json:"name"`
}
type BranchRef ¶
type BranchRef struct {
Branch BranchName `json:"branch"`
}
type EditOptions ¶
type PRUpdatePayload ¶
type PRUpdatePayload struct {
Title string `json:"title,omitempty"`
Description string `json:"description,omitempty"`
Reviewers []UserRef `json:"reviewers,omitempty"`
Destination *BranchRef `json:"destination,omitempty"`
CloseSourceBranch *bool `json:"close_source_branch,omitempty"`
}
PRUpdatePayload represents the fields that can be updated on a PR
Click to show internal directories.
Click to hide internal directories.