Documentation
¶
Overview ¶
Package terminal provides terminal rendering for PRD evaluation reports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer renders evaluation reports to terminal with box formatting.
func (*Renderer) Render ¶
func (r *Renderer) Render(report *evaluation.EvaluationReport) error
Render outputs the evaluation report in box format.
Click to show internal directories.
Click to hide internal directories.