Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CONDITIONREPORTTEMPLATE defines CONDITIONREPORTTEMPLATE string = `` /* 190-byte string literal not displayed */ // TARGETREPORTTEMPLATE ... TARGETREPORTTEMPLATE string = `` /* 172-byte string literal not displayed */ // SOURCEREPORTTEMPLATE ... SOURCEREPORTTEMPLATE string = `` /* 169-byte string literal not displayed */ // REPORTTEMPLATE ... REPORTTEMPLATE string = `` /* 755-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func MergeFromString ¶ added in v0.49.0
Types ¶
type Action ¶ added in v0.49.0
type Action struct { ID string `xml:"id,attr"` Title string `xml:"-"` PipelineTitle string `xml:"h3,omitempty"` Description string `xml:"p,omitempty"` Targets []ActionTarget `xml:"details,omitempty"` }
func (Action) ToActionsString ¶ added in v0.49.0
String show an action report formatted as a string
type ActionTarget ¶ added in v0.49.0
type ActionTarget struct { ID string `xml:"id,attr"` Title string `xml:"summary,omitempty"` Description string `xml:"p,omitempty"` Changelogs []ActionTargetChangelog `xml:"details,omitempty"` }
ActionTarget holds target data to describe an action report
func (*ActionTarget) Merge ¶ added in v0.49.0
func (a *ActionTarget) Merge(sourceActionTarget *ActionTarget)
type ActionTargetChangelog ¶ added in v0.49.0
type Report ¶
type Report struct { Name string Err string Result string Sources map[string]*result.Source Conditions map[string]*result.Condition Targets map[string]*result.Target }
Report contains a list of Rules
Source Files ¶
Click to show internal directories.
Click to hide internal directories.