Versions in this module Expand all Collapse all v0 v0.0.40 Sep 2, 2024 Changes in this version + type DryRunInfo struct + FilesToWrite []string + Variables map[string]string + type DryRunRecorder struct + DryRunInfo *DryRunInfo + func NewDryRunRecorder() *DryRunRecorder + func (d *DryRunRecorder) EnsureDirectory(path string) error + func (d *DryRunRecorder) Record(key, value string) + func (d *DryRunRecorder) WriteFile(path string, data []byte) error