Documentation
¶
Index ¶
Constants ¶
View Source
const NoOpVerdictMarker = "**Worker #"
NoOpVerdictMarker is the prefix every worker no-op verdict comment posted to the batch PR begins with. The integrator uses this prefix to identify worker verdicts when collecting prior-cycle context.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecParams ¶
type ExecParams struct {
IssueNumber int
RepoRoot string
HTTPClient *http.Client // nil means skip image downloading
// Mode selects the execution flow: "batch" (default) or "standalone".
Mode string
}
ExecParams holds the parameters for executing a worker task.
type ExecResult ¶
ExecResult holds the result of a worker execution.
Click to show internal directories.
Click to hide internal directories.