Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ExitValue representation ExitValue = 0 // AllValue representation AllValue = math.MaxInt32 )
Variables ¶
This section is empty.
Functions ¶
func Project ¶
func Project(configs []config.Configuration) (*config.Configuration, error)
Project Choose a project in the list
func PullRequest ¶
func PullRequest(pulls map[string][]types.PullRequest) (int, error)
PullRequest Choose a PR in the list
func RemotePulRequest ¶ added in v1.10.0
func RemotePulRequest(prs []*github.PullRequest) (int, error)
RemotePulRequest Choose a PR in the list from GitHub
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.