Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVExporter ¶
type CSVExporter struct{}
func (*CSVExporter) Export ¶
func (e *CSVExporter) Export(result compare.DBComparisonResult, DB1Name, DB2Name, output string) error
type ExcelExporter ¶
type ExcelExporter struct{}
func (*ExcelExporter) Export ¶
func (e *ExcelExporter) Export(result compare.DBComparisonResult, DB1Name string, DB2Name string, output string) error
Click to show internal directories.
Click to hide internal directories.