html_report

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2022 License: MIT Imports: 4 Imported by: 0

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

type HTMLReport interface {
	GenerateReport(testMode bool) []byte
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL