Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONWriter ¶
type JSONWriter struct {
// contains filtered or unexported fields
}
JSONWriter is a writer that writes results to a stream in JSON Lines format.
func New ¶
func New(writer io.Writer) *JSONWriter
func (*JSONWriter) WriteResult ¶
func (w *JSONWriter) WriteResult(result *api.CheckResult) error
Click to show internal directories.
Click to hide internal directories.