Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2026 v0.1.0 Jul 26, 2026 Changes in this version + func LoadJSON(path string) (any, error) + func Reduce(ctx context.Context, original any, command string, spec FailureSpec) (any, error) + func VerifyOriginal(ctx context.Context, command string, candidate []byte, spec FailureSpec) error + type FailureSpec struct + ConfirmRuns int + ExitCode *int + StderrContains string + StdoutContains string + Timeout time.Duration