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