Documentation
¶
Overview ¶
Package error_reporting implements error reporting functionality
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 types.FilePath, err error) bool
}
func NewTestErrorReporter ¶
func NewTestErrorReporter() ErrorReporter
Click to show internal directories.
Click to hide internal directories.