Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorReporter ¶
type ErrorReporter interface { FlushErrorReporting() CaptureError(err error) bool CaptureErrorAndReportAsIssue(path string, err error) bool }
func NewTestErrorReporter ¶
func NewTestErrorReporter() ErrorReporter
Click to show internal directories.
Click to hide internal directories.