Versions in this module Expand all Collapse all v1 v1.22.1 Dec 14, 2021 Changes in this version + func Nl2Br(str string) template.HTML + func ParseDate(d string) string + func ParseDuration(n int) gotime.Duration + func ParseTime(d string) string + func Percentage(a int, b int) string + func Since(n gotime.Time) gotime.Duration + func ToTable(out io.Writer, report *reporting.Report) + type DocumentStore struct + Date string + Job DocumentStoreJob + Metrics DocumentStoreStageMetrics + Pipeline DocumentStorePipeline + Stage DocumentStoreStage + type DocumentStoreJob struct + Context pipelines.JobContextDefinition + ID string + Name string + type DocumentStorePipeline struct + File string + Name string + Team string + type DocumentStoreStage struct + Name string + URL string + Vendor string + Version string + type DocumentStoreStageMetricValue struct + Unit string + Value int + ValueDisplay string + ValueStr string + type DocumentStoreStageMetrics struct + Link string + Reason string + Status string + Timeline utils.ExecutionTimeline + Value DocumentStoreStageMetricValue + type ReportHTML struct + Report *reporting.Report + ShowWorkLinks bool + TemplatePath string + func NewReportHTML(templatePath string, report *reporting.Report) *ReportHTML + func (rHTML *ReportHTML) LinkTo(k string, v string) string + func (rHTML *ReportHTML) ToHTML(out io.Writer) + type SaveStore struct + func NewStore() *SaveStore + func (thisRepo *SaveStore) SaveReport(report *reporting.Report)