Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDoctorTemplateFiles = []string{
"templates/doctor.human.tmpl",
}
DefaultDoctorTemplateFiles lists the embedded template files that compose the human-readable doctor report. Additional templates can be appended to customize or extend sections.
Functions ¶
func FormatJSON ¶
func FormatJSON(w io.Writer, report *diagnosis.DoctorReport) error
FormatJSON writes the report as JSON to w.
func FormatTemplate ¶
func FormatTemplate(w io.Writer, report *diagnosis.DoctorReport) error
FormatTemplate renders a DoctorReport through Go text/template files, following the same pattern used by the output workflow / UFM presenters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.