Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type FileExporter ¶
type FileExporter struct {
// contains filtered or unexported fields
}
func EmptyFileExport ¶ added in v2.8.0
func EmptyFileExport() *FileExporter
func NewFileExport ¶
func NewFileExport(config FileExporterConfig) (export *FileExporter, err *data.CodeError)
func (*FileExporter) Close ¶
func (b *FileExporter) Close() *data.CodeError
func (*FileExporter) Fail ¶
func (b *FileExporter) Fail() Exporter
func (*FileExporter) Overwrite ¶
func (b *FileExporter) Overwrite() Exporter
func (*FileExporter) Skip ¶
func (b *FileExporter) Skip() Exporter
func (*FileExporter) Success ¶
func (b *FileExporter) Success() Exporter
Click to show internal directories.
Click to hide internal directories.