Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFromPath ¶
Types ¶
type AppendExporter ¶
type CSVExporter ¶
type CSVExporter struct {
WriteHeader bool
}
func NewCSVExporter ¶
func NewCSVExporter() CSVExporter
func (CSVExporter) Export ¶
func (e CSVExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (CSVExporter) ExportAppend ¶
func (e CSVExporter) ExportAppend(report *core.InvestigationReport, w io.Writer, appendMode bool) error
func (CSVExporter) Format ¶
func (CSVExporter) Format() string
type Exporter ¶
type GEXFExporter ¶
type GEXFExporter struct{}
func (GEXFExporter) Export ¶
func (GEXFExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (GEXFExporter) Format ¶
func (GEXFExporter) Format() string
type JSONExporter ¶
type JSONExporter struct{}
func (JSONExporter) Export ¶
func (JSONExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (JSONExporter) Format ¶
func (JSONExporter) Format() string
type JSONLDExporter ¶
type JSONLDExporter struct{}
func (JSONLDExporter) Export ¶
func (JSONLDExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (JSONLDExporter) Format ¶
func (JSONLDExporter) Format() string
type PDFExporter ¶
type PDFExporter struct{}
func (PDFExporter) Export ¶
func (PDFExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (PDFExporter) Format ¶
func (PDFExporter) Format() string
type TextExporter ¶
type TextExporter struct {
Render func(*core.InvestigationReport) string
}
func NewTextExporter ¶
func NewTextExporter(render func(*core.InvestigationReport) string) TextExporter
func (TextExporter) Export ¶
func (e TextExporter) Export(report *core.InvestigationReport, w io.Writer) error
func (TextExporter) Format ¶
func (TextExporter) Format() string
Click to show internal directories.
Click to hide internal directories.