Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2026 Changes in this version + func RenderHTML(report Report) string + func RenderJSON(w io.Writer, report Report) error + func RenderText(w io.Writer, report Report) + type Options struct + Limit int + Output string + Workspace string + Year int + type Report struct + Insights insights.Report + Kind string + Output string + Written bool + Year int + func Build(store *session.Store, options Options) (Report, string, error) + func Write(store *session.Store, options Options) (Report, error)