Documentation
¶
Index ¶
- type Provider
- func (t *Provider) Configure(_ context.Context, _ tfsdk.ConfigureProviderRequest, ...)
- func (t *Provider) GetDataSources(_ context.Context) (map[string]tfsdk.DataSourceType, diag.Diagnostics)
- func (t *Provider) GetResources(_ context.Context) (map[string]tfsdk.ResourceType, diag.Diagnostics)
- func (t *Provider) GetSchema(_ context.Context) (tfsdk.Schema, diag.Diagnostics)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
tfsdk.Provider that is completely empty, e.g.
- No Schema
- No DataSources
- No Resources
func (*Provider) Configure ¶
func (t *Provider) Configure(_ context.Context, _ tfsdk.ConfigureProviderRequest, _ *tfsdk.ConfigureProviderResponse)
func (*Provider) GetDataSources ¶
func (t *Provider) GetDataSources(_ context.Context) (map[string]tfsdk.DataSourceType, diag.Diagnostics)
func (*Provider) GetResources ¶
func (t *Provider) GetResources(_ context.Context) (map[string]tfsdk.ResourceType, diag.Diagnostics)