Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvailableMutatorsHelp ¶ added in v0.9.16
func AvailableMutatorsHelp() string
func ListAvailableMutators ¶
func ListAvailableMutators() []string
Types ¶
type GenericMutator ¶
type GenericMutator struct { Mu sync.Mutex Logger *log.Logger Started bool Waited bool Done chan struct{} }
func NewGeneric ¶
func NewGeneric(logger *log.Logger) GenericMutator
Click to show internal directories.
Click to hide internal directories.