export

package
v0.0.0-...-a6936aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2026 License: MIT Imports: 7 Imported by: 0

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

type Exporter

type Exporter interface {
	Export(result compare.DBComparisonResult, DB1Name string, DB2Name string, output string) error
}

func NewExporter

func NewExporter(format string) (Exporter, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL