package
1.45.0
Repository: https://github.com/cloudquery/plugin-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewPlugin returns a new plugin with a given name, version, tables, newExecutionClient and additional options.
No description provided by the author
WithDynamicTableOption allows the plugin to return list of tables after call to New.
WithNoInternalColumns won't add internal columns (_cq_id, _cq_parent_cq_id) to the plugin tables.
No description provided by the author
No description provided by the author
WithTitleTransformer allows the plugin to control how table names get turned into titles for the generated documentation.
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Plugin is the base structure required to pass to sdk.serve We take a declarative approach to API here similar to Cobra.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author