Documentation ¶
Index ¶
- func NewLoaderFactory() entity.LoaderFactory
- type LoaderFactory
- func (lf *LoaderFactory) Close() error
- func (lf *LoaderFactory) NewLoader(ctx context.Context, spec *entity.Spec, id string) (entity.Loader, error)
- func (lf *LoaderFactory) NewSinkExtractor(ctx context.Context, spec *entity.Spec, id string) (entity.Extractor, error)
- func (lf *LoaderFactory) SinkId() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoaderFactory ¶ added in v0.3.0
func NewLoaderFactory() entity.LoaderFactory
Types ¶
type LoaderFactory ¶ added in v0.3.0
type LoaderFactory struct { }
func (*LoaderFactory) Close ¶ added in v0.3.0
func (lf *LoaderFactory) Close() error
func (*LoaderFactory) NewSinkExtractor ¶ added in v0.3.0
func (*LoaderFactory) SinkId ¶ added in v0.3.0
func (lf *LoaderFactory) SinkId() string
Click to show internal directories.
Click to hide internal directories.