Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2023 Changes in this version + func WriteHTMLComponentHeader(w io.Writer, chd ComponentHeaderData) + func WriteHTMLExtensionsSummaryTable(w io.Writer, spd SummaryExtensionsTableData) + func WriteHTMLFeaturesTable(w io.Writer, ftd FeatureGateTableData) + func WriteHTMLPageFooter(w io.Writer) + func WriteHTMLPageHeader(w io.Writer, hd HeaderData) + func WriteHTMLPipelinesSummaryTable(w io.Writer, spd SummaryPipelinesTableData) + func WriteHTMLPropertiesTable(w io.Writer, chd PropertiesTableData) + type ComponentHeaderData struct + ComponentEndpoint string + Link bool + Name string + type FeatureGateTableData struct + Rows []FeatureGateTableRowData + type FeatureGateTableRowData struct + Description string + Enabled bool + FromVersion string + ID string + ReferenceURL string + Stage string + ToVersion string + type HeaderData struct + Title string + type PropertiesTableData struct + Name string + Properties [][2]string + type SummaryExtensionsTableData struct + Rows []SummaryExtensionsTableRowData + type SummaryExtensionsTableRowData struct + Enabled bool + FullName string + type SummaryPipelinesTableData struct + Rows []SummaryPipelinesTableRowData + type SummaryPipelinesTableRowData struct + Exporters []string + FullName string + InputType string + MutatesData bool + Processors []string + Receivers []string