Documentation
¶
Index ¶
- func ApplyCommand(runs tui.RunService, issuer resource.Resource, runIDs ...resource.ID) tea.Cmd
- func CreateRuns(runs tui.RunService, issuer resource.Resource, opts run.CreateOptions, ...) tea.Cmd
- func HandleCreatedRuns(msg CreatedRunsMsg) (navigate tea.Cmd, info string, err error)
- type CreatedRunsMsg
- type ListMaker
- type Maker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCommand ¶ added in v0.1.4
ApplyCommand creates a tea command for applying runs
func CreateRuns ¶ added in v0.1.4
func CreateRuns(runs tui.RunService, issuer resource.Resource, opts run.CreateOptions, workspaceIDs ...resource.ID) tea.Cmd
CreateRuns creates a tea command for creating runs and sending the user to the appropriate page.
func HandleCreatedRuns ¶ added in v0.1.11
func HandleCreatedRuns(msg CreatedRunsMsg) (navigate tea.Cmd, info string, err error)
Types ¶
type CreatedRunsMsg ¶ added in v0.1.4
type ListMaker ¶
type ListMaker struct { ModuleService tui.ModuleService WorkspaceService tui.WorkspaceService RunService tui.RunService TaskService tui.TaskService Helpers *tui.Helpers }
Click to show internal directories.
Click to hide internal directories.