Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct { Err error // contains filtered or unexported fields }
Reporter is a reporter for events
func NewReporter ¶
NewReporter returns a new reporter
func (*Reporter) PrintReportTable ¶
func (r *Reporter) PrintReportTable()
func (*Reporter) WriteEvent ¶
func (r *Reporter) WriteEvent(event domain.ReportEvent)
WriteEvent adds an event to the report file
Click to show internal directories.
Click to hide internal directories.