type Mutation struct {
// Change is called before executing the exec command. Change func()
// Reset is called after executing the exec command. Reset func()
}
New returns a new mutator instance given the registered name of the mutator.
The error return argument is not nil, if the name does not exist in the registered mutator list.