Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + var ErrInvalidRequestID = errorutil.NewWithFmt("[%s] invalid request id '%s' provided") + func GetJSRuntime(opts *types.Options) *goja.Runtime + func PutJSRuntime(runtime *goja.Runtime) + type FlowExecutor struct + func NewFlowExecutor(requests []protocols.Request, ctx *scan.ScanContext, ...) (*FlowExecutor, error) + func (f *FlowExecutor) Compile() error + func (f *FlowExecutor) ExecuteWithResults(ctx *scan.ScanContext) error + func (f *FlowExecutor) GetRuntimeErrors() error + func (f *FlowExecutor) Name() string + func (f *FlowExecutor) ReadDataFromFile(payload string) ([]string, error) + type ProtoOptions struct