tabs

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

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 TabContent interface {
	Init() tea.Cmd
	Update(tea.Msg) (TabContent, tea.Cmd)
	View() string
	FullHelp() []key.Binding
}

type TargetBranches

type TargetBranches struct {
	// contains filtered or unexported fields
}

type UserBranches

type UserBranches struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL