Documentation ¶
Index ¶
Constants ¶
View Source
const MergeAutomatically = "MERGE_AUTOMATICALLY"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchTable ¶
type BranchTable struct {
// contains filtered or unexported fields
}
func NewBranchTable ¶
func NewBranchTable(context *context.AppContext) *BranchTable
func (*BranchTable) FullHelp ¶
func (m *BranchTable) FullHelp() []key.Binding
func (*BranchTable) Init ¶
func (m *BranchTable) Init() tea.Cmd
func (*BranchTable) Update ¶
func (m *BranchTable) Update(msg tea.Msg) (TabContent, tea.Cmd)
func (*BranchTable) View ¶
func (m *BranchTable) View() string
type MergeAutomaticallyStatus ¶
type MergeAutomaticallyStatus struct {
// contains filtered or unexported fields
}
type MergeRequestProcessingResult ¶
type MergeRequestProcessingResult struct {
// contains filtered or unexported fields
}
type MergeRequestTable ¶
type MergeRequestTable struct {
// contains filtered or unexported fields
}
func NewMergeRequestTable ¶
func NewMergeRequestTable(context *context.AppContext) *MergeRequestTable
func (*MergeRequestTable) FullHelp ¶
func (m *MergeRequestTable) FullHelp() []key.Binding
func (*MergeRequestTable) Init ¶
func (m *MergeRequestTable) Init() tea.Cmd
func (*MergeRequestTable) Update ¶
func (m *MergeRequestTable) Update(msg tea.Msg) (TabContent, tea.Cmd)
func (*MergeRequestTable) View ¶
func (m *MergeRequestTable) View() string
type MergeRequestWithMetadata ¶
type MergeRequestWithMetadata struct {
// contains filtered or unexported fields
}
type RequestMetadata ¶
type RequestMetadata struct {
// contains filtered or unexported fields
}
type TabContent ¶
type TargetBranches ¶
type TargetBranches struct {
// contains filtered or unexported fields
}
type UserBranches ¶
type UserBranches struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.