Documentation ¶
Index ¶
- func WriteHTMLComponentHeader(w io.Writer, chd ComponentHeaderData)
- func WriteHTMLExtensionsSummaryTable(w io.Writer, spd SummaryExtensionsTableData)
- func WriteHTMLFooter(w io.Writer)
- func WriteHTMLHeader(w io.Writer, hd HeaderData)
- func WriteHTMLPipelinesSummaryTable(w io.Writer, spd SummaryPipelinesTableData)
- func WriteHTMLPropertiesTable(w io.Writer, chd PropertiesTableData)
- type ComponentHeaderData
- type HeaderData
- type PropertiesTableData
- type SummaryExtensionsTableData
- type SummaryExtensionsTableRowData
- type SummaryPipelinesTableData
- type SummaryPipelinesTableRowData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteHTMLComponentHeader ¶
func WriteHTMLComponentHeader(w io.Writer, chd ComponentHeaderData)
WriteHTMLComponentHeader writes the header for components.
func WriteHTMLExtensionsSummaryTable ¶
func WriteHTMLExtensionsSummaryTable(w io.Writer, spd SummaryExtensionsTableData)
WriteHTMLExtensionsSummaryTable writes the summary table for one component type (receivers, processors, exporters). Id does not write the header or footer.
func WriteHTMLHeader ¶
func WriteHTMLHeader(w io.Writer, hd HeaderData)
WriteHTMLHeader writes the header.
func WriteHTMLPipelinesSummaryTable ¶
func WriteHTMLPipelinesSummaryTable(w io.Writer, spd SummaryPipelinesTableData)
WriteHTMLPipelinesSummaryTable writes the summary table for one component type (receivers, processors, exporters). Id does not write the header or footer.
func WriteHTMLPropertiesTable ¶
func WriteHTMLPropertiesTable(w io.Writer, chd PropertiesTableData)
WriteHTMLPropertiesTable writes the HTML for properties table.
Types ¶
type ComponentHeaderData ¶
ComponentHeaderData contains data for component header template.
type HeaderData ¶
type HeaderData struct {
Title string
}
HeaderData contains data for the header template.
type PropertiesTableData ¶
PropertiesTableData contains data for properties table template.
type SummaryExtensionsTableData ¶
type SummaryExtensionsTableData struct { ComponentEndpoint string Rows []SummaryExtensionsTableRowData }
SummaryExtensionsTableData contains data for extensions summary table template.
type SummaryExtensionsTableRowData ¶
SummaryExtensionsTableRowData contains data for one row in extensions summary table template.
type SummaryPipelinesTableData ¶
type SummaryPipelinesTableData struct { ComponentEndpoint string Rows []SummaryPipelinesTableRowData }
SummaryPipelinesTableData contains data for pipelines summary table template.