Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OpenAPIImporter returns the bytes that represents the bundled script for openapi importer. //go:embed assets/import_openapi_cli.arraiz OpenAPIImporter []byte // SQLImporter returns the bytes that represents the bundled script for SQL importer. //go:embed assets/import_sql_cli.arraiz SQLImporter []byte // ProtoImporter returns the bytes that represents the bundled script for SQL importer. //go:embed assets/import_proto_cli.arraiz ProtoImporter []byte // Transformer returns the bytes that represents the bundled script for avro importer. //go:embed assets/transformer_cli.arraiz Transformer []byte )
TODO: refactor these into transform plugins and move them into exporters or importers.
View Source
var BundlesFs embed.FS
BundlesFs is a filesystem that can be used to dynamically load the available bundles.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.