Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DryRunInfo ¶
type DryRunInfo struct {
Variables map[string]string `json:"variables"`
FilesToWrite []string `json:"filesToWrite"`
}
type DryRunRecorder ¶
type DryRunRecorder struct {
DryRunInfo *DryRunInfo
}
func NewDryRunRecorder ¶
func NewDryRunRecorder() *DryRunRecorder
func (*DryRunRecorder) EnsureDirectory ¶
func (d *DryRunRecorder) EnsureDirectory(path string) error
Click to show internal directories.
Click to hide internal directories.