Versions in this module Expand all Collapse all v0 v0.8.0 Mar 24, 2026 Changes in this version + func FixMissingFile(filename string) error + func FixStaleness(cmd *cobra.Command, ctx *entity.Context) error + func FormatCheckName(name drift.CheckName) string + func OutputDriftJSON(cmd *cobra.Command, report *drift.Report) error + func OutputDriftText(cmd *cobra.Command, report *drift.Report) error + type FixResult struct + Errors []string + Fixed int + Skipped int + func ApplyFixes(cmd *cobra.Command, ctx *entity.Context, report *drift.Report) *FixResult + type JSONOutput struct + Passed []drift.CheckName + Status drift.StatusType + Timestamp string + Violations []drift.Issue + Warnings []drift.Issue