Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFTPImporter ¶
func NewFTPImporter(location string) (importer.ImporterBackend, error)
Types ¶
type FTPImporter ¶
type FTPImporter struct { importer.ImporterBackend // contains filtered or unexported fields }
func (*FTPImporter) Close ¶
func (p *FTPImporter) Close() error
func (*FTPImporter) NewReader ¶
func (p *FTPImporter) NewReader(pathname string) (io.ReadCloser, error)
func (*FTPImporter) Root ¶
func (p *FTPImporter) Root() string
func (*FTPImporter) Scan ¶
func (p *FTPImporter) Scan() (<-chan importer.ScanResult, error)
Click to show internal directories.
Click to hide internal directories.