Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + type TemplateEngine interface + Compile func() error + ExecuteWithResults func(ctx *scan.ScanContext) error + Name func() string + type TemplateExecuter struct + func NewTemplateExecuter(requests []protocols.Request, options *protocols.ExecutorOptions) (*TemplateExecuter, error) + func (e *TemplateExecuter) Compile() error + func (e *TemplateExecuter) Execute(ctx *scan.ScanContext) (bool, error) + func (e *TemplateExecuter) ExecuteWithResults(ctx *scan.ScanContext) ([]*output.ResultEvent, error) + func (e *TemplateExecuter) Requests() int