Documentation
¶
Overview ¶
Package pluginfw contains the changes specific to the plugin framework
Note: This shouldn't depend on internal/providers/sdkv2 or internal/providers
Index ¶
- func GetDatabricksProviderPluginFramework() provider.Provider
- type DatabricksProviderPluginFramework
- func (p *DatabricksProviderPluginFramework) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *DatabricksProviderPluginFramework) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *DatabricksProviderPluginFramework) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *DatabricksProviderPluginFramework) Resources(ctx context.Context) []func() resource.Resource
- func (p *DatabricksProviderPluginFramework) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabricksProviderPluginFramework ¶
type DatabricksProviderPluginFramework struct { }
func (*DatabricksProviderPluginFramework) Configure ¶
func (p *DatabricksProviderPluginFramework) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*DatabricksProviderPluginFramework) DataSources ¶
func (p *DatabricksProviderPluginFramework) DataSources(ctx context.Context) []func() datasource.DataSource
func (*DatabricksProviderPluginFramework) Metadata ¶
func (p *DatabricksProviderPluginFramework) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*DatabricksProviderPluginFramework) Resources ¶
func (p *DatabricksProviderPluginFramework) Resources(ctx context.Context) []func() resource.Resource
func (*DatabricksProviderPluginFramework) Schema ¶
func (p *DatabricksProviderPluginFramework) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Click to show internal directories.
Click to hide internal directories.