Versions in this module Expand all Collapse all v0 v0.41.0 Aug 27, 2026 v0.40.0 Aug 25, 2026 Changes in this version + func HasErrors(result checkresult.Result) bool + func SplitWarnings(result checkresult.Result) (withoutWarnings, warnings checkresult.Result, err error) + type Inputs struct + DeferredPlanWarnings Slot + OrdinaryAdvisories Slot + PlanArtifactErrors Slot + PlanDiagnostics Slot + ProducerResults []Slot + Tracking Slot + TrackingInformation Slot + type Presentation struct + Errors []presentation.Record + Information []presentation.Record + Warnings []presentation.Record + func Present(result checkresult.Result, check string) (Presentation, error) + func PresentEvidence(result checkresult.Result, check string) (Presentation, error) + func (p Presentation) Append(other Presentation) Presentation + type Report struct + DirectResult checkresult.Result + Drift []manifest.Drift + Information []string + Notes []string + PlanNotes []string + PlanWarnings []string + Result checkresult.Result + TrackingInformation []string + TrackingNotes []string + Warnings []string + func Compose(input Inputs) (Report, error) + func (r Report) AggregateAdvisoryResult() checkresult.Result + func (r Report) DeferredPlanWarningResult() checkresult.Result + func (r Report) TrackingInformationResult() checkresult.Result + type Slot struct + IncludeInformationInDrift bool + Result checkresult.Result