Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReviewResult ¶ added in v0.2.0
type ReviewResult struct {
Body string `json:"body"`
Action string `json:"action"` // "approve", "request-changes", "comment", "failure"
HeadSHA string `json:"head_sha"` // commit SHA the agent reviewed
Reason string `json:"reason"` // failure reason (when action is "failure")
}
ReviewResult represents a parsed review result file.
type RunMetrics ¶ added in v0.0.3
RunMetrics collects execution statistics from stream parsing.
Click to show internal directories.
Click to hide internal directories.