Documentation ¶
Overview ¶
Package domain holds the notifier domain objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectRun ¶
type ProjectRun struct { Name string Success bool Version string Duration time.Duration Time time.Time ScenarioRuns []*ScenarioRunDetails }
ProjectRun is the output of a project run.
Click to show internal directories.
Click to hide internal directories.