Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CONDITIONREPORTTEMPLATE defines CONDITIONREPORTTEMPLATE string = `` /* 130-byte string literal not displayed */ // TARGETREPORTTEMPLATE ... TARGETREPORTTEMPLATE string = ` {{- "\t" -}}Target: {{ range .Targets }} {{- "\t" }}{{"\t"}}{{- .Result }} {{ .Name -}}({{- .Kind -}}){{"\n"}} {{- end }} ` // SOURCEREPORTTEMPLATE ... SOURCEREPORTTEMPLATE string = ` {{- "\t"}}Source: {{ range .Sources }} {{- "\t" }}{{"\t"}}{{- .Result }} {{ .Name -}}({{- .Kind -}}){{"\n"}} {{- end }} ` // REPORTTEMPLATE ... REPORTTEMPLATE string = `` /* 586-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Name string
Err string
Result string
Sources []Stage
Conditions []Stage
Targets []Stage
}
Report contains a list of Rules
Click to show internal directories.
Click to hide internal directories.