Versions in this module Expand all Collapse all v0 v0.5.0 Jul 26, 2026 Changes in this version + type Generator struct + func New() (*Generator, error) + func (g *Generator) Generate(_ context.Context, eval *types.EvaluationReport, opts *Options) ([]byte, error) + func (g *Generator) GenerateFromFile(_ context.Context, path string, opts *Options) ([]byte, error) + type Options struct + GeneratedAt time.Time + IncludeRawJSON bool + Logo string + Theme string + Title string + func DefaultOptions() *Options