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