Documentation
¶
Overview ¶
Copyright 2022 Dave Shanley / Quobix SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLReport ¶
func NewHTMLReport ¶
func NewHTMLReport() HTMLReport
type ReportData ¶
type ReportData struct {
BundledJS string `json:"bundledJS"`
HydrateJS string `json:"hydrateJS"`
TestMode bool `json:"test"`
RuleCategories []*model.RuleCategory `json:"ruleCategories"`
}
Click to show internal directories.
Click to hide internal directories.