Documentation ¶ Index ¶ type App func NewApp(cfg *config.Config, ps *service.PipelineService, js *service.JobService) App func (a App) Init() tea.Cmd func (a App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (a App) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } func NewApp ¶ func NewApp(cfg *config.Config, ps *service.PipelineService, js *service.JobService) App func (App) Init ¶ func (a App) Init() tea.Cmd func (App) Update ¶ func (a App) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (App) View ¶ func (a App) View() string Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis components keymap styles views Click to show internal directories. Click to hide internal directories.