Documentation ¶
Index ¶
- func ClosePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
- func CreatePR(ctx *context.ProgramContext, section SectionIdentifer, branchName string, ...) tea.Cmd
- func MergePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
- func OpenBranchPR(ctx *context.ProgramContext, section SectionIdentifer, branch string) tea.Cmd
- func PRReady(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
- func ReopenPR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
- func UpdatePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
- type GitHubTask
- type SectionIdentifer
- type UpdateBranchMsg
- type UpdatePRMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClosePR ¶
func ClosePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
func CreatePR ¶ added in v4.6.0
func CreatePR(ctx *context.ProgramContext, section SectionIdentifer, branchName string, title string) tea.Cmd
func MergePR ¶
func MergePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
func OpenBranchPR ¶ added in v4.6.0
func OpenBranchPR(ctx *context.ProgramContext, section SectionIdentifer, branch string) tea.Cmd
func PRReady ¶
func PRReady(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
func ReopenPR ¶
func ReopenPR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
func UpdatePR ¶ added in v4.7.0
func UpdatePR(ctx *context.ProgramContext, section SectionIdentifer, pr data.RowData) tea.Cmd
Types ¶
type GitHubTask ¶
type SectionIdentifer ¶
type UpdateBranchMsg ¶ added in v4.6.0
type UpdateBranchMsg struct { Name string IsCreated *bool NewPr *data.PullRequestData }
Click to show internal directories.
Click to hide internal directories.