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