Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 Changes in this version + type Item struct + Detail string + Op string + Resource string + Target string + type Report struct + Actionable []Item + Outstanding []Item + func From(p plan.Plan) Report + func (r Report) Headline() string + func (r Report) Quiet() bool + func (r Report) Write(w io.Writer) error + func (r Report) WriteJSON(w io.Writer) error