Documentation
¶
Overview ¶
Package report provides HTML report generation for API style evaluation results.
Reports are generated using templ templates and can be converted to PDF using a headless browser (e.g., go-rod).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator creates HTML reports from evaluation data.
type Options ¶
type Options struct {
// Title overrides the default report title.
Title string
// Logo is a base64-encoded logo image to include in the report.
Logo string
// IncludeRawJSON includes the raw JSON data in the report.
IncludeRawJSON bool
// Theme is the color theme (light, dark).
Theme string
// GeneratedAt overrides the generation timestamp.
GeneratedAt time.Time
}
Options configures report generation.
Click to show internal directories.
Click to hide internal directories.