Documentation ¶ Index ¶ type DryRunner func NewDryRunner(enabled bool) *DryRunner func (d *DryRunner) Enabled() bool func (d *DryRunner) Preview(action string, details map[string]interface{}) func (d *DryRunner) ShouldSkip() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DryRunner ¶ type DryRunner struct { // contains filtered or unexported fields } func NewDryRunner ¶ func NewDryRunner(enabled bool) *DryRunner func (*DryRunner) Enabled ¶ func (d *DryRunner) Enabled() bool func (*DryRunner) Preview ¶ func (d *DryRunner) Preview(action string, details map[string]interface{}) func (*DryRunner) ShouldSkip ¶ func (d *DryRunner) ShouldSkip() bool Source Files ¶ View all Source files dryrun.go Click to show internal directories. Click to hide internal directories.