Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedMutatorType = errors.New("mutator type unsupported")
)
Functions ¶
This section is empty.
Types ¶
type Mutator ¶
type Mutator interface { Execute(ctx heimdall.Context, sub *subject.Subject) error WithConfig(config map[string]any) (Mutator, error) }
func CreateMutatorPrototype ¶
type MutatorTypeFactory ¶
Click to show internal directories.
Click to hide internal directories.