Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLReportGenerator ¶
type HTMLReportGenerator interface {
GetHTMLReport() *model.HTMLReport
GenerateReport(testMode, useCDN, embeddedMode bool) []byte
}
func NewHTMLReport ¶
type ReportData ¶
type ReportData struct {
BundledJS string `json:"bundledJS"`
BundledCSS string `json:"bundledCSS"`
UseCDN bool `json:"useCDN"`
JsCDN string `json:"jsCDN"`
CssCDN string `json:"cssCDN"`
TestMode bool `json:"test"`
Report string `json:"data"`
ReportData *model.HTMLReport `json:"-"`
Generated time.Time `json:"generated"`
DisableTimestamp bool `json:"-"`
EmbeddedMode bool `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.