Documentation ¶ Index ¶ type Exporter func NewClient(name string, outputType string, outputFileExtension string, outputDir string, ...) (Exporter, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Exporter ¶ type Exporter interface { Run([]node.Transaction) error } func NewClient ¶ func NewClient( name string, outputType string, outputFileExtension string, outputDir string, cfg config.DatabaseConfigurator, debug bool, ) (Exporter, error) Source Files ¶ View all Source files client.go csv.go database.go file.go fileWriter.go formatSql.go sql.go Click to show internal directories. Click to hide internal directories.