Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
func (*Exporter) ExportFile ¶
func (*Exporter) SetExportFilePath ¶
func (*Exporter) SetFileFormat ¶
func (e *Exporter) SetFileFormat(fileFormat FileFormat)
type FileFormat ¶
type FileFormat interface {
// contains filtered or unexported methods
}
func GetFileFormat ¶
func GetFileFormat(fileFormat string) (FileFormat, error)
Click to show internal directories.
Click to hide internal directories.