dryrun

package
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: MIT Imports: 0 Imported by: 0

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

func (*DryRunRecorder) Record

func (d *DryRunRecorder) Record(key, value string)

func (*DryRunRecorder) WriteFile

func (d *DryRunRecorder) WriteFile(path string, data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL