Documentation
¶
Overview ¶
Package verify runs a user-supplied shell command after each loop iteration and reports its outcome. The result is folded into the next iteration's prompt so the assistant can react to test/build failures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Cmd string
Stdout string
Stderr string
Combined string
ExitCode int
Duration time.Duration
TimedOut bool
Err error
}
Result captures the outcome of a verify run.
Click to show internal directories.
Click to hide internal directories.