Documentation ¶ Index ¶ type JobModel func NewJobUI(client *gitlab.Client, pid interface{}, jobs []*gitlab.Job, tailLine int64) JobModel func (m JobModel) Init() tea.Cmd func (m JobModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m JobModel) View() (s string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type JobModel ¶ type JobModel struct { // contains filtered or unexported fields } func NewJobUI ¶ func NewJobUI(client *gitlab.Client, pid interface{}, jobs []*gitlab.Job, tailLine int64) JobModel func (JobModel) Init ¶ func (m JobModel) Init() tea.Cmd func (JobModel) Update ¶ func (m JobModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (JobModel) View ¶ func (m JobModel) View() (s string) Source Files ¶ View all Source files ci.go Click to show internal directories. Click to hide internal directories.