Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Breadcrumb ¶
type Breadcrumb struct {
Parts []string
}
func NewBreadcrumb ¶
func NewBreadcrumb() Breadcrumb
func (Breadcrumb) View ¶
func (b Breadcrumb) View() string
type ConfirmDialog ¶
type ConfirmDialog struct {
Message string
Action string
JobID int
ProjectID int
// contains filtered or unexported fields
}
func NewConfirmDialog ¶
func NewConfirmDialog(message, action string, projectID, jobID int) ConfirmDialog
func (ConfirmDialog) Update ¶
func (d ConfirmDialog) Update(msg tea.Msg) (ConfirmDialog, *ConfirmResult)
func (ConfirmDialog) View ¶
func (d ConfirmDialog) View() string
type ConfirmResult ¶
type HotkeyHint ¶
type StatusBar ¶
type StatusBar struct {
Hints []HotkeyHint
}
func NewStatusBar ¶
func NewStatusBar(hints []HotkeyHint) StatusBar
Click to show internal directories.
Click to hide internal directories.