Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteJob ¶
func GetJobList ¶
Types ¶
type JobItemView ¶ added in v1.11.0
type JobItemView struct {
// contains filtered or unexported fields
}
func NewJobItemView ¶ added in v1.11.0
func (*JobItemView) Focusable ¶ added in v1.11.0
func (m *JobItemView) Focusable() bool
func (*JobItemView) Height ¶ added in v1.11.0
func (m *JobItemView) Height() int
func (*JobItemView) Id ¶ added in v1.11.0
func (m *JobItemView) Id() string
func (*JobItemView) Resize ¶ added in v1.11.0
func (m *JobItemView) Resize(w int)
func (*JobItemView) SetFocus ¶ added in v1.11.0
func (m *JobItemView) SetFocus(level int)
func (*JobItemView) SetLabel ¶ added in v1.11.0
func (m *JobItemView) SetLabel(label string)
func (*JobItemView) View ¶ added in v1.11.0
func (m *JobItemView) View() string
type RefreshStatusMsg ¶
type StepStatus ¶
type StepStatus struct {
Stater
BeforeHooks *TaskStatus
Tasks []TaskStatus
AfterHooks *TaskStatus
}
type TaskStatus ¶
type TaskStatus struct {
Stater
Output cmdrunr.SafeBuffer
}
Click to show internal directories.
Click to hide internal directories.