Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFSImporter ¶
func NewFSImporter() importer.ImporterBackend
Types ¶
type FSImporter ¶
type FSImporter struct { importer.ImporterBackend // contains filtered or unexported fields }
func (*FSImporter) Begin ¶
func (p *FSImporter) Begin(config string) error
func (*FSImporter) End ¶
func (p *FSImporter) End() error
func (*FSImporter) Open ¶
func (p *FSImporter) Open(pathname string) (io.ReadCloser, error)
func (*FSImporter) Scan ¶
func (p *FSImporter) Scan() (<-chan importer.ImporterRecord, <-chan error, error)
Click to show internal directories.
Click to hide internal directories.