Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonWriter ¶
type JsonWriter struct{}
func NewJsonWriter ¶
func NewJsonWriter() *JsonWriter
func (*JsonWriter) Write ¶
func (w *JsonWriter) Write(result models.Result)
type PlainWriter ¶
type PlainWriter struct {
// contains filtered or unexported fields
}
func NewPlainWriter ¶
func NewPlainWriter() *PlainWriter
func (*PlainWriter) Write ¶
func (w *PlainWriter) Write(result models.Result)
Click to show internal directories.
Click to hide internal directories.