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