Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + var ReportGenerationMetadataHooks []reportMetadataEditorHook + func CreateReportDescription(event *output.ResultEvent, formatter ResultFormatter, omitRaw bool) string + func CreateTemplateInfoTable(templateInfo *model.Info, formatter ResultFormatter) string + func GetMatchedTemplateName(event *output.ResultEvent) string + func Summary(event *output.ResultEvent) string + type ResultFormatter interface + CreateCodeBlock func(title string, content string, language string) string + CreateHorizontalLine func() string + CreateLink func(title string, url string) string + CreateTable func(headers []string, rows [][]string) (string, error) + MakeBold func(text string) string