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