Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolveStepMsg ¶
ResolveStepMsg is sent when a stage/step completes
type ResolveTestMsg ¶
type ResolveTestMsg struct {
StepIndex int
TestIndex int
Passed *bool // nil if not yet validated, true/false after backend validation
Stdin string
Stdout string
Stderr string
ExitCode int
FailureReason string
}
ResolveTestMsg is sent when a test completes
type StartStepMsg ¶
StartStepMsg is sent when a stage begins
type StartTestMsg ¶
StartTestMsg is sent when a test begins execution
Click to show internal directories.
Click to hide internal directories.