Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generic ¶
type Generic struct {
// contains filtered or unexported fields
}
generic engine as name suggests is a generic template execution engine and executes all requests one after another without any logic in between
func NewGenericEngine ¶
func NewGenericEngine(requests []protocols.Request, options *protocols.ExecutorOptions, results *atomic.Bool) *Generic
NewGenericEngine creates a new generic engine from a list of requests
func (*Generic) ExecuteWithResults ¶
func (g *Generic) ExecuteWithResults(ctx *scan.ScanContext) error
ExecuteWithResults executes the template and returns results
Click to show internal directories.
Click to hide internal directories.