Documentation
¶
Index ¶
- func NewSource(format model.TableFormat, storage io.Storage, basePath string) (spi.ConversionSource, error)
- func NewTarget(ctx context.Context, format model.TableFormat, storage io.Storage, ...) (spi.ConversionTarget, error)
- func SupportedSources() []model.TableFormat
- func SupportedTargets() []model.TableFormat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSource ¶
func NewSource(format model.TableFormat, storage io.Storage, basePath string) (spi.ConversionSource, error)
NewSource creates a ConversionSource for the given format.
func NewTarget ¶
func NewTarget(ctx context.Context, format model.TableFormat, storage io.Storage, basePath, tableName string) (spi.ConversionTarget, error)
NewTarget creates and initializes a ConversionTarget for the given format.
func SupportedSources ¶
func SupportedSources() []model.TableFormat
SupportedSources returns all formats with source implementations.
func SupportedTargets ¶
func SupportedTargets() []model.TableFormat
SupportedTargets returns all formats with target implementations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.