Versions in this module Expand all Collapse all v0 v0.1.0 Aug 18, 2026 Changes in this version + func Filename(run coordinator.Summary) string + func Render(w io.Writer, data Data) error + type Chart struct + Format func(float64) string + Hint string + Series []Series + Stacked bool + Title string + X []time.Time + func (c Chart) Empty() bool + func (c Chart) Legend() []LegendEntry + func (c Chart) SVG() template.HTML + type Data struct + Agents []coordinator.AgentInfo + Charts []Chart + Endpoints []metrics.EndpointSummary + Events []coordinator.Event + Failures []metrics.FailureSummary + Generated time.Time + Headline []Stat + OmittedEnds int + Run coordinator.Summary + Thresholds []coordinator.ThresholdResult + Totals map[string]metrics.SeriesSummary + Verdict Verdict + Version string + Warnings []string + func Build(snapshot coordinator.Snapshot, now time.Time) (Data, error) + type LegendEntry struct + Color string + Label string + Value string + type Series struct + Color string + Fill bool + Label string + Points []float64 + type Stat struct + Detail string + Label string + Value string + type Verdict struct + Detail string + Label string + Passed bool