Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONReportWriter ¶
type JSONReportWriter struct {
// contains filtered or unexported fields
}
JSONReportWriter is a sink Pipeline step used to output a JSON formated version of the OnionScan report.
func (*JSONReportWriter) Do ¶
func (jrw *JSONReportWriter) Do(r *report.OnionScanReport) error
Do runs the PipelineStep for JsonReportWriter to output the formatted report.
func (*JSONReportWriter) Init ¶
func (jrw *JSONReportWriter) Init(outputFile string)
Init sets up a JsonReportWriter
type SimpleReportWriter ¶
type SimpleReportWriter struct {
// contains filtered or unexported fields
}
SimpleReportWriter is a PipelineStep which outputs a human friendly summary of an OnionScanReport.
func (*SimpleReportWriter) Do ¶
func (srw *SimpleReportWriter) Do(r *report.OnionScanReport) error
Do runs the PipelineStep for SimpleReportWriter to output the formatted report.
Click to show internal directories.
Click to hide internal directories.