Skip to main content

DryRunEffect

type DryRunEffect

Effects of a single command in the dry run, including mutated references and return values.

type DryRunEffect struct {
// Changes made to arguments that were mutably borrowed by this command.
MutatedReferences []DryRunMutation
// Return results of this command.
ReturnValues []DryRunReturn
}

func (*DryRunEffect) Destroy

func (r *DryRunEffect) Destroy()