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 TryFuzzySearch ¶ added in v1.3.2
func TryFuzzySearch(name string)
Types ¶
type GenericMutator ¶
type GenericMutator struct { Logger *log.Logger Done chan struct{} Mu sync.Mutex Started bool Waited bool }
func NewGeneric ¶
func NewGeneric(logger *log.Logger) GenericMutator
Click to show internal directories.
Click to hide internal directories.