Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergeInput ¶ added in v0.0.10
type MergeOptions ¶ added in v0.0.10
type NewPullRequest ¶
type NewPullRequest struct {
Title string
Description string
Repository string
SourceRef string
DestinationRef string
}
NewPullRequest describes a new pull request to be created
type PullRequest ¶
type PullRequest struct {
ID string
Title string
Owner string
Status string
SourceBranch string
DestBranch string
}
PullRequest describes a CodeCommit pull request
type PullRequestDiff ¶
PullRequestDiff describes fields for diff operations
type PullRequests ¶
type PullRequests struct {
PRs []PullRequest
}
PullRequests is a list of PullRequest
func (PullRequests) GetHeaders ¶
func (p PullRequests) GetHeaders() []string
GetHeaders implements the TableData interface to generate tables for PullRequest objects
func (PullRequests) GetRows ¶
func (p PullRequests) GetRows() [][]string
GetRows implements the TableData interface to generate tables for PullRequest objects
Click to show internal directories.
Click to hide internal directories.